rpms/kernel-xen-2.6/devel kernel.spec,1.11.2.2,1.11.2.3

Mark McLoughlin (markmc) fedora-extras-commits at redhat.com
Mon Feb 18 22:29:00 UTC 2008


Author: markmc

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

Modified Files:
      Tag: private-markmc-pv-ops-branch
	kernel.spec 
Log Message:
Don't do xenonly&&!with_xen sanity check on noarch

We build with --target noarch in order to build the -doc
sub-package, so disable the sanity checks in this case.



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel-xen-2.6/devel/kernel.spec,v
retrieving revision 1.11.2.2
retrieving revision 1.11.2.3
diff -u -r1.11.2.2 -r1.11.2.3
--- kernel.spec	18 Feb 2008 17:08:45 -0000	1.11.2.2
+++ kernel.spec	18 Feb 2008 22:28:22 -0000	1.11.2.3
@@ -933,6 +933,7 @@
 
 %prep
 # do a few sanity-checks for --with *only builds
+%if !%{with_doc}
 %if %{with_baseonly}
 %if !%{with_up}
 echo "Cannot build --with baseonly, up build is disabled"
@@ -960,6 +961,7 @@
 exit 1
 %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})
@@ -1968,6 +1970,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL} -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf %{with_xen} xen
 
 %changelog
+* Mon Feb 18 2008 Mark McLoughlin <markmc at redhat.com>
+- Add first round of dom0 pv_ops patches
+
 * Fri Feb 15 2008 Mark McLoughlin <markmc at redhat.com>
 - Add e1000e driver (bug #360691)
 - Fix build with new glibc




More information about the fedora-extras-commits mailing list