Skip to content

Commit

Permalink
Merge pull request #12532 from lsm5/containers-common-rpm-version-copr
Browse files Browse the repository at this point in the history
autocopr: distro conditionals for containers-common
  • Loading branch information
openshift-merge-robot authored Dec 7, 2021
2 parents 23ce826 + 99e9fcd commit 38f3ae3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .autocopr/podman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ BuildRequires: ostree-devel
BuildRequires: systemd
BuildRequires: systemd-devel
Requires: conmon >= 2:2.0.30-2
Requires: containers-common >= 4:1-30
%if 0%{?fedora}
Requires: containers-common >= 4:1-21
%else
Requires: containers-common >= 2:1-13
%endif
Requires: containernetworking-plugins >= 1.0.0-15.1
Requires: iptables
Requires: nftables
Expand Down

0 comments on commit 38f3ae3

Please sign in to comment.