rpms/kernel/devel kernel.spec,1.566,1.567

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Tue Apr 1 16:12:53 UTC 2008


Author: jwilson

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

Modified Files:
	kernel.spec 
Log Message:
* Tue Apr 01 2008 Jarod Wilson <jwilson at redhat.com>
- Don't apply utrace bits on ia64, doesn't build there atm



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.566
retrieving revision 1.567
diff -u -r1.566 -r1.567
--- kernel.spec	1 Apr 2008 03:48:16 -0000	1.566
+++ kernel.spec	1 Apr 2008 16:12:06 -0000	1.567
@@ -987,7 +987,9 @@
 ApplyPatch linux-2.6-hotfixes.patch
 
 # Roland's utrace ptrace replacement.
+%ifnarch ia64
 ApplyPatch linux-2.6-utrace.patch
+%endif
 
 # enable sysrq-c on all kernels, not only kexec
 ApplyPatch linux-2.6-sysrq-c.patch
@@ -1743,6 +1745,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL} -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf %{with_xen} xen
 
 %changelog
+* Tue Apr 01 2008 Jarod Wilson <jwilson at redhat.com>
+- Don't apply utrace bits on ia64, doesn't build there atm
+
 * Mon Mar 31 2008 Dave Jones <davej at redhat.com>
 - Support UDMA66 on Asus Eee. (experimental)
 




More information about the fedora-extras-commits mailing list