rpms/system-config-date/devel system-config-date.spec,1.23,1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 18 22:55:10 UTC 2005


Update of /cvs/dist/rpms/system-config-date/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13617

Modified Files:
	system-config-date.spec 
Log Message:
Silence %post



Index: system-config-date.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-date/devel/system-config-date.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- system-config-date.spec	15 Apr 2005 08:58:48 -0000	1.23
+++ system-config-date.spec	18 Apr 2005 22:55:08 -0000	1.24
@@ -1,7 +1,7 @@
 Summary: A graphical interface for modifying system date and time
 Name: system-config-date
 Version: 1.7.17
-Release: 1
+Release: 2
 URL: http://fedora.redhat.com/projects/config-tools/
 License: GPL
 ExclusiveOS: Linux
@@ -51,7 +51,7 @@
 %post
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
-  gtk-update-icon-cache %{_datadir}/icons/hicolor
+  gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
 fi
 
 %preun
@@ -62,7 +62,7 @@
 %postun
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
-  gtk-update-icon-cache %{_datadir}/icons/hicolor
+  gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
 fi
 
 %files -f %{name}.lang
@@ -98,6 +98,9 @@
 %attr(0644,root,root) %config(noreplace) /usr/share/system-config-date/ntp.template
 
 %changelog
+* Tue Apr 19 2005 Matthias Clasen <mclasen at redhat.com> 1.7.17-2
+- Silence %%post 
+
 * Fri Apr 15 2005 Nils Philippsen <nphilipp at redhat.com> 1.7.17
 - make more strings translatable (#154873)
 




More information about the fedora-cvs-commits mailing list