summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-02-12 17:04:13 -0500
committerJosh Boyer <jwboyer@redhat.com>2013-02-12 17:04:13 -0500
commit8827d3f103dbffb3cc4a3da2186be6558c249972 (patch)
tree34148fb37eef567cdfd160dae901a9fafd38574e /kernel.spec
parent526e2f3775e3bdd96a045fa4c071403cc9843e40 (diff)
downloadkernel-8827d3f103dbffb3cc4a3da2186be6558c249972.tar.gz
kernel-8827d3f103dbffb3cc4a3da2186be6558c249972.tar.xz
kernel-8827d3f103dbffb3cc4a3da2186be6558c249972.zip
Add patch to create a convenient mount point for pstore (rhbz 910126)
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 3cf1a7b48..ecc5d7d50 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 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -752,6 +752,9 @@ Patch21247: ath9k_rx_dma_stop_check.patch
Patch21248: pid-unlock_irq-when-alloc_pid-fails-because-init.patch
+#rhbz 910126
+Patch21249: pstore-Create-a-convenient-mount-point-for-pstore.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1453,6 +1456,9 @@ ApplyPatch ath9k_rx_dma_stop_check.patch
ApplyPatch pid-unlock_irq-when-alloc_pid-fails-because-init.patch
+#rhbz 910126
+ApplyPatch pstore-Create-a-convenient-mount-point-for-pstore.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2308,6 +2314,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Feb 12 2013 Josh Boyer <jwboyer@redhat.com>
+- Add patch to create a convenient mount point for pstore (rhbz 910126)
+
* Tue Feb 12 2013 Josh Boyer <jwboyer@redhat.com> - 3.8.0-0.rc7.git1.1
- Linux v3.8-rc7-6-g211b0cd
- Reenable debugging options.