Skip to content

Commit

Permalink
Merge pull request containers#13105 from lsm5/copr-fix-dependencies
Browse files Browse the repository at this point in the history
COPR: fix dependencies
  • Loading branch information
openshift-merge-robot authored Feb 1, 2022
2 parents 60528b9 + cd8b302 commit 6f491e2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions podman.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,15 @@ BuildRequires: ostree-devel
BuildRequires: systemd
BuildRequires: systemd-devel
Requires: conmon >= 2:2.0.30-2
Requires: containers-common >= 4:1-30
Requires: containernetworking-plugins >= 1.0.0-15.1
# containers-common pulled from podman-next copr for f34,
# from the distro repos for f35+
%if 0%{?fedora} <= 35
Requires: containers-common >= 4:1-39
%else
Requires: containers-common >= 4:1-46
%endif
Requires: iptables
Requires: nftables
Requires: netavark
Recommends: %{name}-plugins = %{epoch}:%{version}-%{release}
Recommends: catatonit
Suggests: qemu-user-static

Expand Down

0 comments on commit 6f491e2

Please sign in to comment.