mirror of
https://abf.rosa.ru/djam/pam.git
synced 2025-02-23 16:32:51 +00:00
avoid overwriting edited configs on update
This commit is contained in:
parent
5d12454e13
commit
f73acf6bf9
1 changed files with 6 additions and 6 deletions
12
pam.spec
12
pam.spec
|
@ -15,7 +15,7 @@
|
||||||
Summary: A security tool which provides authentication for applications
|
Summary: A security tool which provides authentication for applications
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 1.6.1
|
Version: 1.6.1
|
||||||
Release: 5
|
Release: 6
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
# The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
|
# The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
|
||||||
# as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,
|
# as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,
|
||||||
|
@ -120,11 +120,11 @@ having to recompile programs that handle authentication.
|
||||||
%endif
|
%endif
|
||||||
%config(noreplace) %{_sysconfdir}/security/time.conf
|
%config(noreplace) %{_sysconfdir}/security/time.conf
|
||||||
%config(noreplace) %{_sysconfdir}/security/pwhistory.conf
|
%config(noreplace) %{_sysconfdir}/security/pwhistory.conf
|
||||||
%config %{_sysconfdir}/pam.d/config-util
|
%config(noreplace) %{_sysconfdir}/pam.d/config-util
|
||||||
%config %{_sysconfdir}/pam.d/other
|
%config(noreplace) %{_sysconfdir}/pam.d/other
|
||||||
%config %{_sysconfdir}/pam.d/password-auth
|
%config(noreplace) %{_sysconfdir}/pam.d/password-auth
|
||||||
%config %{_sysconfdir}/pam.d/postlogin
|
%config(noreplace) %{_sysconfdir}/pam.d/postlogin
|
||||||
%config %{_sysconfdir}/pam.d/smartcard-auth
|
%config(noreplace) %{_sysconfdir}/pam.d/smartcard-auth
|
||||||
%dir %{_libdir}/security
|
%dir %{_libdir}/security
|
||||||
%dir %{_sysconfdir}/pam.d
|
%dir %{_sysconfdir}/pam.d
|
||||||
%dir %{_sysconfdir}/security/limits.d
|
%dir %{_sysconfdir}/security/limits.d
|
||||||
|
|
Loading…
Add table
Reference in a new issue