diff --git a/runc.spec b/runc.spec index 93ceba7897d36b5d03b479b94e617325dd128158..c9614ab63b80d167e8938b8f7d981cb1588f7c94 100644 --- a/runc.spec +++ b/runc.spec @@ -24,25 +24,19 @@ %global import_path %{provider_prefix} %global git0 https://github.com/opencontainers/runc -# Used for comparing with latest upstream tag -# to decide whether to autobuild -%global built_tag v1.1.4 -%global built_tag_strip %(b=%{built_tag}; echo ${b:1}) - Name: %{repo} Epoch: 2 -Version: 1.1.4 +Version: 1.1.5 Release: %{anolis_release}%{?dist} Summary: CLI for running Open Containers License: ASL 2.0 URL: %{git0} -Source0: %{git0}/archive/refs/tags/%{built_tag}.tar.gz +Source0: %{git0}/archive/refs/tags/v%{version}.tar.gz BuildRequires: golang BuildRequires: pkgconfig(libseccomp) BuildRequires: go-md2man BuildRequires: make -BuildRequires: git Provides: oci-runtime Recommends: container-selinux >= 2:2.85-1 @@ -127,7 +121,7 @@ providing packages with %{import_path} prefix. %endif %prep -%autosetup -Sgit -n %{name}-%{built_tag_strip} +%autosetup -n %{name}-%{version} sed -i 's/ -trimpath//g' Makefile %build @@ -237,6 +231,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Fri Apr 07 2023 Funda Wang - 2:1.1.5-1 +- New version 1.1.5 + * Wed Mar 08 2023 yuanhui - 2:1.1.4-1 - Update runc to 1.1.4 - Add abi files diff --git a/v1.1.4.tar.gz b/v1.1.4.tar.gz deleted file mode 100644 index 37bf6568de787d3a58857445db6a8b56a862c049..0000000000000000000000000000000000000000 Binary files a/v1.1.4.tar.gz and /dev/null differ diff --git a/v1.1.5.tar.gz b/v1.1.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6d8bdf7cb954a706714d7c4683243a1c92acaf8a Binary files /dev/null and b/v1.1.5.tar.gz differ