From 36b9db4c78819c3f30b541dc1b27fb138c00d6d3 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 2 Feb 2022 14:16:05 -0500 Subject: [PATCH] Provides: container-network-stack = 2 We want containers-common to install netavark by default for new installations, while still allowing simultaneous installations of containernetworking-plugins and netavark. So, containernetworking-plugins will have Provides: container-network-stack = 1 and netavark will have Provides: container-network-stack = 2. Signed-off-by: Lokesh Mandvekar --- netavark.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/netavark.spec b/netavark.spec index 26efb11..9fde79b 100644 --- a/netavark.spec +++ b/netavark.spec @@ -20,13 +20,9 @@ BuildRequires: cargo BuildRequires: make BuildRequires: rust-srpm-macros BuildRequires: git-core -%if 0%{?fedora} BuildRequires: go-md2man -%else -BuildRequires: golang-github-cpuguy83-md2man -%endif Requires: aardvark-dns -Provides: container-network-stack +Provides: container-network-stack = 2 # Generated using: # cargo tree --prefix none | awk '{print "Provides: bundled(crate("$1")) = "$2}' | sort | uniq Provides: bundled(crate(aho-corasick)) = v0.7.18