diff options
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec index 3a2e168b6..245cc8402 100644 --- a/kernel.spec +++ b/kernel.spec @@ -69,7 +69,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 6 # The git snapshot level -%define gitrev 0 +%define gitrev 1 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -618,8 +618,6 @@ Patch26021: drm-vmwgfx-Fix-drm.h-include.patch Patch26022: x86-efi-Delete-misleading-efi_printk-error-message.patch -Patch26023: Revert-x86-efi-Fixup-GOT-in-all-boot-code-paths.patch - # git clone ssh://git.fedorahosted.org/git/kernel-arm64.git, git diff master...devel Patch30000: kernel-arm64.patch @@ -1349,8 +1347,6 @@ ApplyPatch drm-vmwgfx-Fix-drm.h-include.patch ApplyPatch x86-efi-Delete-misleading-efi_printk-error-message.patch -ApplyPatch Revert-x86-efi-Fixup-GOT-in-all-boot-code-paths.patch - %if 0%{?aarch64patches} ApplyPatch kernel-arm64.patch %ifnarch aarch64 # this is stupid, but i want to notice before secondary koji does. @@ -2219,6 +2215,9 @@ fi # ||----w | # || || %changelog +* Tue Sep 23 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.17.0-0.rc6.git1.1 +- Linux v3.17-rc6-125-gf3670394c29f + * Mon Sep 22 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.17.0-0.rc6.git0.1 - Linux v3.17-rc6 - Revert EFI GOT fixes as it causes boot failures |