rpms/krb5/devel krb5.spec,1.119,1.120

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Mon Jun 25 01:18:15 UTC 2007


Author: nalin

Update of /cvs/extras/rpms/krb5/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29805

Modified Files:
	krb5.spec 
Log Message:
- add missing pam-devel build requirement, force selinux-or-fail build


Index: krb5.spec
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/krb5.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- krb5.spec	25 Jun 2007 00:56:37 -0000	1.119
+++ krb5.spec	25 Jun 2007 01:16:51 -0000	1.120
@@ -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 @@
 BuildRequires: tetex-latex
 BuildRequires: keyutils-libs-devel
 BuildRequires: libselinux-devel
+BuildRequires: pam-devel
 
 %if %{WITH_LDAP}
 BuildRequires: openldap-devel
@@ -202,6 +203,9 @@
 %endif
 
 %changelog
+* Sun Jun 24 2007 Nalin Dahyabhai <nalin at redhat.com> 1.6.1-5
+- add missing pam-devel build requirement, force selinux-or-fail build
+
 * Sun Jun 24 2007 Nalin Dahyabhai <nalin at redhat.com> 1.6.1-4
 - rebuild
 
@@ -1246,7 +1250,8 @@
 	--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
 




More information about the fedora-extras-commits mailing list