diff --git a/runc.spec b/runc.spec index 7b4cd94..aa06ead 100644 --- a/runc.spec +++ b/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 -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 1.0.1-1mamba +- automatic version update by autodist + * Wed Nov 06 2019 Silvan Calarco 1.0.0_rc9-1mamba - update to 1.0.0_rc9