rpms/PackageKit/F-9 PackageKit.spec,1.39,1.40

Richard Hughes (rhughes) fedora-extras-commits at redhat.com
Fri Jul 11 12:39:56 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/PackageKit/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21845

Modified Files:
	PackageKit.spec 
Log Message:
* Fri Jul 11 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.3-4
- Silence the output of update-mime-database to fix rh#454782



Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/F-9/PackageKit.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- PackageKit.spec	8 Jul 2008 00:00:40 -0000	1.39
+++ PackageKit.spec	11 Jul 2008 12:38:50 -0000	1.40
@@ -10,7 +10,7 @@
 Name:      PackageKit
 Version:   0.2.3
 #Release:   1.%{?alphatag}%{?dist}
-Release:   3%{?dist}
+Release:   4%{?dist}
 License:   GPLv2+
 Group:     System Environment/Libraries
 URL:       http://packagekit.freedesktop.org
@@ -127,10 +127,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-update-mime-database %{_datadir}/mime
+update-mime-database %{_datadir}/mime &> /dev/null || :
 
 %postun
-update-mime-database %{_datadir}/mime
+update-mime-database %{_datadir}/mime &> /dev/null || :
 
 %post libs -p /sbin/ldconfig
 
@@ -198,6 +198,9 @@
 %{_includedir}/*
 
 %changelog
+* Fri Jul 11 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.3-4
+- Silence the output of update-mime-database to fix rh#454782
+
 * Tue Jul 08 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.3-3
 - Bump the soname so the upgrade of PackageKit-libs from 0.1.12 works --
   I really should have done this upstream when we broke ABI.




More information about the fedora-extras-commits mailing list