|
|
Author: tmraz
Update of /cvs/dist/rpms/pam/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7220
Modified Files:
pam.spec
Log Message:
* Thu Jun 9 2005 Tomas Mraz <tmraz@xxxxxxxxxx>
- add the Requires dependency on audit-libs (#159885)
Index: pam.spec
===================================================================
RCS file: /cvs/dist/rpms/pam/devel/pam.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- pam.spec 23 May 2005 14:31:06 -0000 1.76
+++ pam.spec 9 Jun 2005 11:47:18 -0000 1.77
@@ -49,6 +49,7 @@
BuildPrereq: perl, pkgconfig
%if %{WITH_AUDIT}
BuildPrereq: audit-libs-devel >= 0.8.1
+Requires: audit-libs >= 0.8.1
%endif
%if %{WITH_SELINUX}
BuildPrereq: libselinux-devel >= 1.17.1
@@ -372,6 +373,9 @@
%{_libdir}/libpam_misc.so
%changelog
+* Thu Jun 9 2005 Tomas Mraz <tmraz@xxxxxxxxxx>
+- add the Requires dependency on audit-libs (#159885)
+
* Fri May 20 2005 Tomas Mraz <tmraz@xxxxxxxxxx> 0.79-9
- update the pam audit patch to support newest audit library,
audit also pam_setcred calls (Steve Grubb)
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|