diff options
| author | Kyle McMartin <kyle@mcmartin.ca> | 2010-11-22 08:19:35 -0500 |
|---|---|---|
| committer | Kyle McMartin <kyle@mcmartin.ca> | 2010-11-22 08:19:35 -0500 |
| commit | a9179c05e5fe8a661f8856cfeb09298e9079ecf9 (patch) | |
| tree | 1b78e6483604f9b07be4acf4b5918f3423ee26da /kernel.spec | |
| parent | b7e5e1b1d1a429e402a1c22a9a1b1dfea3c608df (diff) | |
make vmlinuz world readable
Diffstat (limited to 'kernel.spec')
| -rw-r--r-- | kernel.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index dd67ea68..ebe9ea95 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@redhat.com> 2.6.36.1-7.rc1 +- Make vmlinuz world readable again. + * Sat Nov 20 2010 Kyle McMartin <kyle@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 |
