rpms/mod_auth_kerb/devel mod_auth_kerb.spec,1.19,1.20

Joe Orton (jorton) fedora-extras-commits at redhat.com
Tue Sep 25 11:47:46 UTC 2007


Author: jorton

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

Modified Files:
	mod_auth_kerb.spec 
Log Message:
* Tue Sep 25 2007 Joe Orton <jorton at redhat.com> 5.3-6
- fix configure invocation (#301181)



Index: mod_auth_kerb.spec
===================================================================
RCS file: /cvs/extras/rpms/mod_auth_kerb/devel/mod_auth_kerb.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- mod_auth_kerb.spec	2 Sep 2007 14:06:19 -0000	1.19
+++ mod_auth_kerb.spec	25 Sep 2007 11:47:12 -0000	1.20
@@ -2,7 +2,7 @@
 Summary: Kerberos authentication module for HTTP
 Name: mod_auth_kerb
 Version: 5.3
-Release: 5
+Release: 6
 License: BSD and MIT
 Group: System Environment/Daemons
 URL: http://modauthkerb.sourceforge.net/
@@ -30,7 +30,8 @@
 %patch8 -p1 -b .fixes
 
 %build
-%configure --without-krb4 --with-krb5=/usr/kerberos --with-apxs=/usr
+%configure --without-krb4 --with-krb5=/usr/kerberos \
+        --with-apache=%{_prefix}
 make %{?_smp_mflags} 
 
 %install
@@ -52,6 +53,9 @@
 %{_libdir}/httpd/modules/*.so
 
 %changelog
+* Tue Sep 25 2007 Joe Orton <jorton at redhat.com> 5.3-6
+- fix configure invocation (#301181)
+
 * Sun Sep  2 2007 Joe Orton <jorton at redhat.com> 5.3-5
 - rebuild for fixed 32-bit APR
 




More information about the fedora-extras-commits mailing list