diff --git a/podman.spec b/podman.spec index d499be5..c0bc17a 100644 --- a/podman.spec +++ b/podman.spec @@ -25,7 +25,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 2 Name: podman Version: 4.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -71,7 +71,7 @@ Requires: containernetworking-plugins >= 0.9.1-1 Requires: iptables Requires: nftables Obsoletes: oci-systemd-hook < 1 -Requires: libseccomp >= 2.4.1 +Requires: libseccomp >= 2.5 Requires: conmon >= 2.0.25 Requires: (container-selinux if selinux-policy) Requires: slirp4netns >= 0.4.0-1 @@ -414,6 +414,10 @@ exit 0 %{_libexecdir}/%{name}/gvproxy %changelog +* Fri Mar 18 2022 Jindrich Novy - 2:4.0.2-3 +- bump minimal libseccomp version requirement +- Related: #2061316 + * Mon Mar 14 2022 Jindrich Novy - 2:4.0.2-2 - rebuilt with golang >= 1.17.5 (CVE-2021-44716, CVE-2021-44717) - Related: #2061316