[gnome-keyring] install pam modules in the right locsation

Matthias Clasen mclasen at fedoraproject.org
Tue Jul 2 12:52:27 UTC 2013


commit e489eaa3e7c036101eefbafa4d494c8f2b347bc4
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Jul 2 08:51:42 2013 -0400

    install pam modules in the right locsation

 gnome-keyring.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gnome-keyring.spec b/gnome-keyring.spec
index 7a7dcbd..3dbf651 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.9.1
-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 <mclasen at redhat.com> - 3.9.1-2
+- usrmove stragglers: move pam modules to /usr/lib/security
+
 * Sat May 04 2013 Kalev Lember <kalevlember at gmail.com> - 3.9.1-1
 - Update to 3.9.1
 


More information about the scm-commits mailing list