udev-vl.spec 38 KB

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