packages (UDEV-124): udev/udev.spec - package minimal fallback devices to /...

glen glen at pld-linux.org
Tue Jan 19 15:21:59 CET 2010


Author: glen                         Date: Tue Jan 19 14:21:59 2010 GMT
Module: packages                      Tag: UDEV-124
---- Log message:
- package minimal fallback devices to /lib/udev/devices; rel 7

---- Files affected:
packages/udev:
   udev.spec (1.240.2.10 -> 1.240.2.11) 

---- Diffs:

================================================================
Index: packages/udev/udev.spec
diff -u packages/udev/udev.spec:1.240.2.10 packages/udev/udev.spec:1.240.2.11
--- packages/udev/udev.spec:1.240.2.10	Sat Apr 25 14:31:04 2009
+++ packages/udev/udev.spec	Tue Jan 19 15:21:53 2010
@@ -33,7 +33,7 @@
 Summary(pl.UTF-8):	Zarządca urządzeń dla Linuksa 2.6
 Name:		udev
 Version:	124
-Release:	6
+Release:	7
 Epoch:		1
 License:	GPL
 Group:		Base
@@ -334,6 +334,13 @@
 %dev(c,5,1) %attr(660,root,console) /dev/console
 %dev(c,1,5) %attr(666,root,root) /dev/zero
 
+# package these for fallback
+# usually udev upgrade skips the install of /dev as it is already tmpfs mounted
+# (not permanently stored)
+%dev(c,1,3) %attr(666,root,root) /lib/udev/devices/null
+%dev(c,5,1) %attr(660,root,console) /lib/udev/devices/console
+%dev(c,1,5) %attr(666,root,root) /lib/udev/devices/zero
+
 %files core
 %defattr(644,root,root,755)
 %doc ChangeLog FAQ README RELEASE-NOTES TODO
@@ -431,6 +438,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.240.2.11  2010/01/19 14:21:53  glen
+- package minimal fallback devices to /lib/udev/devices; rel 7
+
 Revision 1.240.2.10  2009/04/25 12:31:04  hawk
 - release 6
 
================================================================

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



More information about the pld-cvs-commit mailing list