Re-adding click patch, which got lost when we remerged with PL-mainline
[linux-2.6.git] / kernel-2.6.spec
1 #
2 # $Id$
3 #
4 %define url $URL$
5
6 Summary: The Linux kernel (the core of the Linux operating system)
7
8 # What parts do we want to build?  We must build at least one kernel.
9 # These are the kernels that are built IF the architecture allows it.
10
11 %define buildup 1
12 %define builduml 0
13 %define buildxen 0
14 %define builddoc 0
15 %define headers 1
16
17 # from 2.6.27 iwlwifi in builtin
18
19 # Versions of various parts
20
21 # for module-tag.py - sublevel is used for the version (middle) part of tag names
22 %define name linux-2.6
23 %define module_version_varname sublevel
24 %define taglevel 2
25
26 #
27 # Polite request for people who spin their own kernel rpms:
28 # please modify the "release" field in a way that identifies
29 # that the kernel isn't the stock distribution kernel, for example by
30 # adding some text to the end of the version number.
31 #
32 %define sublevel 27
33 %define patchlevel 14
34 %define kversion 2.6.%{sublevel}
35 %define rpmversion 2.6.%{sublevel}%{?patchlevel:.%{patchlevel}}
36
37 %define vsversion 2.3.0.36.4
38
39 # Will go away when VServer supports NetNS in mainline. Currently, it must be 
40 # updated every time the PL kernel is updated.
41 %define vini_pl_patch 561
42
43 %define release vs%{vsversion}.%{taglevel}%{?pldistro:.%{pldistro}}.vini%{?date:.%{date}}
44
45 %{!?pldistro:%global pldistro planetlab}
46
47 %define signmodules 0
48 %define make_target bzImage
49 %define KVERREL %{PACKAGE_VERSION}-%{PACKAGE_RELEASE}
50
51 # Override generic defaults with per-arch defaults
52
53 %define image_install_path boot
54
55 #
56 # Three sets of minimum package version requirements in the form of Conflicts:
57 # to versions below the minimum
58 #
59
60 #
61 # First the general kernel 2.6 required versions as per
62 # Documentation/Changes
63 #
64 %define kernel_dot_org_conflicts  ppp <= 2.3.15, pcmcia-cs <= 3.1.20, isdn4k-utils <= 3.0, mount < 2.10r-5, nfs-utils < 1.0.3, e2fsprogs < 1.29, util-linux < 2.10, jfsutils < 1.0.14, reiserfsprogs < 3.6.3, xfsprogs < 2.1.0, procps < 2.0.9, oprofile < 0.5.3
65
66
67 # Then a series of requirements that are distribution specific, either 
68 # because we add patches for something, or the older versions have 
69 # problems with the newer kernel or lack certain things that make 
70 # integration in the distro harder than needed.
71 #
72 %define package_conflicts  cipe < 1.4.5, kudzu <= 0.92, initscripts < 7.23, dev < 3.2-7, iptables < 1.2.5-3, bcm5820 < 1.81, nvidia-rh72 <= 1.0 selinux-policy-targeted < 1.23.16-1
73
74 #
75 # Several packages had bugs in them that became obvious when the NPTL
76 # threading code got integrated.
77 #
78 %define nptl_conflicts SysVinit < 2.84-13, pam < 0.75-48, vixie-cron < 3.0.1-73, privoxy < 3.0.0-8, spamassassin < 2.44-4.8.x,  cups < 1.1.17-13
79
80 #
81 # The ld.so.conf.d file we install uses syntax older ldconfig's don't grok.
82 #
83
84 # MEF commented out
85 #define xen_conflicts glibc < 2.3.5-1
86
87 #
88 # Packages that need to be installed before the kernel is, because the %post
89 # scripts use them.
90 #
91 %define kernel_prereq  fileutils, module-init-tools, initscripts >= 5.83, mkinitrd >= 3.5.5
92
93 Vendor: PlanetLab
94 Packager: PlanetLab Central <support@planet-lab.org>
95 Distribution: PlanetLab %{plrelease}
96 URL: %(echo %{url} | cut -d ' ' -f 2)
97
98 Name: kernel
99 Group: System Environment/Kernel
100 License: GPLv2
101 Version: %{rpmversion}
102 Release: %{release}
103 ExclusiveOS: Linux
104 Provides: kernel = %{version}
105 Provides: kernel-drm = 4.3.0
106 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}
107 Provides: kernel-smp = %{rpmversion}-%{release}
108 Provides: kernel-smp-%{_target_cpu} = %{rpmversion}-%{release}
109 Prereq: %{kernel_prereq}
110 Conflicts: %{kernel_dot_org_conflicts}
111 Conflicts: %{package_conflicts}
112 Conflicts: %{nptl_conflicts}
113 # We can't let RPM do the dependencies automatic because it'll then pick up
114 # a correct but undesirable perl dependency from the module headers which
115 # isn't required for the kernel proper to function
116 AutoReqProv: no
117
118 #
119 # List the packages used during the kernel build
120 #
121 BuildPreReq: module-init-tools, patch >= 2.5.4, bash >= 2.03, sh-utils, tar
122 BuildPreReq: bzip2, findutils, gzip, m4, perl, make >= 3.78, gnupg, diffutils
123 BuildRequires: gcc >= 3.3.3, binutils >= 2.12, redhat-rpm-config
124 BuildConflicts: rhbuildsys(DiskFree) < 500Mb
125
126
127 Source0: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-%{kversion}.tar.bz2
128
129 Source11: %{pldistro}-%{kversion}-i686.config
130 Source12: %{pldistro}-%{kversion}-x86_64.config
131 %if %{builduml}
132 Source20: %{pldistro}-%{kversion}-i686-uml.config
133 %endif
134 %if %{buildxen}
135 Source30: %{pldistro}-%{kversion}-i686-xenU.config
136 %endif
137
138 # Mainline patches
139 %if "0%{patchlevel}"
140 Patch000: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-%{rpmversion}.bz2
141 %endif
142
143 # Linux-VServer
144 Patch200: patch-%{rpmversion}-vs%{vsversion}.diff
145
146 # IP sets
147 Patch250: linux-2.6-250-ipsets.patch
148
149 # PlanetLab
150 Patch500: linux-2.6-500-vserver-filesharing.patch
151 Patch510: linux-2.6-510-ipod.patch
152 Patch521: linux-2.6-521-packet-tagging.patch
153 Patch522: linux-2.6-522-iptables-connection-tagging.patch
154 Patch523: linux-2.6-523-raw-sockets.patch
155 Patch524: linux-2.6-524-peercred.patch
156 Patch525: linux-2.6-525-sknid-elevator.patch
157 # Patch526: linux-2.6-526-tun-tap.patch
158 Patch527: linux-2.6-527-iptables-classify-add-mark.patch
159 Patch530: linux-2.6-530-built-by-support.patch
160 Patch540: linux-2.6-540-oom-kill.patch
161 Patch550: linux-2.6-550-raise-default-nfile-ulimit.patch
162 Patch560: linux-2.6-560-mmconf.patch
163 Patch570: linux-2.6-570-tagxid.patch
164 Patch580: linux-2.6-580-show-proc-virt.patch
165 # Patch590: linux-2.6-590-chopstix-intern.patch
166 # Patch630: linux-2.6-630-sched-fix.patch
167 Patch640: linux-2.6-640-netlink-audit-hack.patch
168 Patch650: linux-2.6-650-hangcheck-reboot.patch
169 Patch660: linux-2.6-660-nmi-watchdog-default.patch
170 Patch680: linux-2.6-680-htb-hysteresis-tso.patch
171 Patch690: linux-2.6-690-web100.patch
172 Patch700: linux-2.6-700-egre.patch
173 Patch710: linux-2.6-710-netns-unshare-kludge.patch
174
175 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
176
177 %description
178 The kernel package contains the Linux kernel (vmlinuz), the core of any
179 Linux operating system.  The kernel handles the basic functions
180 of the operating system:  memory allocation, process allocation, device
181 input and output, etc.
182
183 %package devel
184 Summary: Development package for building kernel modules to match the kernel.
185 Group: System Environment/Kernel
186 AutoReqProv: no
187 Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release}
188 Provides: kernel-smp-devel = %{rpmversion}-%{release}
189 Provides: kernel-smp-devel-%{_target_cpu} = %{rpmversion}-%{release}
190 Prereq: /usr/bin/find
191
192 %description devel
193 This package provides kernel headers and makefiles sufficient to build modules
194 against the kernel package.
195
196
197 %package doc
198 Summary: Various documentation bits found in the kernel source.
199 Group: Documentation
200
201 %description doc
202 This package contains documentation files from the kernel
203 source. Various bits of information about the Linux kernel and the
204 device drivers shipped with it are documented in these files.
205
206 You'll want to install this package if you need a reference to the
207 options that can be passed to Linux kernel modules at load time.
208
209 %package xenU
210 Summary: The Linux kernel compiled for unprivileged Xen guest VMs
211
212 Group: System Environment/Kernel
213 Provides: kernel = %{version}
214 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}xenU
215 Prereq: %{kernel_prereq}
216 Conflicts: %{kernel_dot_org_conflicts}
217 Conflicts: %{package_conflicts}
218 Conflicts: %{nptl_conflicts}
219
220 # MEF commented out 
221 # Conflicts: %{xen_conflicts}
222
223 # We can't let RPM do the dependencies automatic because it'll then pick up
224 # a correct but undesirable perl dependency from the module headers which
225 # isn't required for the kernel proper to function
226 AutoReqProv: no
227
228 %description xenU
229 This package includes a version of the Linux kernel which
230 runs in Xen unprivileged guest VMs.  This should be installed
231 both inside the unprivileged guest (for the modules) and in
232 the guest0 domain.
233
234 %package xenU-devel
235 Summary: Development package for building kernel modules to match the kernel.
236 Group: System Environment/Kernel
237 AutoReqProv: no
238 Provides: kernel-xenU-devel-%{_target_cpu} = %{rpmversion}-%{release}
239 Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release}xenU
240 Provides: kernel-devel = %{rpmversion}-%{release}xenU
241 Prereq: /usr/sbin/hardlink, /usr/bin/find
242
243 %description xenU-devel
244 This package provides kernel headers and makefiles sufficient to build modules
245 against the kernel package.
246
247 %package uml
248 Summary: The Linux kernel compiled for use in user mode (User Mode Linux).
249
250 Group: System Environment/Kernel
251
252 %description uml
253 This package includes a user mode version of the Linux kernel.
254
255 %package uml-devel
256 Summary: Development package for building kernel modules to match the UML kernel.
257 Group: System Environment/Kernel
258 Provides: kernel-uml-devel-%{_target_cpu} = %{rpmversion}-%{release}
259 Provides: kernel-devel-%{_target_cpu} = %{rpmversion}-%{release}smp
260 Provides: kernel-devel = %{rpmversion}-%{release}smp
261 AutoReqProv: no
262 Prereq: /usr/sbin/hardlink, /usr/bin/find
263
264 %description uml-devel
265 This package provides kernel headers and makefiles sufficient to build modules
266 against the User Mode Linux kernel package.
267
268 %package uml-modules
269 Summary: The Linux kernel modules compiled for use in user mode (User Mode Linux).
270
271 Group: System Environment/Kernel
272
273 %description uml-modules
274 This package includes a user mode version of the Linux kernel modules.
275
276 %package vserver
277 Summary: A placeholder RPM that provides kernel and kernel-drm
278
279 Group: System Environment/Kernel
280 Provides: kernel = %{version}
281 Provides: kernel-drm = 4.3.0
282 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{release}
283
284 %description vserver
285 VServers do not require and cannot use kernels, but some RPMs have
286 implicit or explicit dependencies on the "kernel" package
287 (e.g. tcpdump). This package installs no files but provides the
288 necessary dependencies to make rpm and yum happy.
289
290 %package headers
291 Summary: Kernel header
292 Group: System Environment/Kernel
293
294 %description headers
295 This package contains the sanitized kernel headers.
296
297 %prep
298 # First we unpack the kernel tarball.
299 # If this isn't the first make prep, we use links to the existing clean tarball
300 # which speeds things up quite a bit.
301 if [ ! -d kernel-%{kversion}/vanilla ]; then
302   # Ok, first time we do a make prep.
303   rm -f pax_global_header
304 %setup -q -n %{name}-%{kversion} -c
305   mv linux-%{kversion} vanilla
306 else
307   # We already have a vanilla dir.
308   cd kernel-%{kversion}
309 fi
310
311 KERNEL_PREVIOUS=vanilla
312 # Dark RPM-magic to apply each patch to a hardlinked copy of the tree.
313 %define ApplyPatch() \
314   rm -fr linux-%{kversion}-%1                           \
315   cp -al $KERNEL_PREVIOUS linux-%{kversion}-%1          \
316   patchflag=-p1                                         \
317   test "%2" != "%%2" && patchflag="%2"                  \
318   PATCH="%{expand:%{PATCH%1}}"                          \
319   if test ! -e "$PATCH"; then                           \
320     echo "Patch %1 does not exist!"                     \
321     exit 1                                              \
322   fi                                                    \
323   case "$PATCH" in                                      \
324     *.bz2)  bzcat "$PATCH";;                            \
325     *.gz)   zcat "$PATCH";;                             \
326     *)      cat "$PATCH";;                              \
327   esac | patch -F1 -s -d linux-%{kversion}-%1 $patchflag \
328   KERNEL_PREVIOUS=linux-%{kversion}-%1
329
330 # This is where the patches get applied
331 %if 0%{?patchlevel}
332 %ApplyPatch 0
333 %endif
334
335 # NetNS patch for VINI
336
337 %ApplyPatch 200
338
339 %ApplyPatch 250
340
341 %ApplyPatch 500
342 %ApplyPatch 510
343
344 # VNET+ series
345 %ApplyPatch 521
346 %ApplyPatch 522
347 %ApplyPatch 523
348 %ApplyPatch 524
349 %ApplyPatch 525
350 %ApplyPatch 527
351
352 %ApplyPatch 530
353 %ApplyPatch 540
354 %ApplyPatch 550
355 %ApplyPatch 560
356 %ApplyPatch 570
357 %ApplyPatch 580
358 %ApplyPatch 640
359 %ApplyPatch 650
360 %ApplyPatch 660
361 %ApplyPatch 700
362 %ApplyPatch 710
363
364
365 rm -fr linux-%{kversion}
366 ln -sf $KERNEL_PREVIOUS linux-%{kversion}
367 cd linux-%{kversion}
368
369
370 # make sure the kernel has the sublevel we know it has. This looks weird
371 # but for -pre and -rc versions we need it since we only want to use
372 # the higher version when the final kernel is released.
373 perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile
374 perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -prep/" Makefile
375
376 # get rid of unwanted files resulting from patch fuzz
377 find . \( -name "*.orig" -o -name "*~" \) -exec rm -f {} \; >/dev/null
378
379
380 ###
381 ### build
382 ###
383 %build
384
385 BuildKernel() {
386     MakeTarget=$1
387     Arch=$2
388     Flavour=$3
389
390     rm -rf linux-%{_target_cpu}-%{kversion}$Flavour
391     cp -rl linux-%{kversion}/ linux-%{_target_cpu}-%{kversion}$Flavour
392     cd linux-%{_target_cpu}-%{kversion}$Flavour
393
394     # Pick the right config file for the kernel we're building
395     if [ -n "$Flavour" ] ; then
396       Config=%{pldistro}-%{kversion}-%{_target_cpu}-$Flavour.config
397       DevelDir=/usr/src/kernels/%{KVERREL}-$Flavour-%{_target_cpu}
398       DevelLink=/usr/src/kernels/%{KVERREL}$Flavour-%{_target_cpu}
399     else
400       Config=%{pldistro}-%{kversion}-%{_target_cpu}.config
401       DevelDir=/usr/src/kernels/%{KVERREL}-%{_target_cpu}
402       DevelLink=
403     fi
404
405     KernelVer=%{version}-%{release}$Flavour
406     echo BUILDING A KERNEL FOR $Flavour %{_target_cpu}...
407
408     # make sure EXTRAVERSION says what we want it to say
409     perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = %{?patchlevel:.%{patchlevel}}-%{release}$Flavour/" Makefile
410
411     # and now to start the build process
412
413     make -s mrproper
414     cp %{_sourcedir}/$Config .config
415
416     #Arch=`head -1 .config | cut -b 3-`
417     echo USING ARCH=$Arch
418
419     make -s ARCH=$Arch oldconfig < /dev/null > /dev/null
420     make -s ARCH=$Arch %{?_smp_mflags} $MakeTarget
421     make -s ARCH=$Arch %{?_smp_mflags} modules || exit 1
422 %if %{headers}
423     make -s ARCH=$Arch INSTALL_HDR_PATH=$RPM_BUILD_ROOT/usr
424     find $RPM_BUILD_ROOT/%{_includedir} -name \*.cmd -delete
425     rm -f $RPM_BUILD_ROOT/%{_includedir}/{..,.}{check,install}*
426 %endif
427
428     # Start installing the results
429
430 %if "%{_enable_debug_packages}" == "1"
431     mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/boot
432 %endif
433     mkdir -p $RPM_BUILD_ROOT/%{image_install_path}
434     install -m 644 .config $RPM_BUILD_ROOT/boot/config-$KernelVer
435     install -m 644 System.map $RPM_BUILD_ROOT/boot/System.map-$KernelVer
436     if [ -f arch/$Arch/boot/bzImage ]; then
437       cp arch/$Arch/boot/bzImage $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
438     fi
439     if [ -f arch/$Arch/boot/zImage.stub ]; then
440       cp arch/$Arch/boot/zImage.stub $RPM_BUILD_ROOT/%{image_install_path}/zImage.stub-$KernelVer || :
441     fi
442     if [ "$Flavour" = "uml" ] ; then
443         install -D -m 755 linux $RPM_BUILD_ROOT/%{_bindir}/linux
444     fi
445
446     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer
447     make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install KERNELRELEASE=$KernelVer
448
449     # And save the headers/makefiles etc for building modules against
450     #
451     # This all looks scary, but the end result is supposed to be:
452     # * all arch relevant include/ files
453     # * all Makefile/Kconfig files
454     # * all script/ files
455
456     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
457     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/source
458     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
459     (cd $RPM_BUILD_ROOT/lib/modules/$KernelVer ; ln -s build source)
460     # dirs for additional modules per module-init-tools, kbuild/modules.txt
461     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/extra
462     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/updates
463     # first copy everything
464     cp --parents `find  -type f -name "Makefile*" -o -name "Kconfig*"` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build 
465         cp Module.symvers $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
466     if [ "$Flavour" = "uml" ] ; then
467       cp --parents -a `find arch/um -name include` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
468     fi
469     # then drop all but the needed Makefiles/Kconfig files
470     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Documentation
471     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts
472     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
473     cp arch/%{_arch}/kernel/asm-offsets.s $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/kernel || :
474     cp .config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
475     cp -a scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
476     if [ -d arch/%{_arch}/scripts ]; then
477       cp -a arch/%{_arch}/scripts $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch} || :
478     fi
479     if [ -f arch/%{_arch}/*lds ]; then
480       cp -a arch/%{_arch}/*lds $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/%{_arch}/ || :
481     fi
482     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*.o
483     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*/*.o
484     mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
485     cd include
486     cp -a acpi config keys linux math-emu media mtd net pcmcia rdma rxrpc scsi sound video asm asm-generic $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
487     cp -a `readlink asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
488     if [ "$Arch" = "x86_64" ]; then
489       cp -a asm-x86 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
490     fi
491 %if %{buildxen}
492     if [ "$Flavour" = "xenU" ]; then
493       cp -a xen $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
494       cp -a asm-x86 $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
495     fi
496 %endif
497 %if %{builduml}
498     if [ "$Flavour" = "uml" ] ; then
499       cp -a `readlink -f asm/arch` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
500     fi
501 %endif
502     # While arch/powerpc/include/asm is still a symlink to the old
503     # include/asm-ppc{64,} directory, include that in kernel-devel too.
504     if [ "$Arch" = "powerpc" -a -r ../arch/powerpc/include/asm ]; then
505       cp -a `readlink ../arch/powerpc/include/asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include
506       mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/$Arch/include
507       pushd $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/arch/$Arch/include
508       ln -sf ../../../include/asm-ppc* asm
509       popd
510     fi
511
512     # Make sure the Makefile and version.h have a matching timestamp so that
513     # external modules can be built
514     touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/version.h
515     touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/autoconf.h
516     cd ..
517
518     #
519     # save the vmlinux file for kernel debugging into the kernel-debuginfo rpm
520     #
521 %if "%{_enable_debug_packages}" == "1"
522     mkdir -p $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
523     cp vmlinux $RPM_BUILD_ROOT/usr/lib/debug/lib/modules/$KernelVer
524 %endif
525 %if %{buildxen}
526     if [ -f vmlinuz ]; then
527       cp vmlinuz $RPM_BUILD_ROOT/%{image_install_path}/vmlinuz-$KernelVer
528     fi
529 %endif
530
531     find $RPM_BUILD_ROOT/lib/modules/$KernelVer -name "*.ko" -type f >modnames
532
533     # mark modules executable so that strip-to-file can strip them
534     cat modnames | xargs chmod u+x
535
536     # remove files that will be auto generated by depmod at rpm -i time
537     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/modules.*
538
539     # Move the devel headers out of the root file system
540     mkdir -p $RPM_BUILD_ROOT/usr/src/kernels
541     mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir
542     ln -sf ../../..$DevelDir $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
543     [ -z "$DevelLink" ] || ln -sf `basename $DevelDir` $RPM_BUILD_ROOT/$DevelLink
544 }
545
546 ###
547 # DO it...
548 ###
549
550 # prepare directories
551 rm -rf $RPM_BUILD_ROOT
552 mkdir -p $RPM_BUILD_ROOT/boot
553
554 %if "%{_target_cpu}" == "x86_64"
555 %define kernel_arch %{_target_cpu}
556 %endif
557 %if "%{_target_cpu}" == "i586"
558 %define kernel_arch i386
559 %endif
560 %if "%{_target_cpu}" == "i686"
561 %define kernel_arch i386
562 %endif
563
564 %if %{buildup}
565 BuildKernel %make_target %kernel_arch
566 %endif
567
568 %ifarch i686
569 %if %{builduml}
570 BuildKernel linux um uml
571 %endif
572
573 %if %{buildxen}
574 BuildKernel vmlinuz %kernel_arch xenU
575 %endif
576 %endif
577
578 ###
579 ### install
580 ###
581
582 %install
583
584 cd vanilla
585
586 %if %{buildxen} && "%{_target_cpu}" == "i686"
587 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
588 rm -f $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
589 cat > $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf <<\EOF
590 # This directive teaches ldconfig to search in nosegneg subdirectories
591 # and cache the DSOs there with extra bit 0 set in their hwcap match
592 # fields.  In Xen guest kernels, the vDSO tells the dynamic linker to
593 # search in nosegneg subdirectories and to match this extra hwcap bit
594 # in the ld.so.cache file.
595 hwcap 0 nosegneg
596 EOF
597 chmod 444 $RPM_BUILD_ROOT/etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
598 %endif
599
600 %if %{builddoc}
601 mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}/Documentation
602
603 # sometimes non-world-readable files sneak into the kernel source tree
604 chmod -R a+r *
605 # copy the source over
606 tar cf - Documentation | tar xf - -C $RPM_BUILD_ROOT/usr/share/doc/kernel-doc-%{kversion}
607 %endif
608
609 ###
610 ### clean
611 ###
612
613 %clean
614 rm -rf $RPM_BUILD_ROOT
615
616 ###
617 ### scripts
618 ###
619
620 # load the loop module for upgrades...in case the old modules get removed we have
621 # loopback in the kernel so that mkinitrd will work.
622 %pre
623 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
624 exit 0
625
626 %post
627 if [ -f /etc/sysconfig/kernel ]; then
628   /bin/sed -i -e 's/^DEFAULTKERNEL=kernel-smp$/DEFAULTKERNEL=kernel/' /etc/sysconfig/kernel
629 fi
630
631 # trick mkinitrd in case the current environment does not have device mapper
632 rootdev=$(awk '/^[ \t]*[^#]/ { if ($2 == "/") { print $1; }}' /etc/fstab)
633 if echo $rootdev |grep -q /dev/mapper 2>/dev/null ; then
634     if [ ! -f $rootdev ]; then
635         fake_root_lvm=1
636         mkdir -p $(dirname $rootdev)
637         touch $rootdev
638     fi
639 fi
640
641 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade %{rpmversion}-%{release}
642 #/sbin/new-kernel-pkg --package kernel --mkinitrd --depmod --install %{KVERREL}
643 # Older modutils do not support --package option
644 /sbin/new-kernel-pkg --mkinitrd --depmod --install %{KVERREL}
645
646 # remove fake handle
647 if [ -n "$fake_root_lvm" ]; then
648     rm -f $rootdev
649 fi
650
651 # make some useful links
652 pushd /boot > /dev/null ; {
653         ln -sf config-%{KVERREL} config
654         ln -sf config-%{KVERREL} configsmp
655         ln -sf initrd-%{KVERREL}.img initrd-boot
656         ln -sf initrd-%{KVERREL}.img initrd-bootsmp
657         ln -sf vmlinuz-%{KVERREL} kernel-boot
658         ln -sf vmlinuz-%{KVERREL} kernel-bootsmp
659 }
660 popd > /dev/null
661
662 # ask for a reboot
663 mkdir -p /etc/planetlab
664 touch /etc/planetlab/update-reboot
665
666 %post devel
667 [ -f /etc/sysconfig/kernel ] && . /etc/sysconfig/kernel
668 if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] ; then
669   pushd /usr/src/kernels/%{KVERREL}-%{_target_cpu} > /dev/null
670   /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
671   popd > /dev/null
672 fi
673
674 %post xenU
675 [ ! -x /usr/sbin/module_upgrade ] || /usr/sbin/module_upgrade
676 [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -X
677
678 %post xenU-devel
679 [ -f /etc/sysconfig/kernel ] && . /etc/sysconfig/kernel
680 if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] ; then
681   pushd /usr/src/kernels/%{KVERREL}-xenU-%{_target_cpu} > /dev/null
682   /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
683   popd > /dev/null
684 fi
685
686 %post uml-modules
687 depmod -ae %{KVERREL}uml
688
689 %preun
690 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
691 /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove %{KVERREL}
692
693 %preun xenU
694 /sbin/modprobe loop 2> /dev/null > /dev/null  || :
695 /sbin/new-kernel-pkg --rmmoddep --remove %{KVERREL}xenU
696
697 %preun uml-modules
698 rm -f /lib/modules/%{KVERREL}uml/modules.*
699
700
701 ###
702 ### file lists
703 ###
704
705 %if %{buildup}
706 %files 
707 %defattr(-,root,root)
708 /%{image_install_path}/vmlinuz-%{KVERREL}
709 /boot/System.map-%{KVERREL}
710 /boot/config-%{KVERREL}
711 %dir /lib/modules/%{KVERREL}
712 /lib/modules/%{KVERREL}/kernel
713 /lib/modules/%{KVERREL}/build
714 /lib/modules/%{KVERREL}/source
715 /lib/modules/%{KVERREL}/extra
716 /lib/modules/%{KVERREL}/updates
717
718 %files devel
719 %defattr(-,root,root)
720 %verify(not mtime) /usr/src/kernels/%{KVERREL}-%{_target_cpu}
721 %endif
722
723 %if %{builduml} && "%{_target_cpu}" == "i686"
724 %files uml
725 %defattr(-,root,root)
726 %{_bindir}/linux
727
728 %files uml-devel
729 %defattr(-,root,root)
730 %verify(not mtime) /usr/src/kernels/%{KVERREL}-uml-%{_target_cpu}
731 /usr/src/kernels/%{KVERREL}uml-%{_target_cpu}
732
733 %files uml-modules
734 %defattr(-,root,root)
735 /boot/System.map-%{KVERREL}uml
736 /boot/config-%{KVERREL}uml
737 %dir /lib/modules/%{KVERREL}uml
738 /lib/modules/%{KVERREL}uml/kernel
739 /lib/modules/%{KVERREL}uml/build
740 /lib/modules/%{KVERREL}uml/source
741 /lib/modules/%{KVERREL}uml/extra
742 /lib/modules/%{KVERREL}uml/updates
743 %endif
744
745 %if %{buildxen} && "%{_target_cpu}" == "i686"
746 %files xenU
747 %defattr(-,root,root)
748 /%{image_install_path}/vmlinuz-%{KVERREL}xenU
749 /boot/System.map-%{KVERREL}xenU
750 /boot/config-%{KVERREL}xenU
751 %dir /lib/modules/%{KVERREL}xenU
752 /lib/modules/%{KVERREL}xenU/kernel
753 /lib/modules/%{KVERREL}xenU/build
754 /lib/modules/%{KVERREL}xenU/source
755 /lib/modules/%{KVERREL}xenU/extra
756 /lib/modules/%{KVERREL}xenU/updates
757 /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf
758
759 %files xenU-devel
760 %defattr(-,root,root)
761 %verify(not mtime) /usr/src/kernels/%{KVERREL}-xenU-%{_target_cpu}
762 /usr/src/kernels/%{KVERREL}xenU-%{_target_cpu}
763 %endif
764
765 %files vserver
766 %defattr(-,root,root)
767 # no files
768
769 # only some architecture builds need kernel-doc
770
771 %if %{builddoc}
772 %files doc
773 %defattr(-,root,root)
774 %{_datadir}/doc/kernel-doc-%{kversion}/Documentation/*
775 %dir %{_datadir}/doc/kernel-doc-%{kversion}/Documentation
776 %dir %{_datadir}/doc/kernel-doc-%{kversion}
777 %endif
778
779 %if %{headers}
780 %files headers
781 %defattr(-,root,root)
782 %dir %{_includedir}
783 %{_includedir}/*
784 %endif
785
786 %changelog
787 * Tue Mar 24 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-2
788 - cleaned up obsolete (2.6.22) configs
789 - added gnuradio config links
790 - fix for building headers package (remove .cmd files)
791
792 * Tue Mar 10 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-27-1
793 - untested feature-complete version, but for the scheduler that is still missing
794
795 * Thu Jan 08 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-32
796 - support building on fedora 10
797
798 * Tue Dec 02 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-31
799 - add patches for m-lab and drl
800
801 * Tue Nov 11 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-30
802 - Use Intel's e1000e driver.
803
804 * Thu Oct 02 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-29
805 - added drivers for OPTION's globetrotter (gt 3g+ emea) umts cards
806 - + cleanup outdated configs
807
808 * Wed Sep 17 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-28
809 - Recovering a hunk that I accidentally ommited out of the last commit. Should not entail retesting, because the commits
810 - were unrelated.
811
812 * Sun Sep 14 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-27
813 - Fixing the accounting issue that causes certain connections to be misaccounted, and that causes NM/peercreds to
814 - intermittently break.
815
816 * Wed Sep 10 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-26
817 - patch for building on f9/gcc-4.3, no functional change on other distros
818
819 * Sun Aug 17 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-25
820 - FUSE support.
821
822 * Tue Aug 12 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-24
823 - Enable nmi watchdog by default.
824
825 * Mon Aug 04 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-23
826 - Fixed a bug in my previous commit.
827
828 * Mon Aug 04 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-22
829 - * 1 fix for using udp/listening sockets via raw
830 - * 1 fix to help codemux divide traffic in PlanetFlow
831
832 * Fri Aug 01 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-21
833 - Codemux calls setsockopt/SO_PEERCRED to set peer credentials on a socket, so that the connections it proxies to its clients are tagged for PlanetFlow. This hunk got lost somewhere along the way.
834
835 * Thu Jul 31 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-20
836 - Removed a debugging statement. Shows up a lot in the debug logs.
837
838 * Wed Jul 30 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-19
839 - Unbroke peercred setting.
840
841 * Mon Jul 28 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-18
842 - Now you can write your own TCP using packet sockets. As a side effect, tcptraceroute runs to completion including the
843 - last hop.
844
845 * Mon Jul 28 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-17
846 - Optimize packet socket support to eliminate a packet copy.
847
848 * Sun Jul 27 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-16
849 - Missed this header file, which broke the compile.
850 - I'll be doing another tag to include an optimization I left out of this version. This version is for Build only.
851
852 * Sun Jul 27 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-15
853 - Fixes to tcpdump-related problems reported recently.
854
855 * Wed Jul 23 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-14
856 - added fix to process visibility so when ncontext/vcontext  run netstat in
857 - xid=1, it can see all ports &  processes.
858
859 * Mon Jul 21 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-13
860 - fix for tcpdump/tcp payloads
861
862 * Tue Jul 15 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-12
863 - * Bugfix in tuntap
864 - * Attempt to fix TCP-payload-related problems with tcpdump
865
866 * Wed Jul 09 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-11
867 - * Split up VNET+ module into its component patches
868 - * Added tun/tap support
869
870 * Tue Jul 08 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-10
871 - Filling a statically allocated buffer cannot fail, right?
872
873 * Wed Jun 25 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-9
874 - Enable the hangcheck timer driver, and build it in to the kernel.
875 - Dump relevant data on the scheduler bug instead of BUGing.
876
877 * Sat Jun 07 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-8
878 - * Partial fix for the UDP-packet-pollution problem
879 - * Support for PF_PACKET sockets
880 - * Support for SOCK_PACKET sockets
881 - * Disabled Chopstix with mutexes
882 - * Tested VNET+ under heavy loads
883
884
885
886 * Fri May 16 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-7
887 - Bringing this fix in for tcpdump and  ping
888
889
890 * Fri May 09 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-6
891 - Updated configuration to include COW again.
892
893 - Patches from Sapan to fix ping losses.
894
895 - Still need help with tcpdump traffic.
896
897
898 * Tue May 06 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - linux-2.6-22-5
899 - Patch needs to be applied.
900
901 * Mon May 05 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-4
902
903
904 * Thu Apr 24 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-22-3
905 - Fix bug with looping in schedule()
906
907 * Wed Apr 23 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - linux-2.6-22-2
908 - Includes changes from Sapan/Andy regarding the scheduler and vnet bugs.
909 - Should be safe to try a second deployment.
910
911
912 * Tue Jul 11 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2142_FC4]
913 - 2.6.17.4
914 - Disable split pagetable lock.
915
916 * Wed Jul  5 2006 Dave Jones <davej@redhat.com>
917 - Get rid of stack backtrace on panic, which in most
918   cases actually caused a loss of info instead of a gain.
919
920 * Fri Jun 30 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2141_FC4]
921 - 2.6.17.3
922
923 * Fri Jun 30 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2140_FC4]
924 - 2.6.17.2
925 - Fix up the alsa list_add bug.
926
927 * Mon Jun 26 2006 Dave Jones <davej@redhat.com>
928 - Fix up various stupidities incurred by the last big rebase.
929   - Reenable SMP x86-64 builds.
930   - Reenable SMBFS.
931 - Enable PCI fake hotplug driver.
932 - Enable gameport/joystick on i586 builds. (#196581)
933
934 * Sat Jun 24 2006 Dave Jones <davej@redhat.com>
935 - Enable profiling for 586 kernels.
936
937 * Fri Jun 23 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2139_FC4]
938 - Rebuild with slab debug off.
939
940 * Tue Jun 20 2006 Dave Jones <davej@redhat.com> [2.6.17-1.2138_FC4]
941 - 2.6.17.1
942
943 * Mon Jun  5 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2115_FC4]
944 - 2.6.16.20
945
946 * Tue May 30 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2114_FC4]
947 - 2.6.16.19
948
949 * Mon May 29 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2113_FC4]
950 - Improved list_head debugging.
951
952 * Tue May 23 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2112_FC4]
953 - 2.6.16.18
954
955 * Sat May 20 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2111_FC4]
956 - 2.6.16.17
957
958 * Wed May 10 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2110_FC4]
959 - 2.6.16.16
960
961 * Tue May  9 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2109_FC4]
962 - 2.6.16.15
963 - make 16C950 UARTs work (again). (#126403)
964 - Fix exec-shield default, which should fix a few programs that
965   stopped running.
966
967 * Thu May  4 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2108_FC4]
968 - 2.6.16.14
969
970 * Tue May  2 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2107_FC4]
971 - 2.6.16.13
972
973 * Mon May  1 2006 Dave Jones <davej@redhat.com>
974 - 2.6.16.12
975
976 * Tue Apr 25 2006 Dave Jones <davej@redhat.com>
977 - Fix up SCSI errors with mymusix usb mp3 player (#186187)
978
979 * Mon Apr 24 2006 Dave Jones <davej@redhat.com>
980 - 2.6.16.11
981
982 * Wed Apr 19 2006 Dave Jones <davej@redhat.com>
983 - Enable PCI MSI support.
984
985 * Tue Apr 18 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2096_FC4]
986 - 2.6.16.9
987
988 * Tue Apr 18 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2093_FC4]
989 - 2.6.16.7
990
991 * Mon Apr 17 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2092_FC4]
992 - 2.6.16.6
993
994 * Sun Apr 16 2006 Dave Jones <davej@redhat.com>
995 - 2.6.16.5
996
997 * Fri Apr  7 2006 Dave Jones <davej@redhat.com>
998 - 2.6.16.2
999
1000 * Tue Apr  4 2006 Dave Jones <davej@redhat.com>
1001 - Reenable non-standard serial ports. (#187466)
1002 - Reenable snd-es18xx for x86-32 (#187733)
1003
1004 * Thu Mar 30 2006 Dave Jones <davej@redhat.com>
1005 - ship the .kernelrelease file in -devel too.
1006 - Disable EDAC debug.
1007
1008 * Tue Mar 26 2006 Dave Jones <davej@redhat.com> [2.6.16-1.2069_FC4]
1009 - 2.6.16.1
1010
1011 * Mon Mar 25 2006 Dave Jones <davej@redhat.com>
1012 - Include patches posted for review for inclusion in 2.6.16.1
1013 - Updated new audit msg types.
1014 - Reenable HDLC driver (#186257)
1015 - Make acpi-cpufreq 'sticky'
1016 - Fix broken x86-64 32bit vDSO (#186924)
1017
1018 * Tue Mar 21 2006 Dave Jones <davej@redhat.com>
1019 - Improve spinlock scalability on big machines.
1020
1021 * Mon Mar 20 2006 Dave Jones <davej@redhat.com>
1022 - Sync with FC5's 2.6.16 kernel.
1023 - Update Tux & Exec-shield to latest.
1024
1025
1026 %define module_current_branch 22