SHA256
1
0
forked from pool/libguestfs

use versioned obsoletes to avoid self-obsoletes

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=51
This commit is contained in:
Olaf Hering 2012-09-01 19:01:16 +00:00 committed by Git OBS Bridge
parent 2eeced7fed
commit e42e2ce06b

View File

@ -215,8 +215,8 @@ Allows OCaml scripts to directly use libguestfs
%package -n perl-Sys-Guestfs
Summary: Allows Perl scripts to directly use libguestfs
Group: System/Filesystems
Provides: libguestfs-perl
Obsoletes: libguestfs-perl
Provides: libguestfs-perl = %{version}
Obsoletes: libguestfs-perl < %{version}
Requires: perl = %{perl_version}
%description -n perl-Sys-Guestfs
@ -227,8 +227,8 @@ Provides Perl support for libguestfs.
%package -n python-libguestfs
Summary: Allows Python scripts to directly use libguestfs
Group: System/Filesystems
Provides: libguestfs-python
Obsoletes: libguestfs-python
Provides: libguestfs-python = %{version}
Obsoletes: libguestfs-python < %{version}
%description -n python-libguestfs
Provides Python support for libguestfs.