From 196ea67f06374543fa14c066ddd2331768f9f576 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 25 Jun 2007 01:16:51 +0000 Subject: [PATCH] - add missing pam-devel build requirement, force selinux-or-fail build --- krb5.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/krb5.spec b/krb5.spec index 285a240..0472f56 100644 --- a/krb5.spec +++ b/krb5.spec @@ -14,7 +14,7 @@ Summary: The Kerberos network authentication system. Name: krb5 Version: 1.6.1 -Release: 4 +Release: 5 # Maybe we should explode from the now-available-to-everybody tarball instead? # http://web.mit.edu/kerberos/dist/krb5/1.5/krb5-1.5-signed.tar Source0: krb5-%{version}.tar.gz @@ -98,6 +98,7 @@ BuildPrereq: gzip, ncurses-devel, rsh, texinfo, tar BuildRequires: tetex-latex BuildRequires: keyutils-libs-devel BuildRequires: libselinux-devel +BuildRequires: pam-devel %if %{WITH_LDAP} BuildRequires: openldap-devel @@ -202,6 +203,9 @@ installed on systems which are meant provide these services. %endif %changelog +* Sun Jun 24 2007 Nalin Dahyabhai 1.6.1-5 +- add missing pam-devel build requirement, force selinux-or-fail build + * Sun Jun 24 2007 Nalin Dahyabhai 1.6.1-4 - rebuild @@ -1246,7 +1250,8 @@ CPPFLAGS="`echo $DEFINES $INCLUDES`" --without-tcl \ --enable-dns \ --with-pam \ - --with-pam-login-service=%{login_pam_service} + --with-pam-login-service=%{login_pam_service} \ + --with-selinux # Now build it. make