From 217f4344ec796dd1134a5ba54a8ce2fb5a32a5b6 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 18 Sep 2020 11:56:41 -0400 Subject: [PATCH] spec: make podman-plugins a weak dep That way someone who wants just podman doesn't also get dnsmasq. This is a point of contention in FCOS currently: https://github.com/coreos/fedora-coreos-tracker/issues/519 --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 0c8a817..9f8a696 100644 --- a/podman.spec +++ b/podman.spec @@ -87,7 +87,7 @@ Requires: iptables Requires: nftables Requires: conmon >= 2:2.0.16-1 Requires: oci-runtime -Requires: %{name}-plugins = %{epoch}:%{version}-%{release} +Recommends: %{name}-plugins = %{epoch}:%{version}-%{release} Obsoletes: oci-systemd-hook <= 0.2.0-3 %if 0%{?fedora} || 0%{?eln} BuildRequires: btrfs-progs-devel