install pam modules in the right locsation
This commit is contained in:
parent
c4275b1b01
commit
e489eaa3e7
@ -7,7 +7,7 @@
|
|||||||
Summary: Framework for managing passwords and other secrets
|
Summary: Framework for managing passwords and other secrets
|
||||||
Name: gnome-keyring
|
Name: gnome-keyring
|
||||||
Version: 3.9.1
|
Version: 3.9.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
#VCS: git:git://git.gnome.org/gnome-keyring
|
#VCS: git:git://git.gnome.org/gnome-keyring
|
||||||
@ -57,7 +57,7 @@ automatically unlock the "login" keyring when the user logs in.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--with-pam-dir=/%{_lib}/security \
|
--with-pam-dir=%{_libdir}/security \
|
||||||
--enable-pam
|
--enable-pam
|
||||||
|
|
||||||
# avoid unneeded direct dependencies
|
# 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
|
%{_datadir}/p11-kit/modules/gnome-keyring.module
|
||||||
|
|
||||||
%files pam
|
%files pam
|
||||||
/%{_lib}/security/*.so
|
%{_libdir}/security/*.so
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 2 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.1-2
|
||||||
|
- usrmove stragglers: move pam modules to /usr/lib/security
|
||||||
|
|
||||||
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1-1
|
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1-1
|
||||||
- Update to 3.9.1
|
- Update to 3.9.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user