SPECS: udev.spec - expanded TODO, disabled some unfinished initrd ...

freetz freetz at pld-linux.org
Wed Apr 5 20:33:35 CEST 2006


Author: freetz                       Date: Wed Apr  5 18:33:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- expanded TODO, disabled some unfinished initrd try-outs

---- Files affected:
SPECS:
   udev.spec (1.161 -> 1.162) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.161 SPECS/udev.spec:1.162
--- SPECS/udev.spec:1.161	Wed Apr  5 20:19:27 2006
+++ SPECS/udev.spec	Wed Apr  5 20:33:30 2006
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 # TODO
+# - initrd needs love (is proapbly completly unusable in current form)
 # - initrd build with uclibc on amd64 produces non-working binary (illegal instruction from open("/dev/null"))
 # - rewrite in sh/sed, or move to (tools?) subpackage udev_import_usermap (bc adds perl dep)
 #
@@ -53,6 +54,7 @@
 Source11:	%{name}-usb.handmap
 # helpers
 Source20:	%{name}-net.helper
+Patch0:		%{name}-paths.patch
 URL:		http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
 BuildRequires:	device-mapper-devel
 BuildRequires:	libselinux-devel >= 1.17.13
@@ -136,7 +138,7 @@
 
 %prep
 %setup -q
-
+%patch0 -p1
 %build
 %if %{with initrd}
 %{__make} \
@@ -161,6 +163,9 @@
 	EXTRAS="%{static_extras}"
 
 cp -a udev initrd-udev
+
+# FIXME, cause I'm broken - your initrd
+%if 0
 cp -a extras/ata_id/ata_id initrd-ata_id
 cp -a extras/cdrom_id/cdrom_id initrd-cdrom_id
 cp -a extras/dasd_id/dasd_id initrd-dasd_id
@@ -168,6 +173,7 @@
 cp -a extras/scsi_id/scsi_id initrd-scsi_id
 cp -a extras/usb_id/usb_id initrd-usb_id
 cp -a extras/volume_id/vol_id initrd-vol_id
+%endif
 
 %if %{with main}
 %{__make} clean
@@ -328,6 +334,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.162  2006/04/05 18:33:30  freetz
+- expanded TODO, disabled some unfinished initrd try-outs
+
 Revision 1.161  2006/04/05 18:19:27  freetz
 - reverted last change, clean up some trash
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/udev.spec?r1=1.161&r2=1.162&f=u



More information about the pld-cvs-commit mailing list