[gnome-keyring/f18] Remove unused update-mime-database calls

Tomas Bzatek tbzatek at fedoraproject.org
Fri Nov 23 16:59:19 UTC 2012


commit 802581165f6b12c5be187d7bd4c83dd1eeee834d
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Fri Nov 23 17:59:11 2012 +0100

    Remove unused update-mime-database calls

 gnome-keyring.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gnome-keyring.spec b/gnome-keyring.spec
index a3497b6..cf0f445 100644
--- a/gnome-keyring.spec
+++ b/gnome-keyring.spec
@@ -8,7 +8,7 @@
 Summary: Framework for managing passwords and other secrets
 Name: gnome-keyring
 Version: 3.6.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Libraries
 #VCS: git:git://git.gnome.org/gnome-keyring
@@ -85,11 +85,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la
 
 %post
 /sbin/ldconfig
-update-mime-database %{_datadir}/mime &> /dev/null || :
 
 %postun
 /sbin/ldconfig
-update-mime-database %{_datadir}/mime &> /dev/null || :
 if [ $1 -eq 0 ]; then
   glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 fi
@@ -121,6 +119,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 
 
 %changelog
+* Fri Nov 23 2012 Tomas Bzatek <tbzatek at redhat.com> - 3.6.2-2
+- Remove unused update-mime-database calls
+
 * Tue Nov 13 2012 Kalev Lember <kalevlember at gmail.com> - 3.6.2-1
 - Update to 3.6.2
 


More information about the scm-commits mailing list