From: Neal Gompa Date: Tue, 11 May 2021 23:22:23 +0000 (-0400) Subject: rpm: Set version information for libvirt-admin virtual name X-Git-Tag: v7.4.0-rc1~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6a1d1841a7f6ae5ba7ebebc1c01769813b40876;p=thirdparty%2Flibvirt.git rpm: Set version information for libvirt-admin virtual name The libvirt-daemon package now provides the 'libvirt-admin' virtual name, but the Provides stanza doesn't declare version information, which breaks things depending on that package using a versioned dependency. Fix this by setting the version-release of libvirt to that name to mimic the previous state. Fixes: 2244ac168d42c3fa424bae6d33ecdbb8726da7c2 Signed-off-by: Neal Gompa Reviewed-by: Michal Privoznik --- diff --git a/libvirt.spec.in b/libvirt.spec.in index d7cd708609..f421828d16 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -415,7 +415,7 @@ Requires: gettext # Ensure smooth upgrades Obsoletes: libvirt-admin < 7.3.0 -Provides: libvirt-admin +Provides: libvirt-admin = %{version}-%{release} Obsoletes: libvirt-bash-completion < 7.3.0 %description daemon