From a8096073e1e884e19c675b30d627d624a1abc95f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 2 Jul 2013 08:51:42 -0400 Subject: [PATCH] install pam modules in the right location --- gnome-keyring.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnome-keyring.spec b/gnome-keyring.spec index 492ee4d..9322877 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.8.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries #VCS: git:git://git.gnome.org/gnome-keyring @@ -57,7 +57,7 @@ automatically unlock the "login" keyring when the user logs in. %build %configure \ - --with-pam-dir=/%{_lib}/security \ + --with-pam-dir=%{_libdir}/security \ --enable-pam # avoid unneeded direct dependencies @@ -106,10 +106,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : %{_datadir}/p11-kit/modules/gnome-keyring.module %files pam -/%{_lib}/security/*.so +%{_libdir}/security/*.so %changelog +* Tue Jul 2 2013 Matthias Clasen - 3.8.2-2 +- usrmove stragglers: move pam modules to /usr/lib/security + * Sun May 05 2013 Stef Walter - 3.8.2-1 - Update to 3.8.2