This commit is contained in:
parent
5ec98b4c9c
commit
4e408a01e9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f54fa8cde613ac421cc97902bcbdf4fd5769f1d7e9d1a97f7fd35506c70a9e65
|
|
||||||
size 402593
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dd7652d8a4f47b6730859440180f14be82707cee31063f6c51731c47f5e56260
|
|
||||||
size 872657
|
|
3
Linux-PAM-0.99.8.0-docs.tar.bz2
Normal file
3
Linux-PAM-0.99.8.0-docs.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f0727385e36d9579145ce2ac47b5e5320be0df8619afbe5d5f10213d5b03c3df
|
||||||
|
size 406683
|
3
Linux-PAM-0.99.8.0.tar.bz2
Normal file
3
Linux-PAM-0.99.8.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:929fd4502f658592e411c3ae38d159b15d78075581996fd12c7e8640d2db4def
|
||||||
|
size 903369
|
10
pam.changes
10
pam.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 6 11:38:42 CEST 2007 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.99.8.0:
|
||||||
|
- Add translations for ar, ca, da, ru, sv and zu.
|
||||||
|
- Update hungarian translation.
|
||||||
|
- Add support for limits.d directory to pam_limits.
|
||||||
|
- Add minclass option to pam_cracklib
|
||||||
|
- Add new group syntax to pam_access
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 19 15:30:46 CEST 2007 - mc@suse.de
|
Thu Apr 19 15:30:46 CEST 2007 - mc@suse.de
|
||||||
|
|
||||||
|
21
pam.spec
21
pam.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pam (Version 0.99.7.1)
|
# spec file for package pam (Version 0.99.8.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 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
|
||||||
@ -16,14 +16,14 @@ BuildRequires: bison cracklib-devel db-devel flex libxcrypt-devel
|
|||||||
%if %{suse_version} > 1000
|
%if %{suse_version} > 1000
|
||||||
BuildRequires: audit-devel
|
BuildRequires: audit-devel
|
||||||
%endif
|
%endif
|
||||||
%define libpam_so_version 0.81.6
|
%define libpam_so_version 0.81.7
|
||||||
%define libpam_misc_so_version 0.81.2
|
%define libpam_misc_so_version 0.81.2
|
||||||
%define libpamc_so_version 0.81.0
|
%define libpamc_so_version 0.81.0
|
||||||
License: Beerware, Cardware, Shareware (not restricted), BSD License and BSD-like
|
License: Beerware, Cardware, Shareware (not restricted), BSD 3-Clause, THE BEER-WARE LICENSE" (Revision 42)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 0.99.7.1
|
Version: 0.99.8.0
|
||||||
Release: 11
|
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
|
||||||
Source: Linux-PAM-%{version}.tar.bz2
|
Source: Linux-PAM-%{version}.tar.bz2
|
||||||
@ -45,7 +45,7 @@ having to recompile programs that do authentication.
|
|||||||
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for pam - A security tool that provides authentication for applications
|
Summary: Documentation for Pluggable Authentication Modules
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
@ -88,6 +88,8 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
|||||||
--enable-isadir=../../%{_lib}/security \
|
--enable-isadir=../../%{_lib}/security \
|
||||||
--enable-securedir=/%{_lib}/security
|
--enable-securedir=/%{_lib}/security
|
||||||
make
|
make
|
||||||
|
|
||||||
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -266,6 +268,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libpam_misc.so
|
%{_libdir}/libpam_misc.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 06 2007 - kukuk@suse.de
|
||||||
|
- Update to version 0.99.8.0:
|
||||||
|
- Add translations for ar, ca, da, ru, sv and zu.
|
||||||
|
- Update hungarian translation.
|
||||||
|
- Add support for limits.d directory to pam_limits.
|
||||||
|
- Add minclass option to pam_cracklib
|
||||||
|
- Add new group syntax to pam_access
|
||||||
* Thu Apr 19 2007 - mc@suse.de
|
* Thu Apr 19 2007 - mc@suse.de
|
||||||
- move the documentation into a seperate package (pam-doc)
|
- move the documentation into a seperate package (pam-doc)
|
||||||
[partly fixes Bug #265733]
|
[partly fixes Bug #265733]
|
||||||
|
Loading…
Reference in New Issue
Block a user