rpms/mod_security/FC-3 mod_security.spec,1.10,1.11

Michael G. Fleming (mfleming) fedora-extras-commits at redhat.com
Sat Apr 15 12:22:31 UTC 2006


Author: mfleming

Update of /cvs/extras/rpms/mod_security/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19764

Modified Files:
	mod_security.spec 
Log Message:
Fix braino in last commit (forgot to change "-" to "_" in tarball &
directory names hence the build failed.)



Index: mod_security.spec
===================================================================
RCS file: /cvs/extras/rpms/mod_security/FC-3/mod_security.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mod_security.spec	15 Apr 2006 12:16:30 -0000	1.10
+++ mod_security.spec	15 Apr 2006 12:22:31 -0000	1.11
@@ -1,11 +1,11 @@
 Summary: Security module for the Apache HTTP Server
 Name: mod_security 
 Version: 1.9.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 URL: http://www.modsecurity.org/
 Group: System Environment/Daemons
-Source: http://www.modsecurity.org/download/modsecurity-apache-%{version}.tar.gz
+Source: http://www.modsecurity.org/download/modsecurity-apache_%{version}.tar.gz
 Source1: mod_security.conf
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: httpd  httpd-mmn = %([ -a %{_includedir}/httpd/.mmn ] && cat %{_includedir}/httpd/.mmn || echo missing)
@@ -18,7 +18,7 @@
 
 %prep
 
-%setup -q -n modsecurity-apache-%{version}
+%setup -q -n modsecurity-apache_%{version}
 
 %build
 /usr/sbin/apxs -Wc,"%{optflags}" -c apache2/mod_security.c
@@ -40,9 +40,9 @@
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_security.conf
 
 %changelog
-* Sat Apr 15 2006 Michael Fleming <mfleming+rpm at enlartenment.com> 1.9.3-1
+* Sat Apr 15 2006 Michael Fleming <mfleming+rpm at enlartenment.com> 1.9.3-2
 - New upstream release
-- Minor spec tweak.
+- Minor spec tweaks.
 
 * Wed Jan 18 2006 Michael Fleming <mfleming+rpm at enlartenment.com> 1.9.2-1
 - New upstream release




More information about the fedora-extras-commits mailing list