add symlink password-auth to /etc/pam.d/system-auth [release 1.2.1-2mamba;Sat Oct 10 2015]
This commit is contained in:
parent
35e8b13fa9
commit
d9d8039ef2
9
pam.spec
9
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 <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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user