diff --git a/runc.spec b/runc.spec index ef003bedd761915db66a039b03079941e987098c..93ceba7897d36b5d03b479b94e617325dd128158 100644 --- a/runc.spec +++ b/runc.spec @@ -26,17 +26,17 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v1.1.3 +%global built_tag v1.1.4 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) Name: %{repo} Epoch: 2 -Version: 1.1.3 +Version: 1.1.4 Release: %{anolis_release}%{?dist} Summary: CLI for running Open Containers License: ASL 2.0 URL: %{git0} -Source0: %{git0}/releases/download/%{build_tag}/%{repo}.tar.xz +Source0: %{git0}/archive/refs/tags/%{built_tag}.tar.gz BuildRequires: golang BuildRequires: pkgconfig(libseccomp) @@ -209,9 +209,13 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} #define license tag if not already defined %{!?_licensedir:%global license %doc} +%generate_compatibility_deps + %files %license LICENSE %{_bindir}/%{name} +%dir %{abidir} +%{abidir}/%{name}-option.list %{_mandir}/man8/%{name}* %{_datadir}/bash-completion/completions/%{name} @@ -233,6 +237,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Wed Mar 08 2023 yuanhui - 2:1.1.4-1 +- Update runc to 1.1.4 +- Add abi files + * Tue Aug 30 2022 mgb01105731 - 2:1.1.3-1 - update runc to 1.1.3 diff --git a/runc.tar.xz b/runc.tar.xz deleted file mode 100644 index b0886e60e9850b7678269e77493b1015fb0486fb..0000000000000000000000000000000000000000 Binary files a/runc.tar.xz and /dev/null differ diff --git a/v1.1.4.tar.gz b/v1.1.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..37bf6568de787d3a58857445db6a8b56a862c049 Binary files /dev/null and b/v1.1.4.tar.gz differ