fix source name

This commit is contained in:
Александр 2020-03-18 06:33:34 +00:00
parent 66aabd4d24
commit 45f509710d

View file

@ -1,8 +1,5 @@
%define debug_package %{nil} %define debug_package %{nil}
%define import_path github.com/opencontainers/runc %define import_path github.com/opencontainers/runc
%define commit0 d736ef14f0288d6993a1845745d6756cfc9ddd5a
%define shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%define pre rc10 %define pre rc10
Summary: CLI for running Open Containers Summary: CLI for running Open Containers
@ -13,7 +10,7 @@ Epoch: 1
License: ASL 2.0 License: ASL 2.0
Group: System/Kernel and hardware Group: System/Kernel and hardware
Url: https://github.com/opencontainers/runc 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 Patch0: 1807.patch
BuildRequires: go-md2man BuildRequires: go-md2man