diff --git a/git-commit b/git-commit index ed1035159c5b8b6ca0887df59abded22d2bcc465..ca6622166553bc5eedbec153223778f93e3eb7f1 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -115f07e6a16508a63b98f4f375e285607822b8a8 +93d1288dd83d4c83232730dcd6d5de181e6696ad diff --git a/runc-openeuler.spec b/runc-openeuler.spec index 4241e437bc2527af25ec7fc54df534c47b52995c..9c99806bb340580f85e2e09d338a77295f76726e 100644 --- a/runc-openeuler.spec +++ b/runc-openeuler.spec @@ -4,7 +4,7 @@ Name: docker-runc Version: 1.0.0.rc3 -Release: 113 +Release: 114 Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. License: ASL 2.0 @@ -38,6 +38,7 @@ mkdir -p .gopath/src/github.com/opencontainers export GOPATH=`pwd`/.gopath ln -sf `pwd` .gopath/src/github.com/opencontainers/runc cd .gopath/src/github.com/opencontainers/runc +export GO111MODULE=off make BUILDTAGS="seccomp selinux" static rm -rf .gopath strip runc @@ -52,6 +53,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc %{_bindir}/runc %changelog +* Thu Dec 23 2021 xiadanni - 1.0.0.rc3-114 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:disable go module build + * Thu Mar 18 2021 xiadanni - 1.0.0.rc3-113 - Type:bugfix - CVE:NA