089ed3e485
- Remove legacy pre-usrmerge compat code (removed pam-usrmerge.diff) - Backport patch to not install /usr/etc/securetty (boo#1033626) ie no distro defaults and don't complain about it missing (pam_securetty-don-t-complain-about-missing-config.patch) - add debug bcond to be able to build pam with debug output easily - add macros file to allow other packages to stop hardcoding directory names. Compatible with Fedora. - Remove usrmerged conditional as it's now the default OBS-URL: https://build.opensuse.org/request/show/903070 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=241
8 lines
242 B
Plaintext
8 lines
242 B
Plaintext
%_pam_libdir %{_libdir}
|
|
%_pam_moduledir %{_libdir}/security
|
|
%_pam_secconfdir %{_sysconfdir}/security
|
|
%_pam_confdir %{_sysconfdir}/pam.d
|
|
%_pam_vendordir %{_distconfdir}/pam.d
|
|
# legacy, to be retired
|
|
%_pamdir %{_pam_moduledir}
|