rpms/kernel/devel kernel.spec,1.596,1.597

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Tue Apr 8 17:17:51 UTC 2008


Author: jwilson

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

Modified Files:
	kernel.spec 
Log Message:
* Tue Apr 08 2008 Jarod Wilson <jwilson at redhat.com>
- Leave debug config files alone when building noarch



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.596
retrieving revision 1.597
diff -u -r1.596 -r1.597
--- kernel.spec	8 Apr 2008 09:07:04 -0000	1.596
+++ kernel.spec	8 Apr 2008 17:17:02 -0000	1.597
@@ -1189,8 +1189,8 @@
   fi
 done
 
-%if !%{with_debug}
-rm -f kernel-%{version}-*-debug.config
+%if !%{debugbuildsenabled}
+rm -f kernel-%{version}-*debug.config
 %endif
 
 # now run oldconfig over all the config files
@@ -1758,6 +1758,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL}.xen -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.xen.conf %{with_xen} xen
 
 %changelog
+* Tue Apr 08 2008 Jarod Wilson <jwilson at redhat.com>
+- Leave debug config files alone when building noarch
+
 * Tue Apr 08 2008 Dave Airlie <airlied at redhat.com>
 - maybe fix i686 PAEdebug build issue
 




More information about the fedora-extras-commits mailing list