diff options
author | Dave Jones <davej@redhat.com> | 2012-03-18 22:55:56 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2012-03-18 22:55:56 -0400 |
commit | befa7ea2b5fa2d5eb371005b3a5b2835ca113955 (patch) | |
tree | 8c7b3644ef7dea886170bddbf3e8f0916b5e72b2 | |
parent | 457484487e9256436e8dfadbbbdf10a38f5d8ede (diff) | |
download | kernel-befa7ea2b5fa2d5eb371005b3a5b2835ca113955.tar.gz kernel-befa7ea2b5fa2d5eb371005b3a5b2835ca113955.tar.xz kernel-befa7ea2b5fa2d5eb371005b3a5b2835ca113955.zip |
Linux 3.3
-rw-r--r-- | kernel.spec | 7 | ||||
-rw-r--r-- | sources | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec index 9b1e0ad4b..e8dac9dde 100644 --- a/kernel.spec +++ b/kernel.spec @@ -6,7 +6,7 @@ Summary: The Linux kernel # For a stable, released kernel, released_kernel should be 1. For rawhide # and/or a kernel built from an rc or git snapshot, released_kernel should # be 0. -%global released_kernel 0 +%global released_kernel 1 # Sign modules on x86. Make sure the config files match this setting if more # architectures are added. @@ -68,7 +68,7 @@ Summary: The Linux kernel # base_sublevel is the kernel version we're starting with and patching # on top of -- for example, 3.1-rc7-git1 starts with a 3.0 base, # which yields a base_sublevel of 0. -%define base_sublevel 2 +%define base_sublevel 3 ## If this is a released kernel ## %if 0%{?released_kernel} @@ -2344,6 +2344,9 @@ fi # ||----w | # || || %changelog +* Sun Mar 18 2012 Dave Jones <davej@redhat.com> +- Linux 3.3 + * Fri Mar 16 2012 Adam Jackson <ajax@redhat.com> - drm-i915-dp-stfu.patch: Muzzle a bunch of DP WARN()s. They're not wrong, but they're not helpful at this point. @@ -1,3 +1 @@ -364066fa18767ec0ae5f4e4abcf9dc51 linux-3.2.tar.xz -4364d0789141647508a9eb1fba8ffa6f patch-3.3-rc7.xz -3f5bb6b92a6d434829ad39c0b4ebe639 patch-3.3-rc7-git2.xz +7133f5a2086a7d7ef97abac610c094f5 linux-3.3.tar.xz |