summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec
index 6b479228d..9aef0b5d5 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -11,7 +11,8 @@ Summary: The Linux kernel
# Sign modules on x86. Make sure the config files match this setting if more
# architectures are added.
%ifarch %{ix86} x86_64
-%global signmodules 1
+#global signmodules 1
+%global signmodules 0
%global zipmodules 1
%else
%global signmodules 0
@@ -24,7 +25,7 @@ Summary: The Linux kernel
# % define buildid .local
%define packager Thorsten Leemhuis https://fedoraproject.org/wiki/Kernel_Vanilla_Repositories
-%define buildid .vanilla.stable.knurd.1
+%define buildid .vanilla.knurd.1
# baserelease defines which build revision of this kernel version we're
# building. We used to call this fedora_build, but the magical name
@@ -407,8 +408,8 @@ BuildRequires: rpm-build, elfutils
%define debuginfo_args --strict-build-id -r
%endif
-%if %{signmodules}
BuildRequires: openssl
+%if %{signmodules}
BuildRequires: pesign >= 0.10-4
%endif
@@ -2333,6 +2334,10 @@ fi
* Tue Dec 15 2015 Josh Boyer <jwboyer@fedoraproject.org>
- CVE-2015-8543 ipv6: DoS via NULL pointer dereference (rhbz 1290475 1290477)
+* Tue Dec 15 2015 Thorsten Leemhuis <fedora@leemhuis.info>
+- Drop the mainline/stable tag from buildid for new naming scheme
+- Disable signing until new pesign hits updates
+
* Mon Dec 14 2015 Josh Boyer <jwboyer@fedoraproject.org>
- CVE-2015-7550 Race between read and revoke keys (rhbz 1291197 1291198)
- CVE-XXXX-XXXX permission bypass on overlayfs (rhbz 1291329 1291332)