OBS User unknown 2009-02-12 21:19:25 +00:00 committed by Git OBS Bridge
parent bcc46d9105
commit f331331acb
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 11 01:20:15 CET 2009 - ro@suse.de
- use sr@latin instead of sr@Latn
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 5 17:01:56 CET 2009 - kukuk@suse.de Thu Feb 5 17:01:56 CET 2009 - kukuk@suse.de

View File

@ -40,7 +40,7 @@ Obsoletes: pam-64bit
%endif %endif
# #
Version: 1.0.2 Version: 1.0.2
Release: 18 Release: 19
Summary: A Security Tool that Provides Authentication for Applications Summary: A Security Tool that Provides Authentication for Applications
Source: Linux-PAM-%{version}.tar.bz2 Source: Linux-PAM-%{version}.tar.bz2
Source1: Linux-PAM-%{version}-SUSE-docs.tar.bz2 Source1: Linux-PAM-%{version}-SUSE-docs.tar.bz2
@ -218,10 +218,6 @@ rm $DOC/modules/README.pam_namespace
rm -f $RPM_BUILD_ROOT%{_mandir}/man8/pam_keyinit* rm -f $RPM_BUILD_ROOT%{_mandir}/man8/pam_keyinit*
rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_keyinit.so rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_keyinit.so
%endif %endif
#
# XXX Fix name of locale
#
mv $RPM_BUILD_ROOT/usr/share/locale/sr@latin $RPM_BUILD_ROOT/usr/share/locale/sr@Latn
# Create filelist with translatins # Create filelist with translatins
%{find_lang} Linux-PAM %{find_lang} Linux-PAM
@ -346,6 +342,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libpam_misc.so %{_libdir}/libpam_misc.so
%changelog %changelog
* Wed Feb 11 2009 ro@suse.de
- use sr@latin instead of sr@Latn
* Thu Feb 05 2009 kukuk@suse.de * Thu Feb 05 2009 kukuk@suse.de
- Log failures of setrlimit in pam_limits [bnc#448314] - Log failures of setrlimit in pam_limits [bnc#448314]
- Fix using of requisite in password stack [bnc#470337] - Fix using of requisite in password stack [bnc#470337]