Linux v3.12.9

This commit is contained in:
Justin M. Forbes 2014-01-27 07:36:42 -06:00
parent b61a07e75d
commit 4c306f9026
3 changed files with 1065 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -74,7 +74,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
%define stable_update 8
%define stable_update 9
# Is it a -stable RC?
%define stable_rc 0
# Set rpm version accordingly
@ -757,6 +757,9 @@ Patch25181: tg3-Add-support-for-new-577xx-device-ids.patch
#rhbz 953211
Patch25182: Input-ALPS-add-support-for-Dolphin-devices.patch
#rhbz 1056711
Patch25183: ipv6-introduce-IFA_F_NOPREFIXROUTE-and-IFA_F_MANAGETEMPADDR-flags.patch
# END OF PATCH DEFINITIONS
%endif
@ -1453,6 +1456,9 @@ ApplyPatch tg3-Add-support-for-new-577xx-device-ids.patch
#rhbz 953211
ApplyPatch Input-ALPS-add-support-for-Dolphin-devices.patch
#rhbz 1056711
ApplyPatch ipv6-introduce-IFA_F_NOPREFIXROUTE-and-IFA_F_MANAGETEMPADDR-flags.patch
# END OF PATCH APPLICATIONS
%endif
@ -2265,6 +2271,10 @@ fi
# and build.
%changelog
* Mon Jan 27 2014 Justin M. Forbes <jforbes@fedoraproject.org> - 3.12.9-200
- Backport new IPv6 address flag IFA_F_NOPREFIXROUTE and IFA_F_MANAGETEMPADDR (rhbz 1056711)
- Linux v3.12.9
* Wed Jan 15 2014 Justin M. Forbes <jforbes@fedoraproject.org> - 3.12.8-200
- Linux v3.12.8

View File

@ -1,2 +1,2 @@
cc6ee608854e0da4b64f6c1ff8b6398c linux-3.12.tar.xz
03d34842e3a1197d17055610f62627b8 patch-3.12.8.xz
0d539fc9bc799663caf0f383d9252d36 patch-3.12.9.xz