Recent Fedora Core kernels (plus my SPEC file for 2.6.8-1.541 with Athlon support)

Matias Feliciano feliciano.matias at free.fr
Mon Sep 27 08:52:26 UTC 2004


Le dim 26/09/2004 à 21:24, Arjan van de Ven a écrit :
> yes the plan is to not ship the sourcecode package at all for fc3 but
> release note how to get the sourcecode from the src.rpm
> 

It will be good if "rpmbuild -bb --target noarch kernel-2.6.spec" and
"rpmbuild -bp --target noarch kernel-2.6.spec" provide the same source
tree.

Some examples :

No COPYING.modules file :
        diff -urN linux-2.6.8-1.541.admin/COPYING.modules linux-2.6.8/COPYING.modules
        --- linux-2.6.8-1.541.admin/COPYING.modules     2004-09-27 10:15:05.000000000 +0200
        +++ linux-2.6.8/COPYING.modules 1970-01-01 01:00:00.000000000 +0100

crypto/signature/key.h is not generated :
        diff -urN linux-2.6.8-1.541.admin/crypto/signature/key.h linux-2.6.8/crypto/signature/key.h
        --- linux-2.6.8-1.541.admin/crypto/signature/key.h      2004-09-27 10:13:43.000000000 +0200
        +++ linux-2.6.8/crypto/signature/key.h  2004-09-27 10:21:45.485961926 +0200
        @@ -1,27 +1,7 @@
        -const char ksign_def_public_key[] __initdata=
        -       "\x98\xe2\x04\x41\x57\xcb\xb7\x11\x02\x00\xb6\x09\x28\x26\x53\xf0"
        -       "\xd8\x20\x04\xff\x00\x94\x58\x12\x44\xbd\x34\x0f\x93\x51\x89\x5d"

Bad (or missing) EXTRAVERSION :
        diff -urN linux-2.6.8-1.541.admin/Makefile linux-2.6.8/Makefile
        --- linux-2.6.8-1.541.admin/Makefile    2004-09-27 10:15:04.000000000 +0200
        +++ linux-2.6.8/Makefile        2004-09-27 10:22:03.019462154 +0200
        @@ -1,7 +1,7 @@
         VERSION = 2
         PATCHLEVEL = 6
         SUBLEVEL = 8
        -EXTRAVERSION = -1.541.admincustom
        +EXTRAVERSION = -prep
         NAME=Zonked Quokka
        
The diffstat :
 .config                                  | 2264 +++++++++++++++++++
 .config.cmd                              |  173 +
 .config.old                              | 2444 ++++++++++++++++++++
 COPYING.modules                          |  707 -----
 Makefile                                 |    2
 configs/kernel-2.6.8-i586-smp.config     |   12
 configs/kernel-2.6.8-i586.config         |   12
 configs/kernel-2.6.8-i686-smp.config     |   12
 configs/kernel-2.6.8-i686.config         |   12
 configs/kernel-2.6.8-ia64.config         |   12
 configs/kernel-2.6.8-ppc.config          |   10
 configs/kernel-2.6.8-ppc32dy4.config     |   10
 configs/kernel-2.6.8-ppc64.config        |    8
 configs/kernel-2.6.8-ppc64iseries.config |    8
 configs/kernel-2.6.8-ppc8260.config      |   10
 configs/kernel-2.6.8-ppc8560.config      |   10
 configs/kernel-2.6.8-s390.config         |   10
 configs/kernel-2.6.8-s390x.config        |   10
 configs/kernel-2.6.8-x86_64-smp.config   |   12
 configs/kernel-2.6.8-x86_64.config       |   12
 crypto/signature/key.h                   |   32
 include/linux/autoconf.h                 | 2265 +++++++++++++++++++
 scripts/basic/.docproc.cmd               |   66
 scripts/basic/.fixdep.cmd                |   76
 scripts/basic/.split-include.cmd         |   55
 scripts/basic/docproc                    |   14
 scripts/basic/fixdep                     |   25
 scripts/basic/split-include              |   14
 scripts/kconfig/.conf.cmd                |    1
 scripts/kconfig/.conf.o.cmd              |   53
 scripts/kconfig/.libkconfig.so.cmd       |    1
 scripts/kconfig/.mconf.o.cmd             |   86
 scripts/kconfig/.zconf.tab.o.cmd         |   71
 scripts/kconfig/conf                     |   44
 scripts/kconfig/conf.o                   |   93
 scripts/kconfig/lex.zconf.c              | 3688 +++++++++++++++++++++++++++++++
 scripts/kconfig/libkconfig.so            |  661 +++++
 scripts/kconfig/mconf.o                  |   65
 scripts/kconfig/zconf.tab.c              | 2127 +++++++++++++++++
 scripts/kconfig/zconf.tab.h              |  125 +
 scripts/kconfig/zconf.tab.o              |  363 +++
 41 files changed, 14861 insertions(+), 814 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Ceci est une partie de message num?riquement sign?e.
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20040927/ae66f1ea/attachment.sig>


More information about the fedora-devel-list mailing list