udev-vl.spec 38 KB

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