From a9179c05e5fe8a661f8856cfeb09298e9079ecf9 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Mon, 22 Nov 2010 08:19:35 -0500 Subject: [PATCH] make vmlinuz world readable --- kernel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kernel.spec b/kernel.spec index dd67ea681..ebe9ea95d 100644 --- a/kernel.spec +++ b/kernel.spec @@ -51,7 +51,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be prepended with "0.", so # for example a 3 here will become 0.3 # -%global baserelease 6 +%global baserelease 7 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -1900,7 +1900,7 @@ fi %if %{1}\ %{expand:%%files %{?2}}\ %defattr(-,root,root)\ -%attr(600,root,root) /%{image_install_path}/%{?-k:%{-k*}}%{!?-k:vmlinuz}-%{KVERREL}%{?2:.%{2}}\ +/%{image_install_path}/%{?-k:%{-k*}}%{!?-k:vmlinuz}-%{KVERREL}%{?2:.%{2}}\ %attr(600,root,root) /boot/System.map-%{KVERREL}%{?2:.%{2}}\ /boot/config-%{KVERREL}%{?2:.%{2}}\ %dir /lib/modules/%{KVERREL}%{?2:.%{2}}\ @@ -1959,6 +1959,9 @@ fi # || || %changelog +* Mon Nov 22 2010 Kyle McMartin 2.6.36.1-7.rc1 +- Make vmlinuz world readable again. + * Sat Nov 20 2010 Kyle McMartin - Merge patch from Aris to allow kernel-debuginfo to be multiply-installed (means we had to move the build dir, kind of a bummer, but I verified