udev-vl.spec 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063
  1. %define debug false
  2. %define udev_scriptdir /lib/udev
  3. %define firmwaredir /lib/firmware
  4. Summary: A userspace implementation of devfs
  5. Summary(ja): ユーザスペース実装のデバイスファイルシステム
  6. Name: udev
  7. Version: 151
  8. Release: 1%{?_dist_release}
  9. License: GPL
  10. Group: System Environment/Base
  11. URL: http://kernel.org/pub/linux/utils/kernel/hotplug/
  12. Source: ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/%{name}-%{version}.tar.bz2
  13. Source1: start_udev
  14. Source3: udev-post.init
  15. Source4: fw_unit_symlinks.sh
  16. Source5: udev.sysconfig
  17. # vine patch
  18. ExclusiveOS: Linux
  19. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  20. BuildRequires: sed, flex
  21. BuildRequires: pam-devel, glib2-devel, bison
  22. BuildRequires: findutils
  23. BuildRequires: hwdata
  24. BuildRequires: gobject-introspection-devel >= 0.6.2
  25. BuildRequires: gtk-doc
  26. BuildRequires: usbutils >= 0.82
  27. Requires(pre): /bin/sh fileutils
  28. Requires(pre): MAKEDEV >= 3.21
  29. Requires: MAKEDEV >= 3.21
  30. Requires: util-linux-ng >= 2.16
  31. Obsoletes: dev < 3.22
  32. Conflicts: dev < 3.22
  33. Provides: dev = 3.22
  34. Obsoletes: murasaki, usbmgr, hotplug
  35. Provides: murasaki
  36. Requires: pam
  37. %description
  38. The udev package contains an implementation of devfs in
  39. userspace using sysfs and netlink.
  40. %package -n libudev
  41. Summary: Dynamic library to access udev device information
  42. Group: System Environment/Libraries
  43. Obsoletes: libudev0 <= 142
  44. Provides: libudev0 = 143
  45. %description -n libudev
  46. This package contains the dynamic library libudev, which provides access
  47. to udev device information, and an interface to search devices in sysfs.
  48. %package -n libudev-devel
  49. Summary: Development files for libudev
  50. Group: Development/Libraries
  51. Requires: udev = %{version}-%{release}
  52. Requires: libudev = %{version}-%{release}
  53. %description -n libudev-devel
  54. This package contains the development files for the library libudev, a
  55. dynamic library, which provides access to udev device information.
  56. %package -n libgudev1
  57. Summary: Libraries for adding libudev support to applications that use glib
  58. Group: Development/Libraries
  59. Requires: libudev >= 142
  60. # remove the following lines for libgudev so major 1
  61. Provides: libgudev = 20090518
  62. Obsoletes: libgudev <= 20090517
  63. %description -n libgudev1
  64. This package contains the libraries that make it easier to use libudev
  65. functionality from applications that use glib.
  66. %package -n libgudev1-devel
  67. Summary: Header files for adding libudev support to applications that use glib
  68. Group: Development/Libraries
  69. Requires: libudev-devel >= 142
  70. Provides: libgudev-devel = 20090518
  71. Obsoletes: libgudev-devel <= 20090517
  72. Requires: libgudev1 = %{version}-%{release}
  73. %description -n libgudev1-devel
  74. This package contains the header and pkg-config files for developing
  75. glib-based applications using libudev functionality.
  76. %prep
  77. %setup -q
  78. %build
  79. autoreconf -f -i
  80. %configure \
  81. --without-selinux \
  82. --prefix=%{_prefix} --exec-prefix="" \
  83. --sysconfdir=%{_sysconfdir} --with-libdir-name=%{_lib} \
  84. --sbindir="/sbin" --libexecdir=%{udev_scriptdir} \
  85. --with-rootlibdir=/%{_lib} --enable-introspection \
  86. --enable-debug
  87. make %{?_smp_mflags}
  88. %install
  89. rm -rf $RPM_BUILD_ROOT
  90. mkdir -p $RPM_BUILD_ROOT%{_sbindir}
  91. make DESTDIR=$RPM_BUILD_ROOT install
  92. rm -fr $RPM_BUILD_ROOT%{_docdir}/udev
  93. rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
  94. rm -f $RPM_BUILD_ROOT%{_sysconfdir}/udev/udev.rules
  95. rm -f $RPM_BUILD_ROOT%{_sysconfdir}/init.d/udev
  96. rm -f $RPM_BUILD_ROOT%{_sysconfdir}/hotplug.d/default/10-udev.hotplug
  97. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/udev/{rules.d,makedev.d,scripts,devices}
  98. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dev.d
  99. mkdir -p $RPM_BUILD_ROOT%{_bindir}
  100. touch $RPM_BUILD_ROOT%{_sysconfdir}/scsi_id.config
  101. # force relative symlinks
  102. ln -sf ..%{udev_scriptdir}/scsi_id $RPM_BUILD_ROOT/sbin/scsi_id
  103. ln -sf ../../sbin/udevadm $RPM_BUILD_ROOT%{_bindir}/udevinfo
  104. ln -sf ../../sbin/udevadm $RPM_BUILD_ROOT%{_bindir}/udevtest
  105. ln -sf ../../sbin/udevadm $RPM_BUILD_ROOT%{_sbindir}/udevmonitor
  106. ln -sf udevadm $RPM_BUILD_ROOT/sbin/udevtrigger
  107. ln -sf udevadm $RPM_BUILD_ROOT/sbin/udevsettle
  108. ln -sf udevadm $RPM_BUILD_ROOT/sbin/udevcontrol
  109. mkdir -p $RPM_BUILD_ROOT%{udev_scriptdir}/{,devices}
  110. for i in \
  111. rules/redhat/*.rules \
  112. %ifarch ppc ppc64
  113. rules/packages/40-ppc.rules \
  114. %endif
  115. rules/packages/40-isdn.rules \
  116. rules/packages/64-md-raid.rules \
  117. rules/packages/64-device-mapper.rules \
  118. ; do
  119. install -m 0644 "$i" "$RPM_BUILD_ROOT%{udev_scriptdir}/rules.d/${i##*/}"
  120. done
  121. install -m 0644 udev.conf $RPM_BUILD_ROOT%{_sysconfdir}/udev/udev.conf
  122. mkdir -p $RPM_BUILD_ROOT%{udev_scriptdir}/{,devices}
  123. install -m 0755 %{SOURCE4} $RPM_BUILD_ROOT%{udev_scriptdir}/fw_unit_symlinks.sh
  124. mkdir -p $RPM_BUILD_ROOT%{_datadir}/udev
  125. install -m 0755 %{SOURCE1} $RPM_BUILD_ROOT/sbin/start_udev
  126. mkdir -p -m 0755 $RPM_BUILD_ROOT%{firmwaredir}
  127. mkdir -p -m 0755 $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d
  128. cat > $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/floppy-pnp.conf <<EOF
  129. alias pnp:dPNP0700 floppy
  130. alias acpi:PNP0700: floppy
  131. EOF
  132. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
  133. install -m 0755 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/udev-post
  134. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
  135. install -m 0755 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/udev
  136. mkdir -p $RPM_BUILD_ROOT/var/lib/udev/makedev.d
  137. %pre
  138. getent group video >/dev/null || /usr/sbin/groupadd -g 39 video || :
  139. getent group audio >/dev/null || /usr/sbin/groupadd -g 63 audio || :
  140. getent group cdrom >/dev/null || /usr/sbin/groupadd -g 11 cdrom || :
  141. getent group tape >/dev/null || /usr/sbin/groupadd -g 33 tape || :
  142. getent group dialout >/dev/null || /usr/sbin/groupadd -g 18 dialout || :
  143. %preun
  144. if [ $1 = 0 -a -f %{_initrddir}/udev ]; then
  145. if [ -x /sbin/pidof ]; then
  146. pid=$(/sbin/pidof udevd)
  147. if [ -n "$pid" ]; then
  148. kill $pid
  149. fi
  150. fi
  151. /sbin/chkconfig --del udev
  152. fi
  153. if [ "$1" = 0 ]; then
  154. /sbin/chkconfig --del udev-post
  155. fi
  156. exit 0
  157. %post
  158. if [ "$1" -ge "1" -a -x /sbin/pidof ]; then
  159. pid=$(/sbin/pidof udevd)
  160. if [ -n "$pid" ]; then
  161. kill $pid
  162. /sbin/udevd -d
  163. fi
  164. fi
  165. /sbin/ldconfig
  166. /sbin/chkconfig --add udev-post
  167. exit 0
  168. %postun -p /sbin/ldconfig
  169. %triggerpostun -- dev <= 0:3.21-1vl1
  170. if [ $2 = 0 ]; then
  171. if [ -x /sbin/MAKEDEV ]; then
  172. /sbin/MAKEDEV null
  173. /sbin/MAKEDEV console
  174. else
  175. /bin/mknod /dev/null c 1 3
  176. /bin/mknod /dev/console c 5 1
  177. fi
  178. if [ "$(/sbin/kernelversion)" == "2.6" ] &&
  179. [ $(($(uname -r |cut -f1 -d-|cut -f3 -d.))) -gt 15 ]
  180. then
  181. /sbin/start_udev >/dev/null 2>&1
  182. if [ -e /dev/mapper/control -a -x /sbin/lvm ]; then
  183. /sbin/lvm vgmknodes >/dev/null 2>&1
  184. fi
  185. fi
  186. fi
  187. exit 0
  188. %clean
  189. rm -rf $RPM_BUILD_ROOT
  190. %files
  191. %defattr(-,root,root)
  192. %doc COPYING README TODO ChangeLog
  193. %attr(0755,root,root) /sbin/udevadm
  194. %attr(0755,root,root) /sbin/udevcontrol
  195. %attr(0755,root,root) /sbin/udevtrigger
  196. %attr(0755,root,root) /sbin/udevsettle
  197. %attr(0755,root,root) /sbin/udevd
  198. %attr(0755,root,root) /sbin/start_udev
  199. %attr(0755,root,root) /sbin/scsi_id
  200. %attr(0755,root,root) %{udev_scriptdir}/scsi_id
  201. %attr(0755,root,root) %{udev_scriptdir}/ata_id
  202. %attr(0755,root,root) %{udev_scriptdir}/collect
  203. %attr(0755,root,root) %{udev_scriptdir}/edd_id
  204. %attr(0755,root,root) %{udev_scriptdir}/usb_id
  205. %attr(0755,root,root) %{udev_scriptdir}/cdrom_id
  206. %attr(0755,root,root) %{udev_scriptdir}/path_id
  207. %attr(0755,root,root) %{udev_scriptdir}/hid2hci
  208. %attr(0755,root,root) %{udev_scriptdir}/create_floppy_devices
  209. %attr(0755,root,root) %{udev_scriptdir}/fw_unit_symlinks.sh
  210. %attr(0755,root,root) %{udev_scriptdir}/firmware
  211. %attr(0755,root,root) %{udev_scriptdir}/fstab_import
  212. %attr(0644,root,root) %{udev_scriptdir}/rule_generator.functions
  213. %attr(0755,root,root) %{udev_scriptdir}/write_cd_rules
  214. %attr(0755,root,root) %{udev_scriptdir}/write_net_rules
  215. %attr(0755,root,root) %{udev_scriptdir}/input_id
  216. %attr(0755,root,root) %{udev_scriptdir}/keyboard-force-release.sh
  217. %attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/udev-post
  218. %attr(0755,root,root) %{_bindir}/udevtest
  219. %attr(0755,root,root) %{_bindir}/udevinfo
  220. %attr(0755,root,root) %{_sbindir}/udevmonitor
  221. %attr(0755,root,root) %dir %{_sysconfdir}/udev/
  222. %attr(0755,root,root) %dir %{_sysconfdir}/udev/rules.d/
  223. %attr(0755,root,root) %dir %{udev_scriptdir}/
  224. %attr(0755,root,root) %dir %{udev_scriptdir}/rules.d/
  225. %attr(0755,root,root) %dir %{udev_scriptdir}/devices/
  226. %attr(0755,root,root) %dir %{_sysconfdir}/udev/makedev.d/
  227. %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/udev
  228. %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/udev/udev.conf
  229. %attr(0644,root,root) %{udev_scriptdir}/rules.d/*.rules
  230. %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/scsi_id.config
  231. %config %attr(0644,root,root) %{_sysconfdir}/modprobe.d/floppy-pnp.conf
  232. %dir %attr(0755,root,root) %{firmwaredir}
  233. %attr(0644,root,root) %{_mandir}/man8/udev*.8*
  234. %attr(0644,root,root) %{_mandir}/man7/udev*.7*
  235. %attr(0644,root,root) %{_mandir}/man8/scsi_id*.8*
  236. %dir %attr(0755,root,root) /var/lib/udev
  237. %dir %attr(0755,root,root) /var/lib/udev/makedev.d
  238. # Deprecated, but keep the ownership
  239. %ghost %dir %{_sysconfdir}/udev/scripts/
  240. %ghost %dir %{_sysconfdir}/udev/devices/
  241. %ghost %dir %{_sysconfdir}/dev.d/
  242. %attr(0755,root,root) %{udev_scriptdir}/modem-modeswitch
  243. %attr(0755,root,root) %{udev_scriptdir}/pci-db
  244. %attr(0755,root,root) %{udev_scriptdir}/usb-db
  245. %attr(0755,root,root) %{udev_scriptdir}/keymap
  246. %attr(0755,root,root) %{udev_scriptdir}/udev-acl
  247. %attr(0755,root,root) %{udev_scriptdir}/v4l_id
  248. %attr(0755,root,root) %{udev_scriptdir}/findkeyboards
  249. %attr(0644,root,root) %{udev_scriptdir}/keymaps/*
  250. %attr(0644,root,root) %{_prefix}/lib/ConsoleKit/run-seat.d/udev-acl.ck
  251. %files -n libudev
  252. %attr(0755,root,root) /%{_lib}/libudev.so.*
  253. %files -n libudev-devel
  254. %defattr(0644,root,root,0755)
  255. %doc COPYING
  256. %{_includedir}/libudev.h
  257. %{_libdir}/libudev.so
  258. %{_libdir}/pkgconfig/libudev.pc
  259. %{_datadir}/pkgconfig/udev.pc
  260. %{_datadir}/gtk-doc/html/libudev/*
  261. %files -n libgudev1
  262. %defattr(0644, root, root, 0755)
  263. %doc COPYING
  264. %attr(0755,root,root) %{_libdir}/libgudev-1.0.so.*
  265. %attr(0644,root,root) %{_libdir}/girepository-1.0/GUdev-1.0.typelib
  266. %files -n libgudev1-devel
  267. %defattr(0644, root, root, 0755)
  268. %doc COPYING
  269. %attr(0755,root,root) %{_libdir}/libgudev-1.0.so
  270. %attr(0644,root,root) %{_includedir}/gudev-1.0/gudev/*.h
  271. %attr(0644,root,root) %{_datadir}/gir-1.0/GUdev-1.0.gir
  272. %dir %{_datadir}/gtk-doc/html/gudev
  273. %attr(0644,root,root) %{_datadir}/gtk-doc/html/gudev/*
  274. %attr(0644,root,root) %{_libdir}/pkgconfig/gudev-1.0*
  275. %changelog
  276. * Sun Feb 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 151-1
  277. - new upstream release
  278. - drop obsolete patches
  279. * Wed Feb 10 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 145-2
  280. - rebuilt with new toolchain
  281. * Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 145-1
  282. - new upstream release
  283. - split libudev/libgudev1 to subpackage
  284. - disable static linked binary
  285. * Sat Aug 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 141-8
  286. - cleanup start_udev script
  287. * Fri Jul 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 141-7
  288. - add retrigger of fail events in udev-post.init
  289. * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 141-5
  290. - rename floppy-pnp to floppy-pnp.conf
  291. * Fri May 01 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 141-4
  292. - include usb_id man page
  293. * Fri May 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 141-3
  294. - move system udev rules to /lib/udev/rules.d
  295. * Mon Apr 27 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 141-2
  296. - modified start_udev to ensure /dev/{null,console} created
  297. before udevd actually starts
  298. * Sun Apr 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 141-1
  299. - new upstream release with security fix
  300. (CVE-2009-1185, CVE-2009-1186)
  301. * Sat Mar 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 140-2
  302. - update start_udev
  303. - add video, audio, cdrom, tape and dialout to groups
  304. * Sat Mar 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 140-1
  305. - new upstream release
  306. * Sun Jan 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 136-1
  307. - new upstream release
  308. * Thu Dec 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 135-4
  309. - drop patch1000
  310. * Sat Dec 13 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 135-3
  311. - use udevadm instead of udevsettle
  312. - fix selinux stuff
  313. * Mon Dec 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 135-2
  314. - update start_udev/udev-post.init scripts
  315. - remove udev.nodes from makedev.d
  316. * Wed Dec 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 135-1
  317. - new upstream release
  318. * Wed Sep 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 127-1
  319. - new upstream release
  320. * Wed Jul 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 125-1
  321. - new upstream release
  322. - remove udevcontrol and udevtrigger (we use udevadm now)
  323. - update start_udev
  324. * Thu Apr 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 120-1
  325. - new upstream release
  326. * Thu Mar 20 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 118-1
  327. - add Patch1000 to prevent creating symlink for rtc.
  328. - apply new versioning policy.
  329. * Thu Mar 06 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 118-0vl1
  330. - new upstream release
  331. - sync with fedora development 118-5.fc9
  332. * Tue Aug 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.97-0vl3
  333. - use MAKEDEV to create devices in %%post
  334. * Tue Aug 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.97-0vl2
  335. - make console and null device in %%post in first installation.
  336. * Mon Aug 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.97-0vl1
  337. - new upstream release
  338. * Wed Jul 19 2006 Shu KONNO <owa@bg.wakwak.com> 096-0vl2
  339. - rebuild for x86_64
  340. - changed libdir, usrlibdir with /%%{_lib}, %%{_libdir} in make install
  341. - changed libdir=/lib to /lib64 in libvolume_id.pc
  342. * Wed Jul 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 096-0vl1
  343. - new upstream release
  344. * Sun Jul 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 095-0vl1
  345. - new upstream release
  346. * Tue Jun 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 094-0vl1
  347. - new upstream release
  348. * Fri Jun 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 093-0vl1
  349. - new upstream release
  350. * Sun May 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 092-0vl4
  351. - make null/console device in triggerpostun scripts
  352. * Sat May 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 092-0vl3
  353. - Obsoletes: dev < 3.22
  354. dev>=3.22 does not conflict with udev, it provides statically
  355. generated device files for older kernel.
  356. * Tue May 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 092-0vl2
  357. - update 95-pam-console.rules to fix invalid rules. (Patch10)
  358. (thanks to KANEKO Seiji)
  359. * Mon May 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 092-0vl1
  360. - new upstream release
  361. * Sun Apr 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 091-0vl3
  362. - fix errors in 50-udev.rules (Patch10)
  363. * Thu Apr 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 091-0vl2
  364. - import start_udev script from FC
  365. - update {50-udev,51-hotplug}.rules (Patch10)
  366. * Wed Apr 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 091-0vl1
  367. - new upstream release
  368. * Mon Apr 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 090-0vl1
  369. - new upstream release
  370. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 089-0vl2
  371. - fix firemware_helper path in 05-udev-early.rules
  372. * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 089-0vl1
  373. - new upstream release
  374. - move *_id helper programs from /sbin to /lib/udev
  375. * Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 088-0vl1
  376. - new upstream release
  377. - add udev.7 again. (#15)
  378. * Mon Mar 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 087-0vl5
  379. - update udev.rules(Patch10) to replace deprecated format.
  380. * Sun Mar 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 087-0vl4
  381. - update udev.rules(Patch10) to make compat symlink(/dev/mouse)
  382. * Fri Mar 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 087-0vl3
  383. - update udev.rules(Patch10)
  384. - merge Patch20 to Patch10
  385. * Fri Mar 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 087-0vl2
  386. - add 95-pam-console.rules to call pam_console_apply
  387. * Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 087-0vl1
  388. - add Patch20 to fix obsolete style rules
  389. * Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 087-0vl1
  390. - new upstream release
  391. - add Requires:/PreReq: MAKEDEV >= 3.21
  392. - add Obsoletes:/Provides: dev
  393. * Mon Mar 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 086-0vl1
  394. - new upstream release
  395. - add Patch0 for compatibility devices for Vine Linux
  396. * Fri Jan 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 078-0vl1
  397. - merged with FC package
  398. * Sun Jun 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 058-1vl1
  399. - initial build for Vine Linux
  400. * Tue Jan 24 2006 Harald Hoyer <harald@redhat.com> - 078-7
  401. - put WAIT_FOR_SYSFS rules in 05-udev-early.rules
  402. * Mon Jan 23 2006 Harald Hoyer <harald@redhat.com> - 078-6
  403. - added some WAIT_FOR_SYSFS rules
  404. - removed warning message, if udev_db is not available
  405. * Sun Jan 22 2006 Kristian H淡gsberg <krh@redhat.com> 078-5
  406. - Drop udev dependency (#178621).
  407. * Tue Jan 11 2006 Harald Hoyer <harald@redhat.com> - 078-4
  408. - removed group "video" from the rules
  409. - fixed specfile
  410. - load nvram, floppy, parport and lp modules in
  411. /etc/sysconfig/modules/udev-stw.modules until there
  412. is a better solution
  413. - fixed more floppy module loading
  414. * Fri Dec 23 2005 Harald Hoyer <harald@redhat.com> - 078-3
  415. - fixed floppy module loading
  416. - added monitor socket
  417. - fixed typo in dvb rule
  418. * Wed Dec 21 2005 Bill Nottingham <notting@redhat.com> - 078-2
  419. - udevstart change: allow greylisting of certain modaliases (usb, firewire)
  420. * Wed Dec 21 2005 Harald Hoyer <harald@redhat.com> - 078-1
  421. - version 078
  422. - fixed symlink to pam_console.dev
  423. * Thu Dec 15 2005 Harald Hoyer <harald@redhat.com> - 077-2
  424. - switched back to udevstart and use active /dev/.udev/queue waiting
  425. in start_udev
  426. - removed support for old kernels
  427. - refined some udev.rules
  428. * Mon Dec 13 2005 Harald Hoyer <harald@redhat.com> - 077-1
  429. - version 077
  430. - patch to include udevstart2 in udevd and delay daemonize until queue is empty
  431. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  432. - rebuilt
  433. * Tue Dec 06 2005 Harald Hoyer <harald@redhat.com> - 076-1
  434. - speedup udevd with selinux by calling matchpathcon_init_prefix()
  435. - version 076
  436. * Mon Nov 21 2005 Harald Hoyer <harald@redhat.com> - 075-4
  437. - speedup udev event replay with udevstart2
  438. * Fri Nov 18 2005 Harald Hoyer <harald@redhat.com> - 075-3
  439. - refined start_udev for old kernels
  440. * Fri Nov 11 2005 Harald Hoyer <harald@redhat.com> - 075-2
  441. - moved /etc/udev/scripts to /lib/udev
  442. - moved /etc/udev/devices to /lib/udev/devices
  443. - added new event replay for kernel >= 2.6.15
  444. - added usb devices
  445. - renamed cpu device to cpuid (bug #161538)
  446. - changed vendor string "Onstream" to "On[sS]tream" (bug #173043)
  447. - compiled all *_id programs statically
  448. * Fri Nov 11 2005 Harald Hoyer <harald@redhat.com> - 075-1
  449. - version 075
  450. * Tue Oct 25 2005 Harald Hoyer <harald@redhat.com> - 071-1
  451. - version 071
  452. * Mon Oct 10 2005 Harald Hoyer <harald@redhat.com> - 069-10
  453. - removed group usb
  454. * Mon Oct 10 2005 Harald Hoyer <harald@redhat.com> - 069-9
  455. - added libsepol-devel BuildReq
  456. - refined persistent rules
  457. * Mon Oct 10 2005 Harald Hoyer <harald@redhat.com> - 069-8
  458. - corrected c&p edd_id rule, symlink for js devices
  459. - added -lsepol
  460. * Thu Oct 06 2005 Harald Hoyer <harald@redhat.com> - 069-7
  461. - added edd_id
  462. * Fri Sep 30 2005 Harald Hoyer <harald@redhat.com> - 069-6
  463. - special handling of IEEE1394 firewire devices (bug #168093)
  464. * Fri Sep 23 2005 Harald Hoyer <harald@redhat.com> - 069-5
  465. - added missing path_id
  466. * Wed Sep 21 2005 Harald Hoyer <harald@redhat.com> - 069-4
  467. - readded volume_id now known as vol_id, bug #168883
  468. * Thu Sep 15 2005 Bill Nottingham <notting@redhat.com> - 069-3
  469. - fix firmware loading
  470. * Wed Sep 14 2005 Bill Nottingham <notting@redhat.com> - 069-2
  471. - own /lib/firmware (#167016)
  472. * Wed Sep 14 2005 Harald Hoyer <harald@redhat.com> - 069-1
  473. - version 069
  474. * Thu Aug 04 2005 Harald Hoyer <harald@redhat.com> - 063-6
  475. - compile with pie .. again... (#158935)
  476. - fixed typo in echo (#138509)
  477. * Tue Aug 02 2005 Harald Hoyer <harald@redhat.com> - 063-5
  478. - fixed scsi hotplug replay
  479. * Tue Aug 02 2005 Bill Nottingham <notting@redhat.com> - 063-5
  480. - add rule to allow function id matching for pcmcia after loading
  481. modules (#164665)
  482. * Tue Aug 02 2005 Harald Hoyer <harald@redhat.com> - 063-4
  483. - fixed typo for tape devices and changed mode to 0660
  484. * Thu Jul 28 2005 Harald Hoyer <harald@redhat.com> - 063-3
  485. - changed "SYMLINK=" to "SYMLINK+="
  486. * Sun Jul 24 2005 Bill Nottingham <notting@redhat.com> - 063-2
  487. - don't set SEQNUM for scsi replay events (#163729)
  488. * Tue Jul 19 2005 Bill Nottingham <notting@redhat.com> - 063-1
  489. - update to 063
  490. - handle the hotplug events for ieee1394, scsi, firmware
  491. * Fri Jul 08 2005 Bill Nottingham <notting@redhat.com> - 062-2
  492. - update to 062
  493. - use included ata_id, build usb_id
  494. - load modules for pci, usb, pcmcia
  495. - ship RELEASE-NOTES in %%doc
  496. * Thu Jul 07 2005 Harald Hoyer <harald@redhat.com> - 058-2
  497. - compile with pie
  498. * Fri May 20 2005 Bill Nottingham <notting@redhat.com> - 058-1
  499. - update to 058, fixes conflict with newer kernels (#158371)
  500. * Thu May 12 2005 Harald Hoyer <harald@redhat.com> - 057-6
  501. - polished persistent scripts
  502. * Thu May 5 2005 Bill Nottingham <notting@redhat.com> - 057-5
  503. - rebuild
  504. * Thu May 5 2005 Bill Nottingham <notting@redhat.com> - 057-4
  505. - better check for mounted tmpfs on /dev (#156862)
  506. * Wed Apr 27 2005 Peter Jones <pjones@redhat.com> - 057-3
  507. - use udevstart rather than udev for udevstart.static
  508. * Thu Apr 21 2005 Harald Hoyer <harald@redhat.com> - 057-2
  509. - added Inifiniband devices (bug #147035)
  510. - fixed pam_console.dev (bug #153250)
  511. * Mon Apr 18 2005 Harald Hoyer <harald@redhat.com> - 057-1
  512. - version 057
  513. * Fri Apr 15 2005 Dan Walsh <dwalsh@redhat.com> - 056-2
  514. - Fix SELinux during creation of Symlinks
  515. * Mon Apr 11 2005 Harald Hoyer <harald@redhat.com> - 056-1
  516. - updated to version 056
  517. - merged permissions in the rules file
  518. - added udevpermconv.sh to convert old permission files
  519. * Mon Mar 28 2005 Warren Togami <wtogami@redhat.com> - 050-10
  520. - own default and net dirs (#151368 Hans de Goede)
  521. * Mon Mar 07 2005 Warren Togami <wtogami@redhat.com> - 050-9
  522. - fixed rh#150462 (udev DRI permissions)
  523. * Wed Mar 02 2005 Harald Hoyer <harald@redhat.com> - 050-8
  524. - fixed rh#144598
  525. * Fri Feb 18 2005 Harald Hoyer <harald@redhat.com> - 050-6
  526. - introducing /etc/udev/makedev.d/50-udev.nodes
  527. - glibcstatic patch modified to let gcc4 compile udev
  528. * Thu Feb 10 2005 Harald Hoyer <harald@redhat.com> - 050-5
  529. - doh, reverted the start_udev devel version, which slipped in
  530. * Thu Feb 10 2005 Harald Hoyer <harald@redhat.com> - 050-3
  531. - fixed forgotten " in udev.rules
  532. * Tue Jan 11 2005 Harald Hoyer <harald@redhat.com> - 050-2
  533. - removed /dev/microcode, /dev/cpu/microcode is now the real node
  534. - cleaned up start_udev
  535. * Tue Jan 11 2005 Harald Hoyer <harald@redhat.com> - 050-1
  536. - version 050
  537. - /dev/cpu/0/microcode -> /dev/cpu/microcode
  538. * Tue Dec 21 2004 Dan Walsh <dwalsh@redhat.com> - 048-4
  539. - Call selinux_restore to fix labeling problem in selinux
  540. - Fixes rh#142817
  541. * Tue Dec 21 2004 Harald Hoyer <harald@redhat.com> - 048-3
  542. - maybe fixed bug rh#143367
  543. * Thu Dec 16 2004 Harald Hoyer <harald@redhat.com> - 048-2
  544. - fixed a case where reading /proc/ide/hd?/media returns EIO
  545. (bug rh#142713)
  546. - changed all device node permissions of group "disk" to 0640
  547. (bug rh#110197)
  548. - remove $udev_db with -fr in case of a directory (bug rh#142962)
  549. * Mon Dec 13 2004 Harald Hoyer <harald@redhat.com> - 048-1
  550. - version 048
  551. - major specfile cleanup
  552. * Thu Nov 04 2004 Harald Hoyer <harald@redhat.com> - 042-1
  553. - version 042
  554. * Thu Nov 04 2004 Harald Hoyer <harald@redhat.com> - 039-10
  555. - speed improvement, scripts in rules are now executed only once,
  556. instead of four times
  557. * Thu Nov 04 2004 Harald Hoyer <harald@redhat.com> - 039-9
  558. - removed wrong SIG_IGN for SIGCHLD
  559. - moved ide media check to script to wait for the procfs
  560. * Wed Nov 3 2004 Jeremy Katz <katzj@redhat.com> - 039-8.FC3
  561. - recreate lvm device nodes if needed in the trigger (#137807)
  562. * Wed Nov 03 2004 Harald Hoyer <harald@redhat.com> - 039-6.FC3.2
  563. - replace udev.conf by default
  564. - LANG=C for fgrep in start_udev; turn grep into fgrep
  565. * Tue Nov 02 2004 Harald Hoyer <harald@redhat.com> - 039-6.FC3.1
  566. - speed up pam_console.dev
  567. - mount pts and shm, in case of the dev trigger
  568. - increased timeout for udevstart
  569. - removed syslog() from signal handler (caused vmware locks)
  570. - turned off logging, which speeds up the boot process
  571. * Thu Oct 21 2004 Harald Hoyer <harald@redhat.com> - 039-6
  572. - fixed typo
  573. * Thu Oct 21 2004 Harald Hoyer <harald@redhat.com> - 039-5
  574. - added udev-039-norm.patch, which prevents removal of hd* devices,
  575. because the kernel sends remove/add events, if an IDE removable device
  576. is close(2)ed. mke2fs, e.g. would fail in this case.
  577. * Wed Oct 20 2004 Harald Hoyer <harald@redhat.com> - 039-4
  578. - do not call dev.d scripts, if network interface hasn't changed
  579. the name
  580. - correct wait for dummy network devices
  581. - removed NONBLOCK from volume-id
  582. - do not log in udev.static, which should fix bug 136005
  583. * Mon Oct 18 2004 Harald Hoyer <harald@redhat.com> - 039-3
  584. - refined wait_for_sysfs for udev.static
  585. * Mon Oct 18 2004 Harald Hoyer <harald@redhat.com> - 039-2
  586. - improved wait_for_sysfs for virtual consoles with Kay Siever's patch
  587. - wait for ppp class
  588. - wait for LVM dm- devices
  589. - integrate wait_for_sys in udev.static for the initrd
  590. * Mon Oct 18 2004 Harald Hoyer <harald@redhat.com> - 039-1
  591. - version 039, fixes also manpage bug 135996
  592. - fixed glibc issue for static version (getgrnam, getpwnam) (bug 136005)
  593. - close the syslog in every app
  594. * Fri Oct 15 2004 Harald Hoyer <harald@redhat.com> - 038-2
  595. - par[0-9] is now a symlink to lp
  596. - MAKEDEV the parport devices
  597. - now conflicts with older initscripts
  598. * Thu Oct 14 2004 Harald Hoyer <harald@redhat.com> - 038-1
  599. - raw device nodes are now created in directory raw
  600. - version 038
  601. * Wed Oct 13 2004 Harald Hoyer <harald@redhat.com> - 036-1
  602. - better wait_for_sysfs warning messages
  603. * Wed Oct 13 2004 Harald Hoyer <harald@redhat.com> - 035-2
  604. - fixed double bug in start_udev (bug 135405)
  605. * Tue Oct 12 2004 Harald Hoyer <harald@redhat.com> - 035-1
  606. - version 035, which only improves wait_for_sysfs
  607. - load ide modules in start_udev, until a hotplug script is available
  608. (bug 135260)
  609. * Mon Oct 11 2004 Harald Hoyer <harald@redhat.com> - 034-3
  610. - removed scary error messages from wait_for_sysfs
  611. - symlink from nst? -> tape?
  612. - kill udevd on update
  613. * Fri Oct 8 2004 Harald Hoyer <harald@redhat.com> - 034-2
  614. - check for /proc/sys/dev/cdrom/info existence in check-cdrom.sh
  615. * Fri Oct 8 2004 Harald Hoyer <harald@redhat.com> - 034-1
  616. - new version udev-034
  617. - removed patches, which went upstream
  618. - pam_console.dev link renamed to 05-pam_console.dev
  619. - MAKEDEV.dev links renamed to 10-MAKEDEV.dev
  620. * Thu Oct 07 2004 Harald Hoyer <harald@redhat.com> - 032-10
  621. - added floppy madness (bug 134830)
  622. - replay scsi events in start_udev for the devices on the adapter (bug 130746)
  623. * Wed Oct 06 2004 Harald Hoyer <harald@redhat.com> - 032-9
  624. - obsoleted $UDEV_LOG, use udev_log
  625. - correct SYMLINK handling in pam_console.dev
  626. - specfile cleanup
  627. - added check-cdrom.sh for nice cdrom symlinks
  628. * Mon Oct 04 2004 Harald Hoyer <harald@redhat.com> - 032-8
  629. - added patches from F辿liciano Matias for multiple symlinks (bug 134477 and 134478)
  630. - corrected some permissions with a missing leading 0
  631. - added z90crypt to the permissions file (bug 134448)
  632. - corrected requires and conflicts tags
  633. - removed /dev/log from MAKEDEV creation
  634. * Fri Oct 01 2004 Harald Hoyer <harald@redhat.com> - 032-7
  635. - more device nodes for those without initrd
  636. * Thu Sep 30 2004 Harald Hoyer <harald@redhat.com> - 032-6
  637. - prevent error message from device copying
  638. - use already translated starting strings
  639. * Wed Sep 29 2004 Harald Hoyer <harald@redhat.com> - 032-5
  640. - add "fi" to start_udev
  641. - do not create floppy devices manually (bug 133838)
  642. * Tue Sep 28 2004 Harald Hoyer <harald@redhat.com> - 032-4
  643. - made /etc/udev/devices/ for manual device nodes
  644. - refined SELINUX check, if /dev is not yet mounted in start_dev
  645. * Mon Sep 27 2004 Harald Hoyer <harald@redhat.com> - 032-3
  646. - corrected permissions for /dev/rtc (bug 133636)
  647. - renamed device-mapper to mapper/control (bug 133688)
  648. * Wed Sep 22 2004 Harald Hoyer <harald@redhat.com> - 032-2
  649. - removed option to turn off udev
  650. - udevstart.static now symling to udev.static
  651. * Tue Sep 21 2004 Harald Hoyer <harald@redhat.com> - 032-1
  652. - version 032
  653. * Mon Sep 20 2004 Harald Hoyer <harald@redhat.com> - 030-27
  654. - simplified udev.conf
  655. - refined close_on_exec patch
  656. - added pam_console supply for symlinks, now gives correct permissions,
  657. for e.g. later plugged in cdroms
  658. - renamed sr? to scd? (see devices.txt; k3b likes that :)
  659. * Mon Sep 13 2004 Jeremy Katz <katzj@redhat.com> - 030-26
  660. - require a 2.6 kernel
  661. - prereq instead of requires MAKEDEV
  662. - obsolete and provide dev
  663. - add a trigger for the removal of /dev so that we set things up
  664. * Fri Sep 10 2004 Dan Walsh <dwalsh@redhat.com> - 030-25
  665. - Use matchmediacon
  666. * Fri Sep 10 2004 Harald Hoyer <harald@redhat.com> - 030-24
  667. - check if SELINUX is not disabled before executing setfiles (bug 132099)
  668. * Wed Sep 8 2004 Harald Hoyer <harald@redhat.com> - 030-23
  669. - mount tmpfs with mode 0755 in start_udev
  670. * Tue Sep 7 2004 Harald Hoyer <harald@redhat.com> - 030-22
  671. - applied rules from David Zeuthen which read /proc directly without
  672. shellscript
  673. * Tue Sep 7 2004 Harald Hoyer <harald@redhat.com> - 030-21
  674. - applied enumeration patch from David Zeuthen for cdrom symlinks (bug 131532)
  675. - create /dev/ppp in start_udev (bug 131114)
  676. - removed nvidia devices from start_udev
  677. - check for restorecon presence in start_udev (bug 131904)
  678. * Fri Sep 3 2004 Harald Hoyer <harald@redhat.com> - 030-20
  679. - due to -x added to MAKEDEV specify the par and lp numbers
  680. * Fri Sep 3 2004 Harald Hoyer <harald@redhat.com> - 030-19
  681. - added udev-030-rhsec.patch (bug 130351)
  682. * Thu Sep 2 2004 Jeremy Katz <katzj@redhat.com> - 030-18
  683. - make the exact device in start_udev (and thus, require new MAKEDEV)
  684. * Thu Sep 2 2004 Jeremy Katz <katzj@redhat.com> - 030-17
  685. - make sure file contexts of everything in the tmpfs /dev are set right
  686. when start_udev runs
  687. * Thu Sep 02 2004 Harald Hoyer <harald@redhat.com> - 030-16
  688. - moved %{_sysconfdir}/hotplug.d/default/udev.hotplug to %{_sysconfdir}/hotplug.d/default/10-udev.hotplug
  689. * Thu Sep 02 2004 Harald Hoyer <harald@redhat.com> - 030-15
  690. - added nvidia devices to start_udev
  691. - added UDEV_RAMFS for backwards compat to udev.conf
  692. - changed Group (bug 131488)
  693. - added libselinux-devel to build requirements
  694. * Wed Sep 1 2004 Jeremy Katz <katzj@redhat.com> - 030-14
  695. - require MAKEDEV
  696. * Wed Sep 1 2004 Dan Walsh <dwalsh@redhat.com> - 030-13
  697. - Change to setfilecon if directory exists.
  698. * Wed Sep 01 2004 Harald Hoyer <harald@redhat.com> - 030-12
  699. - fixed start_udev
  700. * Tue Aug 31 2004 Jeremy Katz <katzj@redhat.com> - 030-11
  701. - use tmpfs instead of ramfs (it has xattr support now)
  702. - change variables appropriately to TMPFS intead of RAMFS in udev.conf
  703. - create loopN, not just loop in start_udev
  704. * Fri Aug 27 2004 Dan Walsh <dwalsh@redhat.com> - 030-10
  705. - Fix Patch
  706. * Thu Aug 26 2004 Dan Walsh <dwalsh@redhat.com> - 030-9
  707. - Cleaned up selinux patch
  708. * Tue Aug 24 2004 Harald Hoyer <harald@redhat.com> - 030-8
  709. - changed defaults not to remove device nodes
  710. - added rule for net/tun
  711. - extended start_udev to create devices, which can trigger module autoloading
  712. - refined cloexec patch, to redirect stdin,out,err of /dev.d execed apps to /dev/null
  713. * Mon Aug 23 2004 Harald Hoyer <harald@redhat.com> - 030-7
  714. - removed usage of /usr/bin/seq in start_udev
  715. - set correct permissions in start_udev
  716. - extended the cloexec patch
  717. - removed udev-persistent package (define with_persistent==0)
  718. - check for /var/run/console/console.lock before calling /sbin/pam_console_setowner
  719. - linked pam_console_setowner statically against libglib-2.0.a
  720. * Fri Aug 20 2004 Harald Hoyer <harald@redhat.com> - 030-5
  721. - use correct console.lock file now in pam_console_setowner
  722. * Wed Aug 18 2004 Harald Hoyer <harald@redhat.com> - 030-4
  723. - added the selinux patch
  724. * Fri Jul 23 2004 Harald Hoyer <harald@redhat.com> - 030-3
  725. - extended the cloexec patch
  726. * Wed Jul 21 2004 Dan Walsh <dwalsh@redhat.com> - 030-2
  727. - Close Database fd in exec processes using FD_CLOSEXEC
  728. * Wed Jul 14 2004 Harald Hoyer <harald@redhat.com> - 030-1
  729. - version 030
  730. * Wed Jul 14 2004 Harald Hoyer <harald@redhat.com> - 029-4
  731. - added udevstart.static
  732. * Wed Jul 14 2004 Harald Hoyer <harald@redhat.com> - 029-3
  733. - put /etc/sysconfig/udev in /etc/udev/udev.conf and removed it
  734. - made only udev.static static
  735. - make our defaults the default values
  736. - removed /udev
  737. * Tue Jul 6 2004 Harald Hoyer <harald@redhat.com> - 029-1
  738. - version 029, added udev_remove and udev_owner to udev.conf
  739. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  740. - rebuilt
  741. * Tue Jun 8 2004 Harald Hoyer <harald@redhat.com> - 026-3
  742. - fixed UDEV_REMOVE=no
  743. * Tue Jun 8 2004 Harald Hoyer <harald@redhat.com> - 026-2
  744. - udev-026
  745. - preserve ownership of device nodes, which already exist
  746. - do not remove device nodes if UDEV_REMOVE="no"
  747. - added volume_id
  748. - build with klibc
  749. * Wed May 26 2004 Harald Hoyer <harald@redhat.com> - 025-1
  750. - udev-025
  751. - added ata_identify
  752. - build nearly all with dietlibc
  753. * Mon May 10 2004 Elliot Lee <sopwith@redhat.com> 024-6
  754. - Turn off udevd by default for FC2
  755. * Tue Apr 20 2004 Harald Hoyer <harald@redhat.com> - 024-5
  756. - fixed permission for /dev/tty (FC2)
  757. * Thu Apr 15 2004 Harald Hoyer <harald@redhat.com> - 024-4
  758. - moved the 00- files to 50-, to let the use place his files in front
  759. * Thu Apr 15 2004 Harald Hoyer <harald@redhat.com> - 024-3
  760. - set UDEV_SELINUX to yes
  761. - added UDEV_LOG
  762. * Thu Apr 15 2004 Harald Hoyer <harald@redhat.com> - 024-2
  763. - added /udev to filelist
  764. * Wed Apr 14 2004 Harald Hoyer <harald@redhat.com> - 024-1
  765. - update to 024
  766. - added /etc/sysconfig/udev
  767. - added selinux, pam_console, dbus support
  768. * Fri Mar 26 2004 Harald Hoyer <harald@redhat.com> - 023-1
  769. - update to 023
  770. * Wed Mar 24 2004 Bill Nottingham <notting@redhat.com> 022-1
  771. - update to 022
  772. * Sun Mar 21 2004 Florian La Roche <Florian.LaRoche@redhat.de>
  773. - really move initscript
  774. * Sun Feb 29 2004 Florian La Roche <Florian.LaRoche@redhat.de>
  775. - move chkconv to preun
  776. - nicer url
  777. * Wed Feb 25 2004 Harald Hoyer <harald@redhat.com> - 018-1
  778. - changes permissions and rules
  779. * Mon Feb 23 2004 Dan Walsh <dwalsh@redhat.com>
  780. - Add selinux support
  781. * Thu Feb 19 2004 Greg Kroah-Hartman <greg@kroah.com>
  782. - add some more files to the documentation directory
  783. - add ability to build scsi_id and make it the default
  784. * Mon Feb 16 2004 Greg Kroah-Hartman <greg@kroah.com>
  785. - fix up udevd build, as it's no longer needed to be build seperatly
  786. - add udevtest to list of files
  787. - more Red Hat sync ups.
  788. * Thu Feb 12 2004 Greg Kroah-Hartman <greg@kroah.com>
  789. - add some changes from the latest Fedora udev release.
  790. * Mon Feb 2 2004 Greg Kroah-Hartman <greg@kroah.com>
  791. - add udevsend, and udevd to the files
  792. - add ability to build udevd with glibc after the rest is build with klibc
  793. * Mon Jan 26 2004 Greg Kroah-Hartman <greg@kroah.com>
  794. - added udevinfo to rpm
  795. - added URL to spec file
  796. - added udevinfo's man page
  797. * Mon Jan 05 2004 Rolf Eike Beer <eike-hotplug@sf-tec.de>
  798. - add defines to choose the init script (Redhat or LSB)
  799. * Tue Dec 16 2003 Robert Love <rml@ximian.com>
  800. - install the initscript and run chkconfig on it
  801. * Tue Nov 2 2003 Greg Kroah-Hartman <greg@kroah.com>
  802. - changes due to config file name changes
  803. * Fri Oct 17 2003 Robert Love <rml@tech9.net>
  804. - Make work without a build root
  805. - Correctly install the right files
  806. - Pass the RPM_OPT_FLAGS to gcc so we can build per the build policy
  807. - Put some prereqs in
  808. - Install the hotplug symlink to udev
  809. * Mon Jul 28 2003 Paul Mundt <lethal@linux-sh.org>
  810. - Initial spec file for udev-0.2.