packages: microcode-data-intel/microcode-data-intel.spec - install microcod...
arekm
arekm at pld-linux.org
Sat Aug 15 22:16:08 CEST 2009
Author: arekm Date: Sat Aug 15 20:16:08 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- install microcode into /lib/firmware
---- Files affected:
packages/microcode-data-intel:
microcode-data-intel.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/microcode-data-intel/microcode-data-intel.spec
diff -u packages/microcode-data-intel/microcode-data-intel.spec:1.1 packages/microcode-data-intel/microcode-data-intel.spec:1.2
--- packages/microcode-data-intel/microcode-data-intel.spec:1.1 Sat Aug 15 20:15:17 2009
+++ packages/microcode-data-intel/microcode-data-intel.spec Sat Aug 15 22:16:03 2009
@@ -22,16 +22,16 @@
%build
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sysconfdir}
+install -d $RPM_BUILD_ROOT/lib/firmware
-install microcode*.dat $RPM_BUILD_ROOT%{_sysconfdir}/microcode.dat
+install microcode*.dat $RPM_BUILD_ROOT/lib/firmware/microcode.dat
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%attr(640,root,root) %{_sysconfdir}/microcode.dat
+%attr(640,root,root) /lib/firmware/microcode.dat
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -39,6 +39,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2009/08/15 20:16:03 arekm
+- install microcode into /lib/firmware
+
Revision 1.1 2009/08/15 18:15:17 arekm
- initial
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/microcode-data-intel/microcode-data-intel.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list