From cf86ad5845dcbe99226a56ec55e5e7561a20cce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 21 Dec 2013 20:07:12 +0200 Subject: [PATCH] Drop unneeded ldconfig calls from %post* scriptlets. - Fix bogus dates in %changelog. --- gnome-keyring.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnome-keyring.spec b/gnome-keyring.spec index a6bf559..301c516 100644 --- a/gnome-keyring.spec +++ b/gnome-keyring.spec @@ -7,7 +7,7 @@ Summary: Framework for managing passwords and other secrets Name: gnome-keyring Version: 3.10.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries #VCS: git:git://git.gnome.org/gnome-keyring @@ -74,11 +74,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la %find_lang gnome-keyring -%post -/sbin/ldconfig - %postun -/sbin/ldconfig if [ $1 -eq 0 ]; then glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : fi @@ -111,6 +107,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : %changelog +* Sat Dec 21 2013 Ville Skyttä - 3.10.1-2 +- Drop unneeded ldconfig calls from %%post* scriptlets. +- Fix bogus dates in %%changelog. + * Mon Oct 28 2013 Richard Hughes - 3.10.1-1 - Update to 3.10.1 @@ -190,7 +190,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : * Mon Apr 16 2012 Richard Hughes - 3.4.1-1 - Update to 3.4.1 -* Wed Mar 26 2012 Debarshi Ray - 3.4.0-1 +* Mon Mar 26 2012 Debarshi Ray - 3.4.0-1 - Update to 3.4.0 * Wed Mar 21 2012 Kalev Lember - 3.3.92-1 @@ -555,7 +555,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : - Add NO_MATCH error patch from svn. Will fix apps that can't handle empty list matches -* Mon Oct 3 2007 Alexander Larsson - 2.20-2 +* Wed Oct 3 2007 Alexander Larsson - 2.20-2 - Backport fix from svn where newly created keyrings weren't found - Don't unset default keyring on daemon shutdown