This commit is contained in:
parent
f57c3f3c5f
commit
27f85de90b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c6e610cae207e7af87ab471228ab3311536a27f061d86dd0c75413ae8f96d09
|
||||
size 498156
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b729820717cbf07a7ab07672180d070ce384ac923cc2129904fdc975342a35c4
|
||||
size 1112332
|
3
Linux-PAM-1.0.92-docs.tar.bz2
Normal file
3
Linux-PAM-1.0.92-docs.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1abb9e83e3108f1edc93408fba753416fe69bb5968871250a3fafa47522eb6a1
|
||||
size 494348
|
3
Linux-PAM-1.0.92.tar.bz2
Normal file
3
Linux-PAM-1.0.92.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdcd577e41642ee7b3a9712488b70adebb295e756fcc0fc45a441c5014a7b0fc
|
||||
size 1102731
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 16:07:00 CEST 2009 - kukuk@suse.de
|
||||
|
||||
- Update to versin 1.0.92:
|
||||
* Update translations
|
||||
* pam_succeed_if: Use provided username
|
||||
* pam_mkhomedir: Fix handling of options
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 3 21:43:48 CEST 2009 - rguenther@suse.de
|
||||
|
||||
|
17
pam.spec
17
pam.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pam (Version 1.0.91)
|
||||
# spec file for package pam (Version 1.0.92)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -34,7 +34,7 @@ BuildRequires: libselinux-devel
|
||||
%endif
|
||||
%define libpam_so_version 0.82.1
|
||||
%define libpam_misc_so_version 0.82.0
|
||||
%define libpamc_so_version 0.82.0
|
||||
%define libpamc_so_version 0.82.1
|
||||
License: BSD 3-Clause; GPL v2 or later
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
@ -43,8 +43,8 @@ AutoReqProv: on
|
||||
Obsoletes: pam-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 1.0.91
|
||||
Release: 2
|
||||
Version: 1.0.92
|
||||
Release: 1
|
||||
Summary: A Security Tool that Provides Authentication for Applications
|
||||
Source: Linux-PAM-%{version}.tar.bz2
|
||||
Source1: Linux-PAM-%{version}-docs.tar.bz2
|
||||
@ -55,8 +55,7 @@ Source5: common-account.pamd
|
||||
Source6: common-password.pamd
|
||||
Source7: common-session.pamd
|
||||
Source8: etc.environment
|
||||
Patch: cvs.diff
|
||||
Patch1: pam_tally-deprecated.diff
|
||||
Patch: pam_tally-deprecated.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -105,7 +104,6 @@ building both PAM-aware applications and modules for use with PAM.
|
||||
%prep
|
||||
%setup -q -n Linux-PAM-%{version} -b 1
|
||||
%patch -p0
|
||||
%patch1 -p0
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" \
|
||||
@ -309,6 +307,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libpam_misc.so
|
||||
|
||||
%changelog
|
||||
* Tue May 05 2009 kukuk@suse.de
|
||||
- Update to versin 1.0.92:
|
||||
* Update translations
|
||||
* pam_succeed_if: Use provided username
|
||||
* pam_mkhomedir: Fix handling of options
|
||||
* Fri Apr 03 2009 rguenther@suse.de
|
||||
- Remove cracklib-dict-full and pwdutils BuildRequires again.
|
||||
* Fri Mar 27 2009 kukuk@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user