Accepting request 1031450 from GNOME:Factory

- Use %_pam_moduledir instead of %{_lib}/security (boo#1191034). (forwarded request 1031137 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1031450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-keyring?expand=0&rev=145
factory
Dominique Leuenberger 7 months ago committed by Git OBS Bridge
commit f76c979c1e

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 25 12:47:47 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %_pam_moduledir instead of %{_lib}/security (boo#1191034).
-------------------------------------------------------------------
Mon May 23 15:02:17 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

@ -127,7 +127,7 @@ autoreconf -f
%configure\
--enable-pam \
--without-libcap-ng \
--with-pam-dir=/%{_lib}/security
--with-pam-dir=%{_pam_moduledir}
%make_build
%install
@ -206,7 +206,7 @@ fi
%{_libdir}/gnome-keyring/devel/gkm-xdg-store-standalone.so
%files pam
%attr(555,root,root) /%{_lib}/security/*.so
%attr(555,root,root) %{_pam_moduledir}/*.so
%{_mandir}/man8/pam_gnome_keyring.8%{?ext_man}
%files lang -f %{name}.lang

Loading…
Cancel
Save