SHA256
1
0
forked from pool/pam
OBS User unknown 2007-10-11 20:08:44 +00:00 committed by Git OBS Bridge
parent 2c82685731
commit a0ff3993cc
6 changed files with 32 additions and 19 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -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 Wed Jul 18 12:00:07 CEST 2007 - kukuk@suse.de

View File

@ -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. # 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
@ -11,20 +11,20 @@
# norootforbuild # norootforbuild
Name: pam 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 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.8 %define libpam_so_version 0.81.9
%define libpam_misc_so_version 0.81.2 %define libpam_misc_so_version 0.81.3
%define libpamc_so_version 0.81.0 %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 Group: System/Libraries
Autoreqprov: on AutoReqProv: on
Version: 0.99.8.1 Version: 0.99.9.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
Source: Linux-PAM-%{version}.tar.bz2 Source: Linux-PAM-%{version}.tar.bz2
Source1: Linux-PAM-%{version}-docs.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 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
Autoreqprov: on AutoReqProv: on
%description devel %description devel
PAM (Pluggable Authentication Modules) is a system security tool which PAM (Pluggable Authentication Modules) is a system security tool which
@ -93,11 +93,11 @@ make
make check make check
%install %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/usr/include/security
mkdir -p $RPM_BUILD_ROOT/%{_lib}/security mkdir -p $RPM_BUILD_ROOT/%{_lib}/security
mkdir -p $RPM_BUILD_ROOT/sbin 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 make DESTDIR=$RPM_BUILD_ROOT install
/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_lib} /sbin/ldconfig -n $RPM_BUILD_ROOT/%{_lib}
# Install documentation # Install documentation
@ -164,7 +164,6 @@ rm -rf $RPM_BUILD_ROOT
%postun %postun
%run_ldconfig %run_ldconfig
%verifyscript %verifyscript
%verify_permissions -e /sbin/unix_chkpwd %verify_permissions -e /sbin/unix_chkpwd
@ -266,8 +265,13 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libpam.so %{_libdir}/libpam.so
%{_libdir}/libpamc.so %{_libdir}/libpamc.so
%{_libdir}/libpam_misc.so %{_libdir}/libpam_misc.so
%changelog %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 * Wed Jul 18 2007 - kukuk@suse.de
- Update to version 0.99.8.1: - Update to version 0.99.8.1:
- Fix regression in pam_audit - Fix regression in pam_audit