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