udev-vl.spec 36 KB

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