From 1b0a243bcb6e8b1fcbf04a59d0937795744225bb Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Wed, 13 Feb 2008 15:35:35 +0000 Subject: [PATCH] fix permissions on microcode.dat --- microcode_ctl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/microcode_ctl.spec b/microcode_ctl.spec index c9c5442..ddfa930 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -39,7 +39,7 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} \ INSDIR=/sbin MANDIR=%{_mandir}/man8 RCDIR=%{_sysconfdir} MICDIR=%{_sysconfdir}/firmware install clean install %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/microcode_ctl -install %{SOURCE2} %{buildroot}%{_sysconfdir}/firmware/microcode.dat +install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/firmware/microcode.dat chmod -R a-s %{buildroot} @@ -78,6 +78,9 @@ family=`cat /proc/cpuinfo | grep "^cpu family" | sort -u | awk -F ": " '{ print exit 0 %changelog +* Wed Feb 13 2008 Jarod Wilson +- Fix permissions on microcode.dat + * Thu Feb 07 2008 Jarod Wilson - Spec cleanup and macro standardization. - Update license