summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-02-27 14:21:30 -0500
committerJosh Boyer <jwboyer@redhat.com>2012-02-27 14:21:45 -0500
commit4f646f3602b25445e9e4fd1f073ea5a1f1222834 (patch)
tree63afe0a01ff91172d2ef58fd9f47692ae7e25f4e /kernel.spec
parent53294d9ceb9b87e359096c1cafa619d2771765e5 (diff)
downloadkernel-4f646f3602b25445e9e4fd1f073ea5a1f1222834.tar.gz
kernel-4f646f3602b25445e9e4fd1f073ea5a1f1222834.tar.xz
kernel-4f646f3602b25445e9e4fd1f073ea5a1f1222834.zip
Add patch to fix regression in FADT revision checks (rhbz 730007 727865)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index e1388fb16..3d8376403 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -54,7 +54,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 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -771,6 +771,9 @@ Patch21270: s390x-enable-keys-compat.patch
#rhbz 795544
Patch21280: ums_realtek-do-not-use-stack-memory-for-DMA-in-__do_.patch
+#rhbz 727865 730007
+Patch21300: ACPICA-Fix-regression-in-FADT-revision-checks.patch
+
# compat-wireless patches
Patch50000: compat-wireless-config-fixups.patch
Patch50001: compat-wireless-pr_fmt-warning-avoidance.patch
@@ -1487,6 +1490,9 @@ ApplyPatch s390x-enable-keys-compat.patch
#rhbz 795544
ApplyPatch ums_realtek-do-not-use-stack-memory-for-DMA-in-__do_.patch
+#rhbz 727865 730007
+ApplyPatch ACPICA-Fix-regression-in-FADT-revision-checks.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2358,6 +2364,9 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Feb 27 2012 Josh Boyer <jwboyer@redhat.com>
+- Add patch to fix regression in FADT revision checks (rhbz 730007 727865)
+
* Mon Feb 27 2012 Josh Boyer <jwboyer@redhat.com> - 3.3.0-0.rc5.git1.1
- Linux 3.3-rc5-git1 (upstream 500dd2370e77c9551ba298bdeeb91b02d8402199)
- Reenable debugging options.