SHA256
1
0
forked from pool/pam
OBS User unknown 2008-04-25 13:20:44 +00:00 committed by Git OBS Bridge
parent 678aa79a11
commit d90d782f30
6 changed files with 23 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1540ab263927beff5558b9c1fbf28b3a6735cad508135638e82cd5508c437c9d
size 708717

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9e88f513c0e9d3c4f9171ba0a9522228b2d8a5438d6aaa6cfb56fb1028e1ae7
size 965138

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0cece8350dacc264479a4d047b8b9bf0e6deab89a169f638aef8ebfb153f6d9d
size 709063

3
Linux-PAM-1.0.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62973b460be34fb7cb4b650bd62ce0c2318d13777b7312ef12656e55a2d9f00e
size 979879

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 16 13:24:22 CEST 2008 - kukuk@suse.de
- Update to version 1.0.1:
- Fixes regression in pam_set_item().
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package pam (Version 1.0.0)
# spec file for package pam (Version 1.0.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -21,14 +21,14 @@ BuildRequires: audit-devel
%if %{enable_selinux}
BuildRequires: libselinux-devel
%endif
%define libpam_so_version 0.81.11
%define libpam_so_version 0.81.12
%define libpam_misc_so_version 0.81.3
%define libpamc_so_version 0.81.0
License: BSD 3-Clause; GPL v2 or later
Group: System/Libraries
AutoReqProv: on
Version: 1.0.0
Release: 3
Version: 1.0.1
Release: 1
Summary: A Security Tool that Provides Authentication for Applications
Obsoletes: pam-laus
Source: Linux-PAM-%{version}.tar.bz2
@ -160,6 +160,10 @@ rm $DOC/modules/README.pam_namespace
rm -f $RPM_BUILD_ROOT%{_mandir}/man8/pam_keyinit*
rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_keyinit.so
%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
%{find_lang} Linux-PAM
@ -281,6 +285,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libpam_misc.so
%changelog
* Wed Apr 16 2008 kukuk@suse.de
- Update to version 1.0.1:
- Fixes regression in pam_set_item().
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support