[kernel] make vmlinuz world readable

Kyle McMartin kyle at fedoraproject.org
Mon Nov 22 13:21:31 UTC 2010


commit a9179c05e5fe8a661f8856cfeb09298e9079ecf9
Author: Kyle McMartin <kyle at mcmartin.ca>
Date:   Mon Nov 22 08:19:35 2010 -0500

    make vmlinuz world readable

 kernel.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index dd67ea6..ebe9ea9 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 <kyle at redhat.com> 2.6.36.1-7.rc1
+- Make vmlinuz world readable again.
+
 * Sat Nov 20 2010 Kyle McMartin <kyle at redhat.com>
 - 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


More information about the scm-commits mailing list