From fd31bf3af2b1218e1b3684b43a926666adf46251 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 23 Sep 2014 09:51:48 +0200 Subject: [PATCH] Tighten deps with the _isa macro --- gnome-keyring.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnome-keyring.spec b/gnome-keyring.spec index a0959da..b976636 100644 --- a/gnome-keyring.spec +++ b/gnome-keyring.spec @@ -43,9 +43,9 @@ Applications can use the gnome-keyring library to integrate with the 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 +Requires: pam%{?_isa} %description pam The gnome-keyring-pam package contains a pam module that can @@ -111,6 +111,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : %changelog * Tue Sep 23 2014 Kalev Lember - 3.14.0-1 - Update to 3.14.0 +- Tighten deps with the _isa macro * Thu Sep 11 2014 Kalev Lember - 3.13.91-1 - Update to 3.13.91