- 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:
Olaf Hering 2012-09-01 12:15:10 +00:00 committed by Git OBS Bridge
parent 926f017d54
commit f6aa82bf69
2 changed files with 12 additions and 5 deletions

View File

@ -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 Fri Aug 31 21:40:41 CEST 2012 - ohering@suse.de

View File

@ -187,12 +187,14 @@ virtual machines.
# #
%if %{with_perl} %if %{with_perl}
%package perl %package -n perl-Sys-Guestfs
Summary: Allows Perl scripts to directly use libguestfs Summary: Allows Perl scripts to directly use libguestfs
Group: System/Filesystems Group: System/Filesystems
Provides: libguestfs-perl
Obsoletes: libguestfs-perl
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
%description perl %description -n perl-Sys-Guestfs
Provides Perl support for libguestfs. Provides Perl support for libguestfs.
%endif %endif
# #
@ -426,11 +428,11 @@ rm -rf $RPM_BUILD_ROOT
# #
%if %{with_perl} %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) %defattr(-,root,root)
%perl_vendorarch/* %perl_vendorarch/*
%endif %endif