[gnome-keyring] Make some dependencies archful

Matthias Clasen mclasen at fedoraproject.org
Thu Sep 8 01:32:10 UTC 2011


commit 833ff66161fe971ad333f9ac935f6bb35e649ddc
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Sep 7 21:31:19 2011 -0400

    Make some dependencies archful

 gnome-keyring.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gnome-keyring.spec b/gnome-keyring.spec
index 982169b..433b90f 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.1.91
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Libraries
 #VCS: git:git://git.gnome.org/gnome-keyring
@@ -31,7 +31,7 @@ BuildRequires: libcap-ng-devel
 BuildRequires: libselinux-devel
 BuildRequires: p11-kit-devel
 # for smooth transition since the core was split
-Requires: libgnome-keyring >= %{libgnome-keyring_version}
+Requires: libgnome-keyring%{?_isa} >= %{libgnome-keyring_version}
 
 %description
 The gnome-keyring session daemon manages passwords and other types of
@@ -55,7 +55,7 @@ header files needed to develop applications that use gnome-keyring.
 Summary: Pam module for unlocking keyrings
 License: LGPLv2+
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
 # for /lib/security
 Requires: pam
 
@@ -144,6 +144,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 
 
 %changelog
+* Wed Sep  7 2011 Matthias Clasen <mclasen at redhat.com> - 3.1.91-2
+- Make some dependencies archful
+
 * Tue Sep  6 2011 Matthias Clasen <mclasen at redhat.com> - 3.1.91-1
 - Update to 3.1.91
 


More information about the scm-commits mailing list