[gnome-keyring] Fix libgnome-keyring dep version syntax.

Ville Skyttä scop at fedoraproject.org
Mon Dec 26 21:53:07 UTC 2011


commit 9b8e4b21871d6ec37cb29727a8a4010b22f743f5
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Dec 26 23:53:01 2011 +0200

    Fix libgnome-keyring dep version syntax.

 gnome-keyring.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/gnome-keyring.spec b/gnome-keyring.spec
index 880b682..f892a5e 100644
--- a/gnome-keyring.spec
+++ b/gnome-keyring.spec
@@ -4,12 +4,12 @@
 %define dbus_version 1.0
 %define gcrypt_version 1.2.2
 %define libtasn1_version 0.3.4
-%define libgnome-keyring_version 2.91.92
+%define libgnome_keyring_version 2.91.92
 
 Summary: Framework for managing passwords and other secrets
 Name: gnome-keyring
 Version: 3.3.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Libraries
 #VCS: git:git://git.gnome.org/gnome-keyring
@@ -27,14 +27,14 @@ BuildRequires: autoconf, automake, libtool
 BuildRequires: gettext
 BuildRequires: intltool
 BuildRequires: libtasn1-tools
-BuildRequires: libgnome-keyring-devel >= %{libgnome-keyring_version}
+BuildRequires: libgnome-keyring-devel >= %{libgnome_keyring_version}
 BuildRequires: gtk-doc
 BuildRequires: libcap-ng-devel
 BuildRequires: libselinux-devel
 BuildRequires: p11-kit-devel
 BuildRequires: gcr-devel
 # for smooth transition since the core was split
-Requires: libgnome-keyring >= %{libgnome-keyring_version}
+Requires: libgnome-keyring >= %{libgnome_keyring_version}
 
 %description
 The gnome-keyring session daemon manages passwords and other types of
@@ -118,6 +118,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 
 
 %changelog
+* Mon Dec 26 2011 Ville Skyttä <ville.skytta at iki.fi> - 3.3.3.1-2
+- Fix libgnome-keyring dep version syntax.
+
 * Thu Dec 22 2011 Matthias Clasen <mclasen at redhat.com> - 3.3.3.1-1
 - Update to 3.3.3.1
 - No more devel package


More information about the scm-commits mailing list