- use include instead of pam_stack in pam config

This commit is contained in:
Tomáš Mráz 2005-10-07 13:16:41 +00:00
parent 378369d169
commit 5f71c3a520
3 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
passwd-0.70.tar.bz2
passwd-0.71.tar.bz2

View File

@ -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 <tmraz@redhat.com> 0.71-1
- use include instead of pam_stack in pam config
* Fri Jun 17 2005 Tomas Mraz <tmraz@redhat.com> 0.70-1
- replace laus with audit
- auto* build changes

View File

@ -1 +1 @@
4b0a160b11585a57412f6580661ebd5e passwd-0.70.tar.bz2
02ec90cdf843d558de677fe2be22de3d passwd-0.71.tar.bz2