From 5f71c3a520719945f493bc4f8191ab1de1931cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Fri, 7 Oct 2005 13:16:41 +0000 Subject: [PATCH] - use include instead of pam_stack in pam config --- .cvsignore | 2 +- passwd.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 692465e..e3d347d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -passwd-0.70.tar.bz2 +passwd-0.71.tar.bz2 diff --git a/passwd.spec b/passwd.spec index e7a2815..16e909b 100644 --- a/passwd.spec +++ b/passwd.spec @@ -6,13 +6,13 @@ %endif Summary: The passwd utility for setting/changing passwords using PAM. Name: passwd -Version: 0.70 +Version: 0.71 Release: 1 License: BSD Group: System Environment/Base Source: %{name}-%{version}.tar.bz2 Buildroot: %{_tmppath}/passwd-root -Requires: pam >= 0.59, /etc/pam.d/system-auth, +Requires: pam >= 0.78, /etc/pam.d/system-auth, %if %{WITH_SELINUX} BuildPrereq: glib2-devel, libuser-devel, pam-devel, libselinux-devel BuildPrereq: libuser >= 0.53-1 @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/passwd.1* %changelog +* Fri Oct 7 2005 Tomas Mraz 0.71-1 +- use include instead of pam_stack in pam config + * Fri Jun 17 2005 Tomas Mraz 0.70-1 - replace laus with audit - auto* build changes diff --git a/sources b/sources index 9c49055..4e454f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b0a160b11585a57412f6580661ebd5e passwd-0.70.tar.bz2 +02ec90cdf843d558de677fe2be22de3d passwd-0.71.tar.bz2