X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=kernel-2.6.spec;h=683b88ddee6b9092587e65f61c3021d24a1e3334;hb=af5f297016bc33b1f84ee32d9865821bf2d6cc25;hp=140f06cfb5c2a182406fccf898c693b8d37b189d;hpb=616f2f44872f0780fc80213c99223cdcd553b6bd;p=linux-2.6.git diff --git a/kernel-2.6.spec b/kernel-2.6.spec index 140f06cfb..683b88dde 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -34,7 +34,7 @@ Summary: The Linux kernel (the core of the Linux operating system) # for module-tag.py - sublevel is used for the version (middle) part of tag names %define name linux-2.6 %define module_version_varname sublevel -%define taglevel 44 +%define taglevel 45 # # Polite request for people who spin their own kernel rpms: @@ -53,9 +53,9 @@ Summary: The Linux kernel (the core of the Linux operating system) # updated every time the PL kernel is updated. %define vini_pl_patch 561 -#%define updatelevel 1 +%define requiresreboot 0 -%define kernelrelease vs%{vsversion}.%{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}%{?updatelevel:.%{updatelevel}} +%define kernelrelease vs%{vsversion}.%{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %define packagerelease %{kernelrelease} %define signmodules 0 @@ -157,7 +157,8 @@ Patch000: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-%{rpmversion}.bz2 Patch010: linux-2.6-010-e1000e.patch Patch015: linux-2.6-015-igb.patch -Patch016: linux-2.6-016-bnx2x.patch +# disabled +#Patch016: linux-2.6-016-bnx2x.patch Patch020: linux-2.6-020-build-id.patch Patch030: linux-2.6-030-netns.patch Patch040: linux-2.6-040-i_mutex-check.patch @@ -214,6 +215,8 @@ Patch722: linux-2.6-722-bonding-rr.patch Patch800: linux-2.6-800-fix-4-bit-apicid-assumption.patch +Patch810: linux-2.6-810-ich10.patch + # See also the file named 'sources' here for the related checksums # NOTE. iwlwifi should be in-kernel starting from 2.6.24 # see http://bughost.org/bugzilla/show_bug.cgi?id=1584 @@ -361,7 +364,7 @@ else cd kernel-%{kversion} fi -%if "0%{updatelevel}" +%if %{requiresreboot} echo "This is a trivial maintenance update. There will be no reboot following installation." %endif @@ -391,7 +394,9 @@ KERNEL_PREVIOUS=vanilla %ApplyPatch 10 %ApplyPatch 15 +%if 0 %ApplyPatch 16 +%endif %ApplyPatch 20 # NetNS patch for VINI @@ -447,6 +452,7 @@ KERNEL_PREVIOUS=vanilla %ApplyPatch 721 %ApplyPatch 722 %ApplyPatch 800 +%ApplyPatch 810 # NetNS conflict-resolving patch for VINI. Will work with patch vini_pl_patch-1 but may @@ -796,11 +802,10 @@ pushd /boot > /dev/null ; { } popd > /dev/null +%if %{requiresreboot} # ask for a reboot mkdir -p /etc/planetlab - -%if "%{updatelevel}"=="" -#touch /etc/planetlab/update-reboot +touch /etc/planetlab/update-reboot %endif %post devel @@ -924,6 +929,9 @@ rm -f /lib/modules/%{KVERREL}uml/modules.* %endif %changelog +* Tue Mar 16 2010 S.Çağlar Onur - linux-2.6-22-45 +- add support for ICH10 + * Fri Feb 19 2010 S.Çağlar Onur - linux-2.6-22-44 - Disable rebooting