diff options
author | Josh Boyer <jwboyer@redhat.com> | 2012-08-14 07:58:29 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2012-08-14 07:58:29 -0400 |
commit | 2b2f1392623cfb1cebe360b60f6c4c5df03992cc (patch) | |
tree | 29a64f0e41c9caa2a915050e5cfc0415cc4492f8 /kernel.spec | |
parent | 83eda0f21874f6ae7aa6a4bc80b3aede6245e17d (diff) | |
download | kernel-2b2f1392623cfb1cebe360b60f6c4c5df03992cc.tar.gz kernel-2b2f1392623cfb1cebe360b60f6c4c5df03992cc.tar.xz kernel-2b2f1392623cfb1cebe360b60f6c4c5df03992cc.zip |
Linux v3.6-rc1-355-gddf343f
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec index d3c0add83..cd8aba248 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 2 +%global baserelease 1 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -95,7 +95,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 1 # The git snapshot level -%define gitrev 5 +%define gitrev 6 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -677,7 +677,7 @@ Patch700: linux-2.6-e1000-ich9-montevina.patch Patch800: linux-2.6-crash-driver.patch # crypto/ -Patch900: modsign-20120802.patch +Patch900: modsign-20120814.patch # secure boot Patch1000: secure-boot-20120809.patch @@ -1381,7 +1381,7 @@ ApplyPatch linux-2.6-crash-driver.patch ApplyPatch linux-2.6-e1000-ich9-montevina.patch # crypto/ -ApplyPatch modsign-20120802.patch +ApplyPatch modsign-20120814.patch # secure boot ApplyPatch secure-boot-20120809.patch @@ -2299,6 +2299,9 @@ fi # ||----w | # || || %changelog +* Tue Aug 14 2012 Josh Boyer <jwboyer@redhat.com> - 3.6.0-0.rc1.git6.1 +- Linux v3.6-rc1-355-gddf343f + * Mon Aug 13 2012 Josh Boyer <jwboyer@redhat.com> - 3.6.0-0.rc1.git5.2 - Fix VFS file creation bugs (rhbz 844485) |