diff --git a/podman.spec b/podman.spec index 55cf650..fe3b6d9 100644 --- a/podman.spec +++ b/podman.spec @@ -14,7 +14,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 2 Name: podman Version: 5.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 URL: https://%{name}.io/ @@ -65,6 +65,7 @@ Requires: libseccomp >= 2.5 Requires: conmon >= 2.0.25 Requires: (container-selinux if selinux-policy) Requires: slirp4netns >= 0.4.0-1 +Requires: passt Recommends: crun Requires: fuse-overlayfs Requires: oci-runtime @@ -364,6 +365,10 @@ fi %{_datadir}/%{name}/test %changelog +* Mon Apr 15 2024 Jindrich Novy - 2:5.0.1-2 +- Add requires to passt +- Related: RHEL-27608 + * Sat Apr 13 2024 Jindrich Novy - 2:5.0.1-1 - update to https://github.com/containers/podman/releases/tag/v5.0.1 - Related: RHEL-27608