fix permissions on microcode.dat

This commit is contained in:
Jarod Wilson 2008-02-13 15:35:35 +00:00
parent e2a1957964
commit 1b0a243bcb

View File

@ -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 <jwilson@redhat.com>
- Fix permissions on microcode.dat
* Thu Feb 07 2008 Jarod Wilson <jwilson@redhat.com>
- Spec cleanup and macro standardization.
- Update license