udev-vl.spec 35 KB

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