diff --git a/passwd.spec b/passwd.spec index 16e909b..da12295 100644 --- a/passwd.spec +++ b/passwd.spec @@ -7,10 +7,11 @@ Summary: The passwd utility for setting/changing passwords using PAM. Name: passwd Version: 0.71 -Release: 1 +Release: 2 License: BSD Group: System Environment/Base Source: %{name}-%{version}.tar.bz2 +Patch1: passwd-0.71-audit.patch Buildroot: %{_tmppath}/passwd-root Requires: pam >= 0.78, /etc/pam.d/system-auth, %if %{WITH_SELINUX} @@ -20,7 +21,8 @@ BuildPrereq: libuser >= 0.53-1 BuildPrereq: glib2-devel, libuser-devel, pam-devel, libuser >= 0.53-1 %endif %if %{WITH_AUDIT} -BuildPrereq: audit-libs-devel +BuildPrereq: audit-libs-devel >= 1.0.8 +Requires: audit-libs >= 1.0.8 %endif %description @@ -32,6 +34,7 @@ To use passwd, you should have PAM installed on your system. %prep %setup -q -n %{name}-%{version} +%patch1 -p1 %build %configure @@ -56,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/passwd.1* %changelog +* Tue Oct 25 2005 Steve Grubb 0.71-2 +- adjust audit communication to use common logging functions + * Fri Oct 7 2005 Tomas Mraz 0.71-1 - use include instead of pam_stack in pam config