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 <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2022-02-02 14:16:05 -05:00
parent 75b827f8aa
commit 36b9db4c78

View File

@ -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