packages: udev/udev.spec - firmware loader has been internalized - as were ...

baggins baggins at pld-linux.org
Sun Feb 19 19:57:26 CET 2012


Author: baggins                      Date: Sun Feb 19 18:57:26 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- firmware loader has been internalized
- as were usb-db and pci-db

---- Files affected:
packages/udev:
   udev.spec (1.372 -> 1.373) 

---- Diffs:

================================================================
Index: packages/udev/udev.spec
diff -u packages/udev/udev.spec:1.372 packages/udev/udev.spec:1.373
--- packages/udev/udev.spec:1.372	Sun Feb 19 19:44:59 2012
+++ packages/udev/udev.spec	Sun Feb 19 19:57:20 2012
@@ -334,7 +334,8 @@
 	--without-selinux
 
 %{__make} \
-	LDFLAGS="-all-static"
+	LDFLAGS="-all-static" \
+	KMOD_LIBS="-lkmod -lz -llzma"
 
 DEST=$(pwd)/udev-initrd
 %{__make} -j1 install \
@@ -403,7 +404,6 @@
 ln -s udevd $RPM_BUILD_ROOT%{_libdir}/initrd/udevstart
 install -p udev-initrd/lib/udev/*_id $RPM_BUILD_ROOT%{_libdir}/initrd/udev
 install -p udev-initrd/lib/udev/collect $RPM_BUILD_ROOT%{_libdir}/initrd/udev
-install -p udev-initrd/lib/udev/firmware $RPM_BUILD_ROOT%{_libdir}/initrd/udev
 %endif
 
 %clean
@@ -486,7 +486,6 @@
 
 %attr(755,root,root) /lib/udev/create_floppy_devices
 %attr(755,root,root) /lib/udev/collect
-%attr(755,root,root) /lib/udev/firmware
 
 %attr(755,root,root) /lib/udev/keyboard-force-release.sh
 
@@ -505,9 +504,6 @@
 %dir /lib/udev/keymaps
 /lib/udev/keymaps/*
 
-%attr(755,root,root) /lib/udev/pci-db
-%attr(755,root,root) /lib/udev/usb-db
-
 %attr(755,root,root) /lib/udev/accelerometer
 %attr(755,root,root) /lib/udev/findkeyboards
 
@@ -527,7 +523,6 @@
 
 # rules below are NOT supposed to be changed by users
 /lib/udev/rules.d/42-qemu-usb.rules
-/lib/udev/rules.d/50-firmware.rules
 /lib/udev/rules.d/50-udev-default.rules
 /lib/udev/rules.d/60-cdrom_id.rules
 /lib/udev/rules.d/60-floppy.rules
@@ -613,7 +608,6 @@
 %attr(755,root,root) %{_libdir}/initrd/udevstart
 %attr(755,root,root) %{_libdir}/initrd/udev/*_id
 %attr(755,root,root) %{_libdir}/initrd/udev/collect
-%attr(755,root,root) %{_libdir}/initrd/udev/firmware
 %endif
 
 %files initramfs
@@ -628,6 +622,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.373  2012/02/19 18:57:20  baggins
+- firmware loader has been internalized
+- as were usb-db and pci-db
+
 Revision 1.372  2012/02/19 18:44:59  baggins
 - drop non-existing options
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/udev/udev.spec?r1=1.372&r2=1.373&f=u



More information about the pld-cvs-commit mailing list