[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/kernel/devel kernel.spec,1.269,1.270
- From: Kyle McMartin (kyle) <fedora-extras-commits redhat com>
- To: fedora-extras-commits redhat com
- Subject: rpms/kernel/devel kernel.spec,1.269,1.270
- Date: Fri, 30 Nov 2007 16:04:30 -0500
Author: kyle
Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31030
Modified Files:
kernel.spec
Log Message:
* Fri Nov 30 2007 Kyle McMartin <kmcmartin redhat com>
- Oops! Local make-build-go-faster kernel.spec patch slipped in,
reverted.
Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- kernel.spec 30 Nov 2007 20:02:38 -0000 1.269
+++ kernel.spec 30 Nov 2007 21:03:54 -0000 1.270
@@ -73,13 +73,13 @@
# kernel-kdump
%define with_kdump %{?_without_kdump: 0} %{?!_without_kdump: 1}
# kernel-debug
-%define with_debug %{?_without_debug: 0} %{!?_without_debug: 0}
+%define with_debug %{?_without_debug: 0} %{!?_without_debug: 1}
# kernel-doc
-%define with_doc %{?_without_doc: 0} %{?!_without_doc: 0}
+%define with_doc %{?_without_doc: 0} %{?!_without_doc: 1}
# kernel-headers
-%define with_headers %{?_without_headers: 0} %{?!_without_headers: 0}
+%define with_headers %{?_without_headers: 0} %{?!_without_headers: 1}
# kernel-debuginfo
-%define with_debuginfo %{?_without_debuginfo: 0} %{!?_without_debuginfo: 0}
+%define with_debuginfo %{?_without_debuginfo: 0} %{!?_without_debuginfo: 1}
# Additional options for user-friendly one-off kernel building:
#
@@ -95,7 +95,7 @@
# Whether or not to do C=1 builds with sparse
%define usesparse 0
%if "%fedora" >= "7"
-%define usesparse 0
+%define usesparse 1
%endif
# Whether or not to apply the Xen patches -- leave this enabled
@@ -1716,6 +1716,10 @@
%kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL} -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf %{with_xen} xen
%changelog
+* Fri Nov 30 2007 Kyle McMartin <kmcmartin redhat com>
+- Oops! Local make-build-go-faster kernel.spec patch slipped in,
+ reverted.
+
* Fri Nov 30 2007 Jarod Wilson <jwilson redhat com>
- FireWire OHCI 1.0 Isochronous Receive support (#344851)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]