summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@dreadnought.i.jkkm.org>2010-09-30 13:14:30 -0400
committerKyle McMartin <kyle@dreadnought.i.jkkm.org>2010-09-30 13:14:30 -0400
commita1ae90088001391a0a1d4892f5850a02564102cc (patch)
tree79aba6348a3c41c559aee2ee13275b2e3e9b9139 /kernel.spec
parentb990650569ea9685a17d761f133ae0160a8344af (diff)
downloadkernel-a1ae90088001391a0a1d4892f5850a02564102cc.tar.gz
kernel-a1ae90088001391a0a1d4892f5850a02564102cc.tar.xz
kernel-a1ae90088001391a0a1d4892f5850a02564102cc.zip
make intel_ips work
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 1be1b8ade..3613ec780 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -51,7 +51,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be prepended with "0.", so
# for example a 3 here will become 0.3
#
-%global baserelease 28
+%global baserelease 30
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -723,6 +723,8 @@ Patch12224: pci-v2-4-4-PCI-allocate-bus-resources-from-the-top-down.patch
Patch12300: btusb-macbookpro-7-1.patch
Patch12301: btusb-macbookpro-6-2.patch
+Patch12310: fix-intel_ips-to-work-properly.patch
+
%endif
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1328,6 +1330,8 @@ ApplyPatch pci-v2-4-4-PCI-allocate-bus-resources-from-the-top-down.patch
ApplyPatch btusb-macbookpro-7-1.patch
ApplyPatch btusb-macbookpro-6-2.patch
+ApplyPatch fix-intel_ips-to-work-properly.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -1935,6 +1939,9 @@ fi
# || ||
%changelog
+* Thu Sep 30 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.30.rc6
+- Collection of patches to make intel_ips work properly.
+
* Wed Sep 29 2010 Dave Jones <davej@redhat.com>
- Add back an old hack to make an SDV e1000e variant work.