summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-06-20 15:06:01 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-06-20 15:06:01 -0400
commitb718a988d5426217902c7790d6aa070b729fbc6a (patch)
tree7f1f83ea10f3a107d9836c174bc8ef700fb3bd89 /kernel.spec
parent3b37beedf48825354c42e25f7001677320958d38 (diff)
downloadkernel-b718a988d5426217902c7790d6aa070b729fbc6a.tar.gz
kernel-b718a988d5426217902c7790d6aa070b729fbc6a.tar.xz
kernel-b718a988d5426217902c7790d6aa070b729fbc6a.zip
Fix incorrect logic in irqpoll patch
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index c0309fb4f..6ee461adc 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 3
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -2282,6 +2282,9 @@ fi
# ||----w |
# || ||
%changelog
+* Wed Jun 20 2012 Josh Boyer <jwboyer@redhat.com>
+- Fix incorrect logic in irqpoll patch
+
* Mon Jun 18 2012 Josh Boyer <jwboyer@redhat.com> - 3.5.0-0.rc3.git0.2
- Disable debugging options.