automatic version update by autodist [release 1.0.1-1mamba;Wed Aug 04 2021]
This commit is contained in:
parent
ae18940a3b
commit
a4159a0f3f
18
runc.spec
18
runc.spec
@ -1,23 +1,20 @@
|
||||
%define gitver %(echo %version | tr _ -)
|
||||
Name: runc
|
||||
Version: 1.0.0_rc9
|
||||
Version: 1.0.1
|
||||
Release: 1mamba
|
||||
Summary: runc container cli tools
|
||||
Group: System/Servers
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.opencontainers.org/
|
||||
## GITSOURCE https://github.com/opencontainers/runc.git v0.1.1
|
||||
URL: https://opencontainers.org/
|
||||
Source: https://github.com/opencontainers/runc.git/v%{gitver}/runc-%{version}.tar.bz2
|
||||
License: Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: go-pie
|
||||
BuildRequires: libgo-devel >= 7.3.0-1mamba
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: go
|
||||
|
||||
%description
|
||||
runc container cli tools.
|
||||
@ -33,7 +30,11 @@ ln -sf `pwd` src/github.com/opencontainers/runc
|
||||
export GOPATH=`pwd`
|
||||
cd src/github.com/opencontainers/runc
|
||||
export BUILDTAGS='seccomp apparmor'
|
||||
%make GO=go-pie
|
||||
|
||||
# Required since Go 1.16
|
||||
export GO111MODULE=off
|
||||
|
||||
%make
|
||||
man/md2man-all.sh 2>/dev/null
|
||||
|
||||
%install
|
||||
@ -52,6 +53,9 @@ mv man/man*/ %{buildroot}%{_mandir}
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Aug 04 2021 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0_rc9-1mamba
|
||||
- update to 1.0.0_rc9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user