From d3109abfa40aa3775097cc056461117d60e8082b Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Dec 17 2012 23:48:44 +0000 Subject: Fix scriplet warning when uninstalling libvirt-client (bz #888071) --- diff --git a/libvirt.spec b/libvirt.spec index f9ec205..7beeea6 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -341,7 +341,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 1.0.1 -Release: 1%{?dist}%{?extra_release} +Release: 2%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -1605,8 +1605,9 @@ fi /sbin/chkconfig --add libvirt-guests %endif -%postun client -p /sbin/ldconfig +%postun client +/sbin/ldconfig %if %{with_systemd} %if %{with_systemd_macros} %systemd_postun_with_restart libvirt-guests.service @@ -1993,6 +1994,9 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/sysctl.d/libvirtd %endif %changelog +* Mon Dec 17 2012 Cole Robinson - 1.0.1-2 +- Fix scriplet warning when uninstalling libvirt-client (bz #888071) + * Mon Dec 17 2012 Daniel Veillard - 1.0.1-1 - Update to 1.0.1 release