Updated Russian translations

This commit is contained in:
VictorR2007 2021-04-04 12:06:06 +03:00
parent eb0e52dcf2
commit 045ffbcffa
2 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,6 @@
sources:
Linux-PAM-1.3.0.tar.bz2: e956252e81d824c35a60c9b50919ca0767f8a8ec
pam-1.3.0-ru.tar.gz: 46a5f62ec1120cbe9b42c409d4ea8aa6033694cd
pam-redhat-0.99.11.tar.bz2: 42206fe8319723ef23ab646b2eab496c86de3f5b
pam_limits.8.xz: 98cd77d82544b6e9a016b4826a63644dadf333e2
pam_tally2.8.xz: 0dfa9fe362c9b0bc45b9e9e925309ef549eb15e6

View file

@ -44,7 +44,7 @@ Source32: pam_tally2.8.xz
#add missing documentation
Source501: pam_tty_audit.8
Source502: README
Source503: pam-%{version}_ru.po
Source503: pam-1.3.0-ru.tar.gz
# RedHat patches
Patch1: pam-1.2.0-redhat-modules.patch
@ -58,7 +58,6 @@ Patch13: pam-1.1.5-limits-user.patch
Patch14: pam-1.2.1-faillock.patch
Patch22: pam-1.1.7-unix-build.patch
Patch43: pam-1.3.0-pwhistory-helper.patch
Patch44: pam-1.3.0-unix-nomsg.patch
# ROSA specific sources/patches
# (fl) fix infinite loop
@ -273,7 +272,10 @@ install -m644 %{SOURCE501} %{SOURCE502} modules/pam_tty_audit/
# Replace original po/ru.po with our fork.
# Ported to upstream git master:
# https://github.com/linux-pam/linux-pam/pull/152
cp %{SOURCE503} po/ru.po
pushd po
tar -xvzf %{SOURCE503}
popd
%build
autoreconf -fi