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