rpms/PackageKit/devel PackageKit.spec,1.38,1.39

Richard Hughes (rhughes) fedora-extras-commits at redhat.com
Tue Jul 15 07:37:57 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/PackageKit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12924

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



Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/PackageKit.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- PackageKit.spec	23 Jun 2008 09:57:47 -0000	1.38
+++ PackageKit.spec	15 Jul 2008 07:37:03 -0000	1.39
@@ -9,7 +9,7 @@
 Summary:   System daemon that is a DBUS abstraction layer for package management
 Name:      PackageKit
 Version:   0.2.3
-Release:   5.%{?alphatag}%{?dist}
+Release:   6.%{?alphatag}%{?dist}
 License:   GPLv2+
 Group:     System Environment/Libraries
 URL:       http://packagekit.freedesktop.org
@@ -124,10 +124,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
 
@@ -200,6 +200,9 @@
 %{_includedir}/*
 
 %changelog
+* Tue Jul 15 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.3-6
+- Silence the output of update-mime-database to fix rh#454782
+
 * Mon Jun 23 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.3-5.20080618
 - Own the /etc/bash_completion.d directory as we don't depend on the
   bash-completion package. Fixes rh#450964.




More information about the fedora-extras-commits mailing list