diff --git a/pam.spec b/pam.spec index 9b1504f..a531889 100644 --- a/pam.spec +++ b/pam.spec @@ -10,7 +10,7 @@ Name: pam Version: 1.2.1 -Release: 1mamba +Release: 2mamba Summary: Utilities for monitoring your system and processes on your system Group: System/Libraries Vendor: openmamba @@ -130,6 +130,9 @@ for d in `find modules/pam_* -maxdepth 0 -type d -printf "%f "`; do [ -e modules/$d/README ] && \ install -m 644 modules/$d/README README.$d done + +ln -s system-auth %{buildroot}%{_sysconfdir}/pam.d/password-auth + #install -m 644 conf/pam.conf pam.conf-example #install -m 644 modules/pam_env/pam_env.conf-example pam_env.conf-example @@ -186,6 +189,7 @@ exit 0 %defattr(-,root,root) %dir %{_sysconfdir}/pam.d %config %{_sysconfdir}/pam.d/other +%{_sysconfdir}/pam.d/password-auth %config(noreplace) %{_sysconfdir}/pam.d/system-auth %config(noreplace) %{_sysconfdir}/pam.d/system-auth-noshell %config %{_sysconfdir}/security/*.conf @@ -232,6 +236,9 @@ exit 0 #%endif %changelog +* Sat Oct 10 2015 Silvan Calarco 1.2.1-2mamba +- add symlink password-auth to /etc/pam.d/system-auth + * Sun Aug 16 2015 Automatic Build System 1.2.1-1mamba - automatic version update by autodist