mirror of
https://abf.rosa.ru/djam/pam.git
synced 2025-02-23 16:32:51 +00:00
fix files
This commit is contained in:
parent
766a9b932a
commit
98ac66aacf
1 changed files with 2 additions and 6 deletions
8
pam.spec
8
pam.spec
|
@ -108,8 +108,6 @@ having to recompile programs that handle authentication.
|
|||
%config(noreplace) %{_sysconfdir}/environment
|
||||
%config(noreplace) %{_sysconfdir}/security/access.conf
|
||||
%config(noreplace) %{_sysconfdir}/security/chroot.conf
|
||||
%config(noreplace) %{_sysconfdir}/security/console.handlers
|
||||
%config(noreplace) %{_sysconfdir}/security/console.perms
|
||||
%config(noreplace) %{_sysconfdir}/security/faillock.conf
|
||||
%config(noreplace) %{_sysconfdir}/security/group.conf
|
||||
%config(noreplace) %{_sysconfdir}/security/limits.conf
|
||||
|
@ -121,6 +119,7 @@ having to recompile programs that handle authentication.
|
|||
%config(noreplace) %{_sysconfdir}/security/sepermit.conf
|
||||
%endif
|
||||
%config(noreplace) %{_sysconfdir}/security/time.conf
|
||||
%config(noreplace) %{_sysconfdir}/security/pwhistory.conf
|
||||
%config %{_sysconfdir}/pam.d/config-util
|
||||
%config %{_sysconfdir}/pam.d/other
|
||||
%config %{_sysconfdir}/pam.d/password-auth
|
||||
|
@ -128,8 +127,6 @@ having to recompile programs that handle authentication.
|
|||
%config %{_sysconfdir}/pam.d/smartcard-auth
|
||||
%dir %{_libdir}/security
|
||||
%dir %{_sysconfdir}/pam.d
|
||||
%dir %{_sysconfdir}/security/console.apps
|
||||
%dir %{_sysconfdir}/security/console.perms.d
|
||||
%dir %{_sysconfdir}/security/limits.d
|
||||
%ghost %dir /var/run/console
|
||||
%ghost /var/log/tallylog
|
||||
|
@ -140,7 +137,6 @@ having to recompile programs that handle authentication.
|
|||
%{_prefix}/lib/systemd/system/pam_namespace.service
|
||||
%{_prefix}/lib/tmpfiles.d/pam.conf
|
||||
%{_sbindir}/faillock
|
||||
%{_sbindir}/pam_console_apply
|
||||
|
||||
%posttrans
|
||||
# (cg) Ensure that the pam_systemd.so is included for user ACLs under systemd
|
||||
|
@ -230,7 +226,7 @@ This package contains the development libraries for %{name}.
|
|||
%{_libdir}/libpamc.so
|
||||
%{_includedir}/security/*.h
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%{_libdir}/pkgconfig/pam*.pc
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%prep
|
||||
|
|
Loading…
Add table
Reference in a new issue