Author: freetz Date: Thu Jan 26 16:33:22 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - started work on 082 version, dropped udevsynthesize, coldplug patches for stable version check AC-branch
---- Files affected: SPECS: udev.spec (1.150 -> 1.151) ---- Diffs: ================================================================ Index: SPECS/udev.spec diff -u SPECS/udev.spec:1.150 SPECS/udev.spec:1.151 --- SPECS/udev.spec:1.150 Mon Jan 23 23:58:56 2006 +++ SPECS/udev.spec Thu Jan 26 17:33:16 2006 @@ -30,24 +30,18 @@ Summary: A userspace implementation of devfs Summary(pl): Implementacja devfs w przestrzeni użytkownika Name: udev -Version: 079 -Release: 3 +Version: 082 +Release: 0.1 Epoch: 1 License: GPL Group: Base Source0: ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/%{name}-%{version}.tar.bz2 -# Source0-md5: 981fc92fd2eeb4d4d13c182c447af6bf +# Source0-md5: b5f240bd8538946ca0586955ae34e94e Source1: %{name}.rules Source2: %{name}.conf Source3: start_udev Source4: ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/uevent_listen.c # Source4-md5: 7b2b881a8531fd84da7cae9152dc4e39 -# from Mandriva CVS: -# http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/SPECS/udev/ -# Needed for the automatic module loading w/o hotplug to work -# see: -# http://qa.mandrivalinux.com/twiki/bin/view/Main/Udev -# http://lwn.net/Articles/123932/ Source5: %{name}_import_usermap Source6: %{name}-modprobe.rules Source7: %{name}-hotplug_map.rules @@ -60,10 +54,6 @@ Source21: %{name}-input.helper Source22: %{name}-net.helper Source23: %{name}-input-coldplug -Patch0: %{name}-synthesize-02.patch -Patch1: %{name}-synthesize-md -Patch2: %{name}-synthesize-preserve_env -Patch3: %{name}-coldplug.patch URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html BuildRequires: device-mapper-devel BuildRequires: libselinux-devel >= 1.17.13 @@ -110,10 +100,6 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 %build %if %{with initrd} @@ -194,7 +180,6 @@ install extras/path_id $RPM_BUILD_ROOT%{_sbindir} install uevent_listen $RPM_BUILD_ROOT%{_sbindir} -install udevsynthesize $RPM_BUILD_ROOT%{_sbindir} install etc/udev/persistent-disk.rules $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d @@ -223,7 +208,6 @@ %defattr(644,root,root,755) %doc ChangeLog FAQ README RELEASE-NOTES TODO %doc docs/{overview,udev_vs_devfs,writing_udev_rules} -%doc libsysfs/libsysfs.txt %dir /lib/udev @@ -256,12 +240,8 @@ %attr(755,root,root) %{_sbindir}/vol_id %attr(755,root,root) %{_sbindir}/start_udev -%attr(755,root,root) %{_sbindir}/udev %attr(755,root,root) %{_sbindir}/udevcontrol %attr(755,root,root) %{_sbindir}/udevd -%attr(755,root,root) %{_sbindir}/udevsend -%attr(755,root,root) %{_sbindir}/udevstart -%attr(755,root,root) %{_sbindir}/udevsynthesize %attr(755,root,root) %{_sbindir}/uevent_listen %attr(755,root,root) %{_bindir}/* @@ -280,6 +260,7 @@ %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/udev.conf %{_sysconfdir}/udev/rules.d/hotplug_map.rules +%{_mandir}/man7/* %{_mandir}/man8/* %dev(c,1,3) %attr(666,root,root) /dev/null @@ -300,6 +281,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.151 2006/01/26 16:33:16 freetz +- started work on 082 version, dropped udevsynthesize, coldplug patches + for stable version check AC-branch + Revision 1.150 2006/01/23 22:58:56 freetz - use external configuration for creation of initial nodes, rel.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/udev.spec?r1=1.150&r2=1.151&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
