SHA256
3
0
forked from pool/pam
OBS User unknown 2007-07-10 11:34:21 +00:00 committed by Git OBS Bridge
parent 5ec98b4c9c
commit 4e408a01e9
6 changed files with 31 additions and 12 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -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

View File

@ -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.
# 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
BuildRequires: audit-devel
%endif
%define libpam_so_version 0.81.6
%define libpam_so_version 0.81.7
%define libpam_misc_so_version 0.81.2
%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
Autoreqprov: on
Version: 0.99.7.1
Release: 11
Version: 0.99.8.0
Release: 1
Summary: A security tool that provides authentication for applications
Obsoletes: pam-laus
Source: Linux-PAM-%{version}.tar.bz2
@ -45,7 +45,7 @@ having to recompile programs that do authentication.
%package doc
Summary: Documentation for pam - A security tool that provides authentication for applications
Summary: Documentation for Pluggable Authentication Modules
Group: Documentation/HTML
%description doc
@ -88,6 +88,8 @@ CFLAGS="$RPM_OPT_FLAGS" \
--enable-isadir=../../%{_lib}/security \
--enable-securedir=/%{_lib}/security
make
%check
make check
%install
@ -266,6 +268,13 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libpam_misc.so
%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
- move the documentation into a seperate package (pam-doc)
[partly fixes Bug #265733]