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:
parent
2eeced7fed
commit
e42e2ce06b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user