mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-02 04:21:59 +03:00
Change Obsoletes to an explicit version
We only want to obsolete versions which actually had the original name, not all future versions. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
@ -39,7 +39,7 @@ License: LGPLv2+
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
%{?python_provide:%python_provide python2-libvirt}
|
%{?python_provide:%python_provide python2-libvirt}
|
||||||
Provides: libvirt-python = %{version}-%{release}
|
Provides: libvirt-python = %{version}-%{release}
|
||||||
Obsoletes: libvirt-python < %{version}-%{release}
|
Obsoletes: libvirt-python <= 3.6.0-1%{?dist}
|
||||||
|
|
||||||
%description -n python2-libvirt
|
%description -n python2-libvirt
|
||||||
The python2-libvirt package contains a module that permits applications
|
The python2-libvirt package contains a module that permits applications
|
||||||
@ -55,7 +55,7 @@ License: LGPLv2+
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
%{?python_provide:%python_provide python3-libvirt}
|
%{?python_provide:%python_provide python3-libvirt}
|
||||||
Provides: libvirt-python3 = %{version}-%{release}
|
Provides: libvirt-python3 = %{version}-%{release}
|
||||||
Obsoletes: libvirt-python3 < %{version}-%{release}
|
Obsoletes: libvirt-python3 <= 3.6.0-1%{?dist}
|
||||||
|
|
||||||
%description -n python3-libvirt
|
%description -n python3-libvirt
|
||||||
The python3-libvirt package contains a module that permits applications
|
The python3-libvirt package contains a module that permits applications
|
||||||
|
Reference in New Issue
Block a user