summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2013-12-06 08:50:54 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2013-12-06 08:50:54 -0500
commit1d5c4d2db15a953e64d95974e20199b9ebcf29d0 (patch)
treec92057d3db431939b6442bcc149a2aee590c9f22 /kernel.spec
parent0a1607842499f7038276c2e2337a96119f117d99 (diff)
downloadkernel-1d5c4d2db15a953e64d95974e20199b9ebcf29d0.tar.gz
kernel-1d5c4d2db15a953e64d95974e20199b9ebcf29d0.tar.xz
kernel-1d5c4d2db15a953e64d95974e20199b9ebcf29d0.zip
Linux v3.13-rc2-295-g002acf1
- Add test fix patch for crypto backtrace (rhbz 1038472)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 269925e82..3ad7af2bc 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -95,7 +95,7 @@ Summary: The Linux kernel
# The rc snapshot level
%define rcrev 2
# The git snapshot level
-%define gitrev 5
+%define gitrev 6
# Set rpm version accordingly
%define rpmversion 3.%{upstream_sublevel}.0
%endif
@@ -706,6 +706,9 @@ Patch25129: cpupower-Fix-segfault-due-to-incorrect-getopt_long-a.patch
#CVE-2013-6382 rhbz 1033603 1034670
Patch25157: xfs-underflow-bug-in-xfs_attrlist_by_handle.patch
+#rhbz 1038472
+Patch25158: crypto-backtrace-fix.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1378,6 +1381,9 @@ ApplyPatch cpupower-Fix-segfault-due-to-incorrect-getopt_long-a.patch
#CVE-2013-6382 rhbz 1033603 1034670
ApplyPatch xfs-underflow-bug-in-xfs_attrlist_by_handle.patch
+#rhbz 1038472
+ApplyPatch crypto-backtrace-fix.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2190,6 +2196,10 @@ fi
# ||----w |
# || ||
%changelog
+* Fri Dec 06 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.13.0-0.rc2.git6.1
+- Linux v3.13-rc2-295-g002acf1
+- Add test fix patch for crypto backtrace (rhbz 1038472)
+
* Thu Dec 05 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.13.0-0.rc2.git5.1
- Linux v3.13-rc2-265-gef1e4e3