Index: trunk/server/fedora/Makefile
===================================================================
--- trunk/server/fedora/Makefile	(revision 1713)
+++ trunk/server/fedora/Makefile	(revision 1714)
@@ -19,5 +19,5 @@
 # See /COPYRIGHT in this repository for more information.
 
-upstream_yum	= krb5 krb5.i686 httpd openssh 389-ds-base
+upstream_yum	= krb5 krb5.i686 httpd openssh 389-ds-base mod_fcgid
 hackage		= MonadCatchIO-mtl-0.3.0.1 cgi-3001.1.8.1 unix-handle-0.0.0
 upstream_hackage = ghc-MonadCatchIO-mtl ghc-cgi ghc-unix-handle
@@ -94,4 +94,5 @@
 install-srpms: mkdir-tree download
 	rpm $(rpm_args) -i $(dload)/*.src.rpm 2>/dev/null;
+	spectool -g -R $(tmp_specs)/mod_fcgid.spec
 
 copy-specs: mkdir-tree
Index: trunk/server/fedora/specs/mod_fcgid.spec.diff
===================================================================
--- trunk/server/fedora/specs/mod_fcgid.spec.diff	(revision 1714)
+++ trunk/server/fedora/specs/mod_fcgid.spec.diff	(revision 1714)
@@ -0,0 +1,19 @@
+--- rpmbuild/SPECS/mod_fcgid.spec.orig	2010-10-27 16:46:40.000000000 -0400
++++ rpmbuild/SPECS/mod_fcgid.spec	2010-10-27 17:47:10.000000000 -0400
+@@ -15,13 +15,13 @@
+ %endif
+ 
+ Name:		mod_fcgid
+-Version:	2.3.5
+-Release:	1%{?dist}
++Version:	2.3.6.dev.1028094
++Release:	1%{?dist}.%{scriptsversion}
+ Summary:	FastCGI interface module for Apache 2
+ Group:		System Environment/Daemons
+ License:	ASL 2.0
+ URL:		http://httpd.apache.org/mod_fcgid/
+-Source0:	http://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-%{version}.tar.bz2
++Source0:	http://web.mit.edu/scripts/deploy/mod_fcgid-%{version}.tar.bz
+ Source1:	fcgid.conf
+ Source2:	mod_fcgid-2.1-README.RPM
+ Source3:	mod_fcgid-2.1-README.SELinux
