Fix scriplet warning when uninstalling libvirt-client (bz #888071)
This commit is contained in:
parent
f5ff4a2393
commit
d3109abfa4
@ -341,7 +341,7 @@
|
|||||||
Summary: Library providing a simple virtualization API
|
Summary: Library providing a simple virtualization API
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 1%{?dist}%{?extra_release}
|
Release: 2%{?dist}%{?extra_release}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
@ -1605,8 +1605,9 @@ fi
|
|||||||
/sbin/chkconfig --add libvirt-guests
|
/sbin/chkconfig --add libvirt-guests
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun client -p /sbin/ldconfig
|
%postun client
|
||||||
|
|
||||||
|
/sbin/ldconfig
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
%if %{with_systemd_macros}
|
%if %{with_systemd_macros}
|
||||||
%systemd_postun_with_restart libvirt-guests.service
|
%systemd_postun_with_restart libvirt-guests.service
|
||||||
@ -1993,6 +1994,9 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/sysctl.d/libvirtd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 17 2012 Daniel Veillard <veillard@redhat.com> - 1.0.1-1
|
||||||
- Update to 1.0.1 release
|
- Update to 1.0.1 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user