diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-07 19:38:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 19:38:22 +0000 |
commit | 38f3ae3fd5cf471e840260ea70ff6085c448500d (patch) | |
tree | 1d51ce446c51409e96d77c514626e1dcc18d7c99 | |
parent | 23ce826a84db81b834ef62584b6d3ffb3e0084fd (diff) | |
parent | 99e9fcdb6aefd5cb2bdee3e9e2000ef59531bb09 (diff) | |
download | podman-38f3ae3fd5cf471e840260ea70ff6085c448500d.tar.gz podman-38f3ae3fd5cf471e840260ea70ff6085c448500d.tar.bz2 podman-38f3ae3fd5cf471e840260ea70ff6085c448500d.zip |
Merge pull request #12532 from lsm5/containers-common-rpm-version-copr
autocopr: distro conditionals for containers-common
-rw-r--r-- | .autocopr/podman.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.autocopr/podman.spec b/.autocopr/podman.spec index 54dcc9696..45f6c14d8 100644 --- a/.autocopr/podman.spec +++ b/.autocopr/podman.spec @@ -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 |