Linux v4.8-rc2-42-g5ff132c spec file

This commit is contained in:
Justin M. Forbes 2016-08-17 15:20:26 -05:00
parent bc44e90122
commit 06a192f0a9
1 changed files with 8 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Summary: The Linux kernel
# The rc snapshot level
%define rcrev 2
# The git snapshot level
%define gitrev 1
%define gitrev 2
# Set rpm version accordingly
%define rpmversion 4.%{upstream_sublevel}.0
%endif
@ -608,6 +608,9 @@ Patch841: openstack_fix.patch
#rhbz 1200901 (There should be something better upstream at some point)
Patch842: qxl-reapply-cursor-after-SetCrtc-calls.patch
#rhbz 1367091,1367092
Patch843: tcp-fix-use-after-free-in-tcp_xmit_retransmit_queue.patch
# END OF PATCH DEFINITIONS
%endif
@ -2142,6 +2145,10 @@ fi
#
#
%changelog
* Wed Aug 17 2016 Justin M. Forbes <jforbes@fedoraproject.org> - 4.8.0-0.rc2.git2.1
- Linux v4.8-rc2-42-g5ff132c
- tcp fix use after free in tcp_xmit_retransmit_queue (rhbz 1367091 1367092)
* Tue Aug 16 2016 Justin M. Forbes <jforbes@fedoraproject.org> - 4.8.0-0.rc2.git1.1
- Linux v4.8-rc2-17-gae5d68b
- Add patch for qxl cursor bug (rhbz 1200901)