Fix scriplet warning when uninstalling libvirt-client (bz #888071)

This commit is contained in:
Cole Robinson 2012-12-17 18:48:44 -05:00
parent f5ff4a2393
commit d3109abfa4
1 changed files with 6 additions and 2 deletions

View File

@ -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 <crobinso@redhat.com> - 1.0.1-2
- Fix scriplet warning when uninstalling libvirt-client (bz #888071)
* Mon Dec 17 2012 Daniel Veillard <veillard@redhat.com> - 1.0.1-1
- Update to 1.0.1 release