- rename subpackage libguestfs-perl to perl-Sys-Guestfs
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=46
This commit is contained in:
parent
926f017d54
commit
f6aa82bf69
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 1 14:14:34 CEST 2012 - ohering@suse.de
|
||||
|
||||
- rename subpackage libguestfs-perl to perl-Sys-Guestfs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 31 21:40:41 CEST 2012 - ohering@suse.de
|
||||
|
||||
|
@ -187,12 +187,14 @@ virtual machines.
|
||||
|
||||
#
|
||||
%if %{with_perl}
|
||||
%package perl
|
||||
%package -n perl-Sys-Guestfs
|
||||
Summary: Allows Perl scripts to directly use libguestfs
|
||||
Group: System/Filesystems
|
||||
Provides: libguestfs-perl
|
||||
Obsoletes: libguestfs-perl
|
||||
Requires: perl = %{perl_version}
|
||||
|
||||
%description perl
|
||||
%description -n perl-Sys-Guestfs
|
||||
Provides Perl support for libguestfs.
|
||||
%endif
|
||||
#
|
||||
@ -426,11 +428,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
#
|
||||
%if %{with_perl}
|
||||
%post perl -p /sbin/ldconfig
|
||||
%post -n perl-Sys-Guestfs -p /sbin/ldconfig
|
||||
|
||||
%postun perl -p /sbin/ldconfig
|
||||
%postun -n perl-Sys-Guestfs -p /sbin/ldconfig
|
||||
|
||||
%files perl
|
||||
%files -n perl-Sys-Guestfs
|
||||
%defattr(-,root,root)
|
||||
%perl_vendorarch/*
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user