Skip to content

Commit

Permalink
Make Fedora dependencies Fedora-only
Browse files Browse the repository at this point in the history
Signed-off-by: Jindrich Novy <jnovy@redhat.com>
  • Loading branch information
jnovy committed Jul 9, 2024
1 parent 3f4efda commit a31e804
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions rpm/containers-common.spec
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,21 @@ Summary: Extra dependencies for Podman and Buildah
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: container-network-stack
Requires: oci-runtime
Requires: iptables
Requires: nftables
Requires: passt
%if %{defined fedora}
Conflicts: podman < 5:5.0.0~rc4-1
Recommends: composefs
Recommends: crun
Requires: (crun if fedora-release-identity-server)
Requires: netavark >= %{netavark_epoch}:1.10.3-1
Suggests: slirp4netns
Requires: passt
Requires: iptables
Requires: nftables
Recommends: qemu-user-static
Requires: (qemu-user-static-aarch64 if fedora-release-identity-server)
Requires: (qemu-user-static-arm if fedora-release-identity-server)
Requires: (qemu-user-static-x86 if fedora-release-identity-server)
%endif

%description extra
This subpackage will handle dependencies common to Podman and Buildah which are
Expand Down

0 comments on commit a31e804

Please sign in to comment.