Re: EDAC on AMD with Fedora 10

2009-04-15 Thread Aristeu Rozanski
According to the kernel Kconfig file it's only available for old 32-bit Athlons, and it is in the i686 kernel(s). config EDAC_AMD76X tristate AMD 76x (760, 762, 768) depends on EDAC_MM_EDAC PCI X86_32 help Support for error detection and

[PATCH] spec: add RHEL to the conditions to enable fancy_debug

2009-06-08 Thread Aristeu Rozanski
Strangely, with fancy_debug disabled, only ppc64 build breaks. --- kernel.spec |3 +++ 1 file changed, 3 insertions(+) --- a/kernel.spec 2009-06-08 12:32:07.0 -0400 +++ b/kernel.spec 2009-06-08 12:35:34.0 -0400 @@ -490,6 +490,9 @@ BuildConflicts:

[PATCH] spec: fix hardlink usage with RHEL

2009-06-08 Thread Aristeu Rozanski
Currently, the spec has *fc* hardcoded to the hardlink command. Not sure if it wouldn't be better just use /usr/src/kernels/*. --- kernel.spec |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) --- spec-diffs.orig/kernel.spec 2009-06-08 12:35:34.0 -0400 +++

Re: [PATCH] spec: fix hardlink usage with RHEL

2009-06-08 Thread Aristeu Rozanski
Could just do %{dist} instead of .fc* and .el* I suspect. I thought the idea would be mathing other versions too? %{dist} will give fc11... -- Aristeu ___ Fedora-kernel-list mailing list Fedora-kernel-list@redhat.com

Re: [RHEL6 PATCH] internal: properly define %{dist} and compute correct pkg_release from Makefile

2009-09-18 Thread Aristeu Rozanski
--- a/redhat/Makefile.common +++ b/redhat/Makefile.common @@ -1,14 +1,15 @@ RPMBUILD := $(shell if [ -x /usr/bin/rpmbuild ]; then echo rpmbuild; \ else echo rpm; fi) MACH := $(shell uname -m) -KVERSION:=2.6.30 +KVERSION:=2.6.31 # marker is git tag