mirror of
https://abf.rosa.ru/djam/pam.git
synced 2025-02-23 16:32:51 +00:00
Added Russian man
This commit is contained in:
parent
702f090f89
commit
f6634be1c0
1 changed files with 12 additions and 1 deletions
13
pam.spec
13
pam.spec
|
@ -15,7 +15,7 @@
|
|||
Summary: A security tool which provides authentication for applications
|
||||
Name: pam
|
||||
Version: 1.3.0
|
||||
Release: 10
|
||||
Release: 11
|
||||
Epoch: 1
|
||||
# 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+,
|
||||
|
@ -36,6 +36,11 @@ Source13: pamtmp.conf
|
|||
Source14: 90-nproc.conf
|
||||
Source15: password-auth.pamd
|
||||
Source16: smartcard-auth.pamd
|
||||
|
||||
# Russian man
|
||||
Source31: pam_limits.8.xz
|
||||
Source32: pam_tally2.8.xz
|
||||
|
||||
#add missing documentation
|
||||
Source501: pam_tty_audit.8
|
||||
Source502: README
|
||||
|
@ -159,6 +164,8 @@ having to recompile programs that handle authentication.
|
|||
%ghost /var/log/tallylog
|
||||
%{_mandir}/man5/*
|
||||
%{_mandir}/man8/*
|
||||
%{_mandir}/ru/man8/pam_tally2.8.*
|
||||
%{_mandir}/ru/man8/pam_limits.8.*
|
||||
|
||||
%posttrans
|
||||
# (cg) Ensure that the pam_systemd.so is included for user ACLs under systemd
|
||||
|
@ -314,6 +321,10 @@ install -m 644 %{SOURCE14} %{buildroot}%{_sysconfdir}/security/limits.d/90-nproc
|
|||
# Install man pages.
|
||||
install -m 644 %{SOURCE9} %{SOURCE10} %{SOURCE12} %{buildroot}%{_mandir}/man5/
|
||||
|
||||
mkdir -p %{buildroot}%{_mandir}/ru/man8
|
||||
install -m 644 %{SOURCE31} %{buildroot}%{_mandir}/ru/man8
|
||||
install -m 644 %{SOURCE32} %{buildroot}%{_mandir}/ru/man8
|
||||
|
||||
# no longer needed, handled by ACL in udev
|
||||
for phase in auth acct passwd session ; do
|
||||
ln -sf pam_unix.so %{buildroot}/%{_lib}/security/pam_unix_${phase}.so
|
||||
|
|
Loading…
Add table
Reference in a new issue