Silence %post
This commit is contained in:
parent
86e3c71d7a
commit
37709be869
@ -1,7 +1,7 @@
|
|||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 0.2.0.1
|
Version: 0.2.0.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -65,7 +65,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
# Reload .mount files:
|
# Reload .mount files:
|
||||||
killall -USR1 gvfsd > /dev/null || :
|
killall -USR1 gvfsd >&/dev/null || :
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -138,6 +138,9 @@ killall -USR1 gvfsd > /dev/null || :
|
|||||||
%{_libdir}/libgvfscommon.so
|
%{_libdir}/libgvfscommon.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 17 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.0.1-2
|
||||||
|
- Silence %%post
|
||||||
|
|
||||||
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.0.1-1
|
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.0.1-1
|
||||||
- Update to 0.2.0.1
|
- Update to 0.2.0.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user