add symlink password-auth to /etc/pam.d/system-auth [release 1.2.1-2mamba;Sat Oct 10 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 08:23:27 +01:00
parent 35e8b13fa9
commit d9d8039ef2

View File

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