SPECS: linux-live-kernel.spec - add symlink ghost, add EA

glen glen at pld-linux.org
Sat Dec 15 23:20:43 CET 2007


Author: glen                         Date: Sat Dec 15 22:20:43 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add symlink ghost, add EA

---- Files affected:
SPECS:
   linux-live-kernel.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/linux-live-kernel.spec
diff -u SPECS/linux-live-kernel.spec:1.1 SPECS/linux-live-kernel.spec:1.2
--- SPECS/linux-live-kernel.spec:1.1	Sat Dec 15 23:08:41 2007
+++ SPECS/linux-live-kernel.spec	Sat Dec 15 23:20:38 2007
@@ -8,6 +8,7 @@
 Source0:	ftp://ftp.slax.org/Linux-Live/kernels/%{version}/linux-%{version}-i486-1.tgz
 # Source0-md5:	ddf9e2ea705723acb218766be21398df
 URL:		http://www.linux-live.org/
+ExclusiveArch:	%{ix86}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -17,14 +18,12 @@
 %prep
 %setup -q -c
 
-%build
-
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT/{boot,lib/modules/%{version}}
 cp -a boot/vmlinuz $RPM_BUILD_ROOT/boot/vmlinuz-%{version}
 cp -a lib/modules/%{version}/kernel $RPM_BUILD_ROOT/lib/modules/%{version}
+touch $RPM_BUILD_ROOT/boot/vmlinuz
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -35,6 +34,7 @@
 %files
 %defattr(644,root,root,755)
 /boot/vmlinuz-%{version}
+%ghost /boot/vmlinuz
 /lib/modules/%{version}
 
 %define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -43,6 +43,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007-12-15 22:20:38  glen
+- add symlink ghost, add EA
+
 Revision 1.1  2007-12-15 22:08:41  patrys
 - initial release
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/linux-live-kernel.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list