Skip to content

Commit

Permalink
Merge pull request #2081 from jnovy/extra-fix
Browse files Browse the repository at this point in the history
Make Fedora dependencies Fedora-only
  • Loading branch information
openshift-merge-bot[bot] authored Jul 9, 2024
2 parents 3f4efda + bb8fc6d commit f123037
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: nftables
Requires: passt
%if %{defined fedora}
Requires: iptables
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

1 comment on commit f123037

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.