This commit is contained in:
parent
1738681981
commit
93bb319e3d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:28820b2e1f965c5237e04fe9ff0fabf2e063fc66315c568003dfb044eec9ae7b
|
|
||||||
size 708873
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e08ab35169bfc3f1c409478889b20d7635f19c7a9765ff347de2330d18e5ac40
|
|
||||||
size 932148
|
|
3
Linux-PAM-1.0.0-docs.tar.bz2
Normal file
3
Linux-PAM-1.0.0-docs.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1540ab263927beff5558b9c1fbf28b3a6735cad508135638e82cd5508c437c9d
|
||||||
|
size 708717
|
3
Linux-PAM-1.0.0.tar.bz2
Normal file
3
Linux-PAM-1.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b9e88f513c0e9d3c4f9171ba0a9522228b2d8a5438d6aaa6cfb56fb1028e1ae7
|
||||||
|
size 965138
|
13
pam.changes
13
pam.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 4 14:41:44 CEST 2008 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Remove devfs lines from securetty [bnc#372241]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 3 15:18:11 CEST 2008 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.0.0:
|
||||||
|
- Official first "stable" release
|
||||||
|
- bug fixes
|
||||||
|
- translation updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 15 10:55:26 CET 2008 - kukuk@suse.de
|
Fri Feb 15 10:55:26 CET 2008 - kukuk@suse.de
|
||||||
|
|
||||||
|
28
pam.spec
28
pam.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pam (Version 0.99.10.0)
|
# spec file for package pam (Version 1.0.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -21,13 +21,13 @@ BuildRequires: audit-devel
|
|||||||
%if %{enable_selinux}
|
%if %{enable_selinux}
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
%endif
|
%endif
|
||||||
%define libpam_so_version 0.81.10
|
%define libpam_so_version 0.81.11
|
||||||
%define libpam_misc_so_version 0.81.3
|
%define libpam_misc_so_version 0.81.3
|
||||||
%define libpamc_so_version 0.81.0
|
%define libpamc_so_version 0.81.0
|
||||||
License: BSD 3-Clause; GPL v2 or later
|
License: BSD 3-Clause; GPL v2 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.99.10.0
|
Version: 1.0.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A Security Tool that Provides Authentication for Applications
|
Summary: A Security Tool that Provides Authentication for Applications
|
||||||
Obsoletes: pam-laus
|
Obsoletes: pam-laus
|
||||||
@ -50,6 +50,7 @@ having to recompile programs that do authentication.
|
|||||||
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
|
License: Beerware, Cardware, Shareware (not restricted); BSD 3-Clause; GPL v2 or later
|
||||||
Summary: Documentation for Pluggable Authentication Modules
|
Summary: Documentation for Pluggable Authentication Modules
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
|
|
||||||
@ -63,6 +64,7 @@ This package contains the documentation.
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: Beerware, Cardware, Shareware (not restricted); BSD 3-Clause; GPL v2 or later
|
||||||
Summary: Include Files and Libraries for PAM-Development
|
Summary: Include Files and Libraries for PAM-Development
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: pam = %{version} glibc-devel
|
Requires: pam = %{version} glibc-devel
|
||||||
@ -164,11 +166,10 @@ rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_keyinit.so
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%run_ldconfig
|
/sbin/ldconfig
|
||||||
%verifyscript
|
%verifyscript
|
||||||
%verify_permissions -e /sbin/unix_chkpwd
|
%verify_permissions -e /sbin/unix_chkpwd
|
||||||
|
|
||||||
@ -280,6 +281,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libpam_misc.so
|
%{_libdir}/libpam_misc.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 04 2008 kukuk@suse.de
|
||||||
|
- Remove devfs lines from securetty [bnc#372241]
|
||||||
|
* Thu Apr 03 2008 kukuk@suse.de
|
||||||
|
- Update to version 1.0.0:
|
||||||
|
- Official first "stable" release
|
||||||
|
- bug fixes
|
||||||
|
- translation updates
|
||||||
* Fri Feb 15 2008 kukuk@suse.de
|
* Fri Feb 15 2008 kukuk@suse.de
|
||||||
- Update to version 0.99.10.0:
|
- Update to version 0.99.10.0:
|
||||||
- New substack directive in config file syntax
|
- New substack directive in config file syntax
|
||||||
@ -409,7 +417,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Add all services to pam_listfile
|
- Add all services to pam_listfile
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Fri Jan 13 2006 kukuk@suse.de
|
* Sat Jan 14 2006 kukuk@suse.de
|
||||||
- Update to Linux-PAM 0.99.3.0 release candiate tar balls
|
- Update to Linux-PAM 0.99.3.0 release candiate tar balls
|
||||||
(new translations)
|
(new translations)
|
||||||
* Mon Jan 09 2006 kukuk@suse.de
|
* Mon Jan 09 2006 kukuk@suse.de
|
||||||
@ -566,14 +574,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Fix to not own /usr/shar/man/man3
|
- Fix to not own /usr/shar/man/man3
|
||||||
* Wed Mar 13 2002 kukuk@suse.de
|
* Wed Mar 13 2002 kukuk@suse.de
|
||||||
- Add /usr/include/security to pam-devel filelist
|
- Add /usr/include/security to pam-devel filelist
|
||||||
* Mon Feb 11 2002 ro@suse.de
|
* Tue Feb 12 2002 ro@suse.de
|
||||||
- tar option for bz2 is "j"
|
- tar option for bz2 is "j"
|
||||||
* Fri Jan 25 2002 kukuk@suse.de
|
* Fri Jan 25 2002 kukuk@suse.de
|
||||||
- Fix last pam_securetty patch
|
- Fix last pam_securetty patch
|
||||||
* Thu Jan 24 2002 kukuk@suse.de
|
* Thu Jan 24 2002 kukuk@suse.de
|
||||||
- Use reentrant getpwnam functions for most modules
|
- Use reentrant getpwnam functions for most modules
|
||||||
- Fix unresolved symbols in pam_access and pam_userdb
|
- Fix unresolved symbols in pam_access and pam_userdb
|
||||||
* Sun Jan 20 2002 kukuk@suse.de
|
* Mon Jan 21 2002 kukuk@suse.de
|
||||||
- libpam_misc: Don't handle Ctrl-D as error.
|
- libpam_misc: Don't handle Ctrl-D as error.
|
||||||
* Wed Jan 16 2002 kukuk@suse.de
|
* Wed Jan 16 2002 kukuk@suse.de
|
||||||
- Remove SuSEconfig.pam
|
- Remove SuSEconfig.pam
|
||||||
@ -614,7 +622,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- pam_unix2: Create temp files with permission 0600
|
- pam_unix2: Create temp files with permission 0600
|
||||||
* Tue Feb 06 2001 ro@suse.de
|
* Tue Feb 06 2001 ro@suse.de
|
||||||
- pam_issue.c: include time.h to make it compile
|
- pam_issue.c: include time.h to make it compile
|
||||||
* Fri Jan 05 2001 kukuk@suse.de
|
* Sat Jan 06 2001 kukuk@suse.de
|
||||||
- Don't print error message about failed initialization from
|
- Don't print error message about failed initialization from
|
||||||
pam_limits with kernel 2.2 [Bug #5198]
|
pam_limits with kernel 2.2 [Bug #5198]
|
||||||
* Thu Jan 04 2001 kukuk@suse.de
|
* Thu Jan 04 2001 kukuk@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user