rpms/kernel-xen-2.6/devel kernel.spec,1.47,1.48

Mark McLoughlin (markmc) fedora-extras-commits at redhat.com
Fri Jul 18 15:58:10 UTC 2008


Author: markmc

Update of /cvs/pkgs/rpms/kernel-xen-2.6/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30107

Modified Files:
	kernel.spec 
Log Message:
We build firmware on noarch now, so don't do with_xenonly check in that
case either

(Yeah, yeah, building firmware for the xen kernel is crackrock, but ...)



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel-xen-2.6/devel/kernel.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- kernel.spec	18 Jul 2008 14:57:40 -0000	1.47
+++ kernel.spec	18 Jul 2008 15:57:23 -0000	1.48
@@ -943,6 +943,7 @@
 %prep
 # do a few sanity-checks for --with *only builds
 %if !%{with_doc}
+%if !%{with_firmware}
 %if %{with_baseonly}
 %if !%{with_up}
 echo "Cannot build --with baseonly, up build is disabled"
@@ -971,6 +972,7 @@
 %endif
 %endif
 %endif
+%endif
 
 # If the package has a variantbase set, the up (no variant suffix) packages would
 # be inconsistent (sometimes using %%{mainpkgname}, other using %%{variantbase})




More information about the fedora-extras-commits mailing list