- update the pam audit patch to support newest audit library (Steve Grubb)

This commit is contained in:
Tomáš Mráz 2005-05-19 18:38:45 +00:00
parent fd39e73da0
commit 6eb3fc0500

View File

@ -12,7 +12,7 @@
Summary: A security tool which provides authentication for applications. Summary: A security tool which provides authentication for applications.
Name: pam Name: pam
Version: 0.79 Version: 0.79
Release: 8 Release: 9
License: GPL or BSD License: GPL or BSD
Group: System Environment/Base Group: System Environment/Base
Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2 Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
@ -48,7 +48,7 @@ BuildPrereq: autoconf, bison, flex, glib2-devel, sed, cracklib,
BuildPrereq: cracklib-dicts >= 2.8 BuildPrereq: cracklib-dicts >= 2.8
BuildPrereq: perl, pkgconfig BuildPrereq: perl, pkgconfig
%if %{WITH_AUDIT} %if %{WITH_AUDIT}
BuildPrereq: audit-libs-devel >= 0.6.10 BuildPrereq: audit-libs-devel >= 0.8.1
%endif %endif
%if %{WITH_SELINUX} %if %{WITH_SELINUX}
BuildPrereq: libselinux-devel >= 1.17.1 BuildPrereq: libselinux-devel >= 1.17.1
@ -372,6 +372,9 @@ fi
%{_libdir}/libpam_misc.so %{_libdir}/libpam_misc.so
%changelog %changelog
* Thu May 19 2005 Tomas Mraz <tmraz@redhat.com> 0.79-9
- update the pam audit patch to support newest audit library (Steve Grubb)
* Mon May 2 2005 Tomas Mraz <tmraz@redhat.com> 0.79-8 * Mon May 2 2005 Tomas Mraz <tmraz@redhat.com> 0.79-8
- pam_console: support loading .perms files in the console.perms.d (#156069) - pam_console: support loading .perms files in the console.perms.d (#156069)