mirror of
https://abf.rosa.ru/djam/runc.git
synced 2025-02-23 18:33:04 +00:00
fix source name
This commit is contained in:
parent
66aabd4d24
commit
45f509710d
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue