[fedora-virt-maint] rpms/libvirt/devel libvirt.spec,1.156,1.157

Mark McLoughlin markmc at fedoraproject.org
Wed Jul 29 09:00:03 UTC 2009


Author: markmc

Update of /cvs/pkgs/rpms/libvirt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26658

Modified Files:
	libvirt.spec 
Log Message:
* Wed Jul 29 2009 Mark McLoughlin <markmc at redhat.com> - 0.7.0-0.5.gitf055724
- Move ldconfig call to libvirt-client %post/%postun
- Fix rpmlint warning about libvirt-client summary



Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -p -r1.156 -r1.157
--- libvirt.spec	29 Jul 2009 08:09:45 -0000	1.156
+++ libvirt.spec	29 Jul 2009 09:00:02 -0000	1.157
@@ -76,7 +76,7 @@
 Summary: Library providing a simple API virtualization
 Name: libvirt
 Version: 0.7.0
-Release: 0.4.gitf055724%{?dist}%{?extra_release}
+Release: 0.5.gitf055724%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: libvirt-0.7.0-0.1.gitf055724.tar.gz
@@ -205,7 +205,7 @@ of recent versions of Linux (and other O
 the libvirtd server exporting the virtualization support.
 
 %package client
-Summary: client side library and utilities of the libvirt library
+Summary: Client side library and utilities of the libvirt library
 Group: Development/Libraries
 Requires: readline
 Requires: ncurses
@@ -422,7 +422,6 @@ chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}
 rm -fr %{buildroot}
 
 %post
-/sbin/ldconfig
 
 %if %{with_libvirtd}
 %if %{with_qemu}
@@ -451,7 +450,9 @@ if [ $1 = 0 ]; then
 fi
 %endif
 
-%postun -p /sbin/ldconfig
+%post client -p /sbin/ldconfig
+
+%postun client -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root)
@@ -601,6 +602,10 @@ fi
 %endif
 
 %changelog
+* Wed Jul 29 2009 Mark McLoughlin <markmc at redhat.com> - 0.7.0-0.5.gitf055724
+- Move ldconfig call to libvirt-client %post/%postun
+- Fix rpmlint warning about libvirt-client summary
+
 * Wed Jul 29 2009 Mark McLoughlin <markmc at redhat.com> - 0.7.0-0.4.gitf055724
 - Drop explicit libselinux requires, it is autorequired
 - Drop cleanup of python/tests, apparently not needed




More information about the Fedora-virt-maint mailing list