1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-07-22 20:59:34 +03:00

Fix package name in description of sub-RPMs

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange
2017-08-10 10:56:14 +01:00
parent a2e3bb8ea7
commit 49cb00a5eb

View File

@ -42,7 +42,7 @@ Provides: libvirt-python = %{version}-%{release}
Obsoletes: libvirt-python < %{version}-%{release}
%description -n python2-libvirt
The libvirt-python2 package contains a module that permits applications
The python2-libvirt package contains a module that permits applications
written in the Python programming language to use the interface
supplied by the libvirt library to use the virtualization capabilities
of recent versions of Linux (and other OSes).
@ -58,7 +58,7 @@ Provides: libvirt-python3 = %{version}-%{release}
Obsoletes: libvirt-python3 < %{version}-%{release}
%description -n python3-libvirt
The libvirt-python3 package contains a module that permits applications
The python3-libvirt package contains a module that permits applications
written in the Python programming language to use the interface
supplied by the libvirt library to use the virtualization capabilities
of recent versions of Linux (and other OSes).