This commit is contained in:
parent
2c82685731
commit
a0ff3993cc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9b41251618612824a95c7bb30ca015217c976a8b00bcc3ddaa7d2352743f009
|
||||
size 406450
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4824d6c654ecb25818e12f490f8e0b9ea84b212beeb02362ece1d713a9ca4313
|
||||
size 903899
|
3
Linux-PAM-0.99.9.0-docs.tar.bz2
Normal file
3
Linux-PAM-0.99.9.0-docs.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d199d9c30e5aab1239b5b3cf83b25009357107ab506b67ff3dcbdcee83661899
|
||||
size 701407
|
3
Linux-PAM-0.99.9.0.tar.bz2
Normal file
3
Linux-PAM-0.99.9.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ccdd8ac155bdeb6a630bdb5fd05606fd0a54849361a22f4d306d08ea7f8af823
|
||||
size 909242
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 10 15:13:33 CEST 2007 - kukuk@suse.de
|
||||
|
||||
- Update to version 0.99.9.0:
|
||||
- misc_conv no longer blocks SIGINT; applications that don't want
|
||||
user-interruptable prompts should block SIGINT themselves
|
||||
- Merge fixes from Debian
|
||||
- Fix parser for pam_group and pam_time
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 12:00:07 CEST 2007 - kukuk@suse.de
|
||||
|
||||
|
30
pam.spec
30
pam.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pam (Version 0.99.8.1)
|
||||
# spec file for package pam (Version 0.99.9.0)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,20 +11,20 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: pam
|
||||
URL: http://www.kernel.org/pub/linux/libs/pam/
|
||||
Url: http://www.kernel.org/pub/linux/libs/pam/
|
||||
BuildRequires: bison cracklib-devel db-devel flex libxcrypt-devel
|
||||
%if %{suse_version} > 1000
|
||||
BuildRequires: audit-devel
|
||||
%endif
|
||||
%define libpam_so_version 0.81.8
|
||||
%define libpam_misc_so_version 0.81.2
|
||||
%define libpam_so_version 0.81.9
|
||||
%define libpam_misc_so_version 0.81.3
|
||||
%define libpamc_so_version 0.81.0
|
||||
License: Beerware, Cardware, Shareware (not restricted), BSD 3-Clause, THE BEER-WARE LICENSE" (Revision 42)
|
||||
License: BSD 3-Clause; GPL v2 or later
|
||||
Group: System/Libraries
|
||||
Autoreqprov: on
|
||||
Version: 0.99.8.1
|
||||
AutoReqProv: on
|
||||
Version: 0.99.9.0
|
||||
Release: 1
|
||||
Summary: A security tool that provides authentication for applications
|
||||
Summary: A Security Tool that Provides Authentication for Applications
|
||||
Obsoletes: pam-laus
|
||||
Source: Linux-PAM-%{version}.tar.bz2
|
||||
Source1: Linux-PAM-%{version}-docs.tar.bz2
|
||||
@ -61,7 +61,7 @@ This package contains the documentation.
|
||||
Summary: Include Files and Libraries for PAM-Development
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: pam = %{version} glibc-devel
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
|
||||
%description devel
|
||||
PAM (Pluggable Authentication Modules) is a system security tool which
|
||||
@ -93,11 +93,11 @@ make
|
||||
make check
|
||||
|
||||
%install
|
||||
install -d -m 755 $RPM_BUILD_ROOT/etc/pam.d
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/pam.d
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/include/security
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_lib}/security
|
||||
mkdir -p $RPM_BUILD_ROOT/sbin
|
||||
install -d -m 755 $RPM_BUILD_ROOT%{_libdir}
|
||||
mkdir -p -m 755 $RPM_BUILD_ROOT%{_libdir}
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_lib}
|
||||
# Install documentation
|
||||
@ -164,7 +164,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%postun
|
||||
%run_ldconfig
|
||||
|
||||
%verifyscript
|
||||
%verify_permissions -e /sbin/unix_chkpwd
|
||||
|
||||
@ -266,8 +265,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libpam.so
|
||||
%{_libdir}/libpamc.so
|
||||
%{_libdir}/libpam_misc.so
|
||||
|
||||
%changelog
|
||||
* Wed Oct 10 2007 - kukuk@suse.de
|
||||
- Update to version 0.99.9.0:
|
||||
- misc_conv no longer blocks SIGINT; applications that don't want
|
||||
user-interruptable prompts should block SIGINT themselves
|
||||
- Merge fixes from Debian
|
||||
- Fix parser for pam_group and pam_time
|
||||
* Wed Jul 18 2007 - kukuk@suse.de
|
||||
- Update to version 0.99.8.1:
|
||||
- Fix regression in pam_audit
|
||||
|
Loading…
Reference in New Issue
Block a user