rpms/gnome-packagekit/F-9 gnome-packagekit.spec,1.44,1.45

Richard Hughes (rhughes) fedora-extras-commits at redhat.com
Mon Jul 28 10:11:14 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/gnome-packagekit/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1065

Modified Files:
	gnome-packagekit.spec 
Log Message:
* Mon Jul 28 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.3-8
- Silence output of update-desktop-database and update-mime-database



Index: gnome-packagekit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/F-9/gnome-packagekit.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- gnome-packagekit.spec	21 Jul 2008 20:43:05 -0000	1.44
+++ gnome-packagekit.spec	28 Jul 2008 10:10:44 -0000	1.45
@@ -6,7 +6,7 @@
 Name:      gnome-packagekit
 Version:   0.2.3
 #Release:   1.%{?alphatag}%{?dist}
-Release:   7%{?dist}
+Release:   8%{?dist}
 License:   GPLv2+
 Group:     Applications/System
 URL:       http://www.packagekit.org
@@ -102,8 +102,8 @@
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
     gtk-update-icon-cache -q %{_datadir}/icons/hicolor
 fi
-update-desktop-database %{_datadir}/applications
-update-mime-database %{_datadir}/mime
+update-desktop-database %{_datadir}/applications &> /dev/null || :
+update-mime-database %{_datadir}/mime &> /dev/null || :
 
 %pre
 if [ "$1" -gt 1 ]; then
@@ -147,6 +147,9 @@
 %{_datadir}/applications/gpk-*.desktop
 
 %changelog
+* Mon Jul 28 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.3-8
+- Silence output of update-desktop-database and update-mime-database
+
 * Mon Jul 21 2008 Adel Gadllah <adel.gadllah at gmail.com> - 0.2.3-7
 - Rebuild against new PackageKit to pick up correct dep
 




More information about the fedora-extras-commits mailing list