diff --git a/runc.spec b/runc.spec index d1afeed..5c2817b 100644 --- a/runc.spec +++ b/runc.spec @@ -1,8 +1,5 @@ %define debug_package %{nil} - %define import_path github.com/opencontainers/runc -%define commit0 d736ef14f0288d6993a1845745d6756cfc9ddd5a -%define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %define pre rc10 Summary: CLI for running Open Containers @@ -13,7 +10,7 @@ Epoch: 1 License: ASL 2.0 Group: System/Kernel and hardware Url: https://github.com/opencontainers/runc -Source0: https://github.com/opencontainers/runc/archive/%{name}-%{shortcommit0}.tar.gz +Source0: https://github.com/opencontainers/runc/archive/%{name}-%{version}-%{pre}.tar.gz Patch0: 1807.patch BuildRequires: go-md2man