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