Index: server/fedora/Makefile
===================================================================
--- server/fedora/Makefile	(revision 58)
+++ server/fedora/Makefile	(revision 59)
@@ -24,4 +24,5 @@
 oursrcdir	= ${PWD}/../common/oursrc
 patches		= ${PWD}/../common/patches
+metapatches	= ${PWD}/meta-patches
 specs		= ${PWD}/specs
 
@@ -62,5 +63,10 @@
 
 copy-patches: mkdir-tree
-	cp ${patches}/*.patch $(tmp_src)
+	@cp $(patches)/*.patch $(tmp_src); \
+	cd $(tmp_src); \
+	list=`ls $(metapatches)/*.patch`; \
+        for i in $$list; do \
+                patch < $$i; \
+        done;
 
 install-srpms: mkdir-tree download
