- specfile cleanups.
This commit is contained in:
parent
a571cb015f
commit
5d74ea0b25
@ -27,7 +27,7 @@ microcode_ctl - updates the microcode on Intel x86/x86-64 CPU's
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="$RPM_OPT_FLAGS"
|
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -44,7 +44,7 @@ install -m 644 %{SOURCE2} %{buildroot}/lib/firmware/microcode.dat
|
|||||||
chmod -R a-s %{buildroot}
|
chmod -R a-s %{buildroot}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot};
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -78,6 +78,9 @@ family=`cat /proc/cpuinfo | grep "^cpu family" | sort -u | awk -F ": " '{ print
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 17 2008 Dave Jones <davej@redhat.com>
|
||||||
|
- specfile cleanups.
|
||||||
|
|
||||||
* Fri Feb 22 2008 Jarod Wilson <jwilson@redhat.com>
|
* Fri Feb 22 2008 Jarod Wilson <jwilson@redhat.com>
|
||||||
- Use /lib/firmware instead of /etc/firmware
|
- Use /lib/firmware instead of /etc/firmware
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user