SPECS (AC-branch): udev.spec - separate udev_import_usermap due pe...

glen glen at pld-linux.org
Wed Sep 13 13:20:47 CEST 2006


Author: glen                         Date: Wed Sep 13 11:20:47 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- separate udev_import_usermap due perl dep (what it's for anyway?)

---- Files affected:
SPECS:
   udev.spec (1.150.2.7 -> 1.150.2.8) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.150.2.7 SPECS/udev.spec:1.150.2.8
--- SPECS/udev.spec:1.150.2.7	Fri Jul  7 21:32:29 2006
+++ SPECS/udev.spec	Wed Sep 13 13:20:41 2006
@@ -104,6 +104,14 @@
 Implementacja devfs w przestrzeni użytkownika - statyczna binarka dla
 initrd.
 
+%package tools
+Summary:	udev tools
+Group:		Base
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+
+%description tools
+udev tools - programs not needed for bootup.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -260,8 +268,9 @@
 %attr(755,root,root) %{_sbindir}/udevsynthesize
 %attr(755,root,root) %{_sbindir}/uevent_listen
  
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_prefix}/sbin/*
+%attr(755,root,root) %{_bindir}/udevinfo
+%attr(755,root,root) %{_bindir}/udevtest
+%attr(755,root,root) %{_prefix}/sbin/udevmonitor
 
 %dir %{_sysconfdir}/udev
 %dir %{_sysconfdir}/udev/rules.d
@@ -292,12 +301,19 @@
 %attr(755,root,root) %{_sbindir}/udevstart.initrd
 %endif
 
+%files tools
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_prefix}/sbin/udev_import_usermap
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.150.2.8  2006/09/13 11:20:41  glen
+- separate udev_import_usermap due perl dep (what it's for anyway?)
+
 Revision 1.150.2.7  2006/07/07 19:32:29  freetz
 - rel.6
 
================================================================

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



More information about the pld-cvs-commit mailing list