rpms/kernel/F-11 kernel.spec,1.1506,1.1507

Chuck Ebbert cebbert at fedoraproject.org
Fri Apr 3 01:07:38 UTC 2009


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23180

Modified Files:
	kernel.spec 
Log Message:
fix debug build


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/kernel.spec,v
retrieving revision 1.1506
retrieving revision 1.1507
diff -u -r1.1506 -r1.1507
--- kernel.spec	3 Apr 2009 00:34:25 -0000	1.1506
+++ kernel.spec	3 Apr 2009 01:07:08 -0000	1.1507
@@ -1575,7 +1575,7 @@
 cd linux-%{kversion}.%{_target_cpu}
 
 %if %{with_debug}
-%if !%{with_up}
+%if %{with_up}
 BuildKernel %make_target %kernel_image debug
 %endif
 %if %{with_pae}
@@ -1882,7 +1882,7 @@
 # and build.
 
 %changelog
-* Thu Apr 02 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.1-44
+* Thu Apr 02 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.1-45
 - Enable debug builds and turn of debugging in the regular kernel.
 - Remove dma-debug patches.
 - Leave CONFIG_PCI_MSI_DEFAULT_ON set.




More information about the fedora-extras-commits mailing list