kudzu-vl.spec 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775
  1. Name: kudzu
  2. Version: 1.2.85
  3. Release: 5%{?_dist_release}
  4. License: GPL
  5. Summary: The Vine Linux hardware probing tool.
  6. Summary(ja): Vine Linux ハードウエア検出ツール
  7. Group: Applications/System
  8. Source: kudzu-%{version}.tar.gz
  9. Patch10: kudzu-1.2.85-libresolv.patch
  10. BuildRoot: %{_tmppath}/%{name}-root
  11. BuildRequires: pciutils-devel >= 2.2, python-devel, python, newt-devel, gettext
  12. BuildRequires: pciutils-static
  13. BuildRequires: zlib-devel
  14. Obsoletes: rhs-hwdiag setconsole
  15. Requires(post): chkconfig
  16. Requires(preun): chkconfig
  17. Requires: pam >= 0.74-17, hwdata
  18. Conflicts: netconfig < 0.8.18
  19. Conflicts: Xconfigurator <= 4.9
  20. Conflicts: mouseconfig < 4.18
  21. Conflicts: initscripts < 8.40
  22. Requires: hwdata >= 0.146.1, hal >= 0.5.7
  23. %description
  24. Kudzu is a hardware probing tool run at system boot time to determine
  25. what hardware has been added or removed from the system.
  26. %description -l ja
  27. Kudzu は,システムに追加・削除したハードウェアをブート時に検出する
  28. ツールです.
  29. %package devel
  30. Summary: Development files needed for hardware probing using kudzu.
  31. Summary(ja): ハードウェア検出のための開発ライブラリ
  32. Group: Development/Libraries
  33. Requires: pciutils-devel
  34. %description devel
  35. The kudzu-devel package contains the libkudzu library, which is used
  36. for hardware probing and configuration.
  37. %description -l ja devel
  38. kudzu-devel パッケージは libkudzu と libmodules を含んでいます.
  39. いずれもハードウェアの検出や設定に使われるライブラリです.
  40. %prep
  41. %setup -q
  42. %patch10 -p1 -b .resolv
  43. # hack: do not start kudzu on s390/s390x on bootup
  44. %ifarch s390 s390x
  45. perl -pi -e "s/345/-/g" kudzu.init
  46. %endif
  47. sed -i -e 's/python2/python/g' Makefile
  48. %build
  49. ln -s `pwd` kudzu
  50. make RPM_OPT_FLAGS="%{optflags} -I." all kudzu
  51. %install
  52. rm -rf $RPM_BUILD_ROOT
  53. make install install-lib DESTDIR=$RPM_BUILD_ROOT libdir=$RPM_BUILD_ROOT/%{_libdir}
  54. %clean
  55. rm -rf $RPM_BUILD_ROOT
  56. %triggerun -- kudzu < 1.2.85-1
  57. /sbin/chkconfig --del kudzu
  58. %files
  59. %defattr(-,root,root)
  60. %doc README
  61. %{_libdir}/python*/site-packages/*
  62. %Files devel
  63. %defattr(-,root,root)
  64. %{_libdir}/libkudzu.a
  65. %{_includedir}/kudzu
  66. %changelog
  67. * Tue Apr 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.85-5
  68. - rebuild with rpm-4.8.1
  69. * Sun Feb 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.85-4
  70. - add BuildRequires: pciutils-static, zlib-devel
  71. * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.2.85-3
  72. - rebuilt with python-2.6.4
  73. * Thu Feb 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.85-2
  74. - add -lresolv for _kudzumodule.so
  75. * Mon Aug 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.85-1
  76. - new upstream release
  77. - remove kudzu binary and init scripts
  78. * Tue Oct 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.95.15-0vl7
  79. - add remove redhatify string.
  80. * Sat Oct 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.95.15-0vl6
  81. - add %%triggerun script to remove obsolete fstab entry (<BTS:256>)
  82. * Sat Oct 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.95.15-0vl5
  83. - add Patch30 not to configure mice on boot.
  84. * Mon Sep 18 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.95.15-0vl4
  85. - fix kanjicode of spec file (<BTS:197>)
  86. * Sun Sep 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.95.15-0vl3
  87. - add Patch20 to use legacy mouseconfig in fix-mouse-psaux script.
  88. * Sat Aug 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.95.15-0vl2
  89. - add Patch10
  90. - do not use dietlibc
  91. * Sat Aug 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.95.15-0vl1
  92. - new upstream source
  93. - merge changes with RHEL4 version of kudzu
  94. * Sat Jun 24 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.99.60-1vl12
  95. - rebuild
  96. * Sat Feb 18 2006 Shu KONNO <owa@bg.wakwak.com> 0.99.60-1vl11
  97. - added kudzu-0.99.60-pci.patch
  98. - replaced lib to %%{_lib} in Makefile
  99. - rebuilt for x86_64 architecture
  100. * Sun Apr 03 2005 Shu KONNO <owa@bg.wakwak.com> 0.99.60-1vl10
  101. - rebuild with python-2.4.1-0vl1
  102. * Fri Dec 17 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.99.60-1vl9
  103. - added Patch14 (for problem regarding KUDZU_ARGS handling)
  104. * Tue Jul 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.60-1vl8
  105. - do not start kudzu if /etc/sysconfig/kudzu does not exist or
  106. "KUDZU=off" is defined in /etc/sysconfig/kudzu.
  107. * Tue Jun 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.60-1vl7
  108. - don't remove mouse symlink for all architecture.
  109. * Thu Jun 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.60-1vl6
  110. - add Patch11 to add iocharset=euc-jp in updfstab.
  111. * Tue Jun 8 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.60-1vl5
  112. - add patch10 to support Xorg X11 and to run in safe mode
  113. - update ja.po
  114. * Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 0.99.60-1vl4
  115. - rebuild with python-2.3.3-0vl1
  116. * Sat Apr 10 2004 Shu KONNO <owa@bg.wakwak.com> 0.99.60-1vl3.1
  117. - rebuild with python-2.3.3-0vl0.3 (for TestPkg)
  118. * Wed Jan 29 2003 Tomoya TAKA <taka@vinelinux.org> 0.99.60-1vl3
  119. - rebuild against python-2.2
  120. * Mon Dec 16 2002 Tomoya TAKA <taka@vinelinux.org> 0.99.60-1vl2
  121. - ddcprobe requires {asm,sys}/vm86.h, which is only available for %%ix86 archs
  122. - the spec was in Shift-JIS. fixed.
  123. * Fri Nov 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.60-1vl1
  124. - user hwdata package for pcitable database.
  125. - merged with upstream CVS.
  126. - firewire controller support (#65386, <hjl@gnu.org>)
  127. - minimal firewire bus probing
  128. - fix serial console support
  129. - fix assorted brokenness in the DDC probing
  130. - collapsed jaz/zip entries into consistent /mnt/jaz, /mnt/zip mount points
  131. - added CAMERA search string for updfstab (Minolta S304, at least)
  132. - don't initialize full device lists on all probes (<ewt@redhat.com>)
  133. - more modules.pcimap blacklisting (#66652)
  134. - fix uninitialized variable (#63664)
  135. - fix segfault in pciserial code
  136. - set buffering for reading /proc/partitions (#61617, #56815)
  137. - add support for USB2 (ehci-hcd)
  138. - add device entries for *all* usb interfaces, not just the first (#52758)
  139. - fix various ethernet device removal bugs (#61169)
  140. - require hwdata, tweak paths accordingly
  141. - rename config file to updfstab.conf
  142. updated updfstab to use a config file
  143. - don't print out VBE videocards when asked for DDC monitors, and vice
  144. versa
  145. * Mon Oct 07 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl13
  146. - modify pcitable to support newer device.
  147. * Fri Jun 7 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl12
  148. - modify pcitable for CyberBladeXPAi1 to use its own Cards entry.
  149. * Tue Jun 4 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl11
  150. - update pcitable. (add 845G support: not tested)
  151. * Sun Jun 2 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl10
  152. - update pcitable.
  153. * Tue Mar 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl9
  154. - update pcitable for S3 SuperSavage series cards.
  155. * Sun Mar 17 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl8
  156. - update pcitable
  157. OLD DECchip21?4? cards needs tulip_old (not tulip).
  158. * Sun Mar 17 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl7
  159. - don't make symlink for /dev/mouse when we detect usb mouse.
  160. * Sat Mar 16 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.99.42-1vl6
  161. - modified Patch20 to disable removing /dev/mouse symlink on ppc
  162. * Sun Feb 24 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.99.42-1vl5
  163. - added Patch20 to disable video card probe on ppc
  164. * Mon Feb 18 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.99.42-1vl4
  165. - Oops the spec was in Shift-JIS. Fixed.
  166. * Thu Jan 10 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl3
  167. - more pcitable
  168. * Mon Jan 07 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.99.42-1vl2
  169. - fixed spec typo
  170. - ee100pro-diag requires sys/io.h, which is only available for %%ix86 archs
  171. * Sun Jan 6 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl1
  172. - new upstream version 0.99.42-1
  173. - build for Vine Linux
  174. * Fri Jan 4 2002 Bill Nottingham <notting@redhat.com>
  175. - fix LRMI to work with pthreads
  176. * Thu Jan 3 2002 Bill Nottingham <notting@redhat.com>
  177. - split vbe-probed memory into its own video device
  178. - fix a segfault in pci.c on bad pcitable data
  179. * Thu Oct 11 2001 Bill Nottingham <notting@redhat.com>
  180. - go to the head of the tree. mmm, python 2.2
  181. * Tue Sep 25 2001 Bill Nottingham <notting@redhat.com>
  182. - dink with eepro100 eeproms
  183. * Sat Sep 8 2001 Bill Nottingham <notting@redhat.com>
  184. - add G550 pci id
  185. * Thu Sep 6 2001 Bill Nottingham <notting@redhat.com>
  186. - fix enabling of bcm5820 in boot environment
  187. * Tue Aug 28 2001 Bill Nottingham <notting@redhat.com>
  188. - fix po file headers (#52701)
  189. * Fri Aug 24 2001 Bill Nottingham <notting@redhat.com>
  190. - only refer to things in the cards DB
  191. - we configure CLASS_OTHER now too (#51707)
  192. * Fri Aug 24 2001 Mike A. Harris <mharris@redhat.com>
  193. - Updated ATI video hardware PCI ID's and sync'd with XFree86's ID's
  194. * Wed Aug 22 2001 Mike A. Harris <mharris@redhat.com>
  195. - Fixed Radeon QD PCI ID, and a few others.
  196. - Fixed broken pt_BR.po file so kudzu will actually build.
  197. * Wed Aug 22 2001 Bill Nottingham <notting@redhat.com>
  198. - move PS/2 probe to PROBE_SAFE (fixes #52040, indirectly...)
  199. * Wed Aug 15 2001 Bill Nottingham <notting@redhat.com>
  200. - fix checking of module aliases during device unconfiguration (#51100)
  201. * Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
  202. - add another megaraid variant to the pcitable
  203. - add some configuration for bcm5820 cards (#51707)
  204. * Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
  205. - pcitable & translation updates (including fixing #51479)
  206. * Mon Aug 6 2001 Bill Nottingham <notting@redhat.com>
  207. - enumerate cardbus bridges before the rest of the PCI bus scan
  208. (fixes #35136, #41972, #49842, possibly others)
  209. * Wed Aug 1 2001 Bill Nottingham <notting@redhat.com>
  210. - don't override generic pcitable entries with subvendor/subdevice
  211. specific entries from modules.pcimap unless it uses a different module
  212. (#46454, #50604)
  213. - don't try to configure X if they don't appear to have it installed
  214. (#50088)
  215. * Thu Jul 26 2001 Bill Nottingham <notting@redhat.com>
  216. - fix changes from yesterday
  217. * Wed Jul 25 2001 Bill Nottingham <notting@redhat.com>
  218. - shrink parts of libkudzu_loader.a
  219. * Tue Jul 24 2001 Bill Nottingham <notting@redhat.com>
  220. - put scsi.o in libkudzu_loader.a
  221. * Mon Jul 23 2001 Bill Nottingham <notting@redhat.com>
  222. - USB floppy probing, via scsi.c ugliness
  223. * Mon Jul 23 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  224. - some some more gdth entries
  225. * Thu Jul 19 2001 Bill Nottingham <notting@redhat.com>
  226. - floppy probing!
  227. * Mon Jul 9 2001 Bill Nottingham <notting@redhat.com>
  228. - return fb device for VESA fb devices
  229. * Tue May 8 2001 Bill Nottingham <notting@redhat.com>
  230. - fix updfstab erroring out on floppies, other devices (#39623)
  231. * Mon May 7 2001 Bill Nottingham <notting@redhat.com>
  232. - add a couple of e1000 ids (#39391)
  233. - use dynamic buffer size for /proc/scsi/scsi (#37936)
  234. * Thu May 2 2001 Bill Nottingham <notting@redhat.com>
  235. - handle CLASS_RAID like CLASS_SCSI
  236. - put man pages in man8, not man1
  237. - don't map all i960 stuff to megaraid; use explicit list
  238. * Tue May 01 2001 Erik Troan <ewt@redhat.com>
  239. - added a man page for updfstab
  240. - updfstab added devices even when the full disk device was in fstab already
  241. * Thu Apr 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  242. - add hack to not start kudzu on s390/s390x on bootup
  243. * Mon Apr 2 2001 Preston Brown <pbrown@redhat.com>
  244. - mark camera mount types w/a default partition.
  245. * Fri Mar 30 2001 Bill Nottingham <notting@redhat.com>
  246. - fix a couple of random only-on-occasion memory scribbles in pci.c
  247. * Thu Mar 29 2001 Bill Nottingham <notting@redhat.com>
  248. - if we're running for the first time, don't configure additional mice
  249. if some existing mouse is configured
  250. * Wed Mar 28 2001 Bill Nottingham <notting@redhat.com>
  251. - more PS/2 probe tweaks to work with yet more strange KVMs
  252. - random pcitable tweaks (G450, etc.)
  253. * Mon Mar 26 2001 Bill Nottingham <notting@redhat.com>
  254. - don't segfault if they don't have a PS/2 port
  255. * Thu Mar 22 2001 Bill Nottingham <notting@redhat.com>
  256. - cosmetic pcitable tweaks
  257. * Wed Mar 21 2001 Bill Nottingham <notting@redhat.com>
  258. - don't map a particular Compaq i960 thing to megaraid (#32082)
  259. * Tue Mar 20 2001 Erik Troan <ewt@redhat.com>
  260. - set detached for usb devices that aren't plugged in
  261. - don't put detached dfevices in the fstab
  262. * Mon Mar 19 2001 Bill Nottingham <notting@redhat.com>
  263. - only probe once in updfstab
  264. - fix aumix lines, again (#32163)
  265. - fix it so we don't reconfigure configured USB mice (#32236)
  266. * Fri Mar 16 2001 Erik Troan <ewt@redhat.com>
  267. - check for Y-E (Vaio) floppies
  268. * Fri Mar 16 2001 Erik Troan <ewt@redhat.com>
  269. - updfstab ignores partition tables that look invalid
  270. * Thu Mar 14 2001 Bill Nottingham <notting@redhat.com>
  271. - fix ps2 probe
  272. - fix long latent bug in python module
  273. - add new it/de/fr/es .po files
  274. * Wed Mar 13 2001 Bill Nottingham <notting@redhat.com>
  275. - add some documentation on the hwconf file
  276. * Tue Mar 12 2001 Bill Nottingham <notting@redhat.com>
  277. - new and improved PS/2 probe (<bcrl@redhat.com>)
  278. * Mon Mar 12 2001 Bill Nottingham <notting@redhat.com>
  279. - fix two segfaults, one in the isapnp code, one in the ddc code
  280. * Thu Mar 8 2001 Bill Nottingham <notting@redhat.com>
  281. - some pcitable updates
  282. - update to updfstab (pam_console support)
  283. - don't try and load IDE modules if we don't need to
  284. * Wed Mar 7 2001 Bill Nottingham <notting@redhat.com>
  285. - clean up mouse handling (#30939, #21483, #18862, others)
  286. - ignore non-native ISAPnP stuff for now (#30805)
  287. * Thu Mar 1 2001 Bill Nottingham <notting@redhat.com>
  288. - fix a segfault and other weirdness in the SCSI probe (#30168)
  289. * Wed Feb 28 2001 Bill Nottingham <notting@redhat.com>
  290. - fix a SCSI order bug
  291. * Tue Feb 27 2001 Preston Brown <pbrown@redhat.com>
  292. - identify 16meg G450
  293. * Tue Feb 27 2001 Bill Nottingham <notting@redhat.com>
  294. - enable the ISAPnP stuff (part of #29450)
  295. - fix a segfault
  296. * Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
  297. - merge in some stuff in pcitable that got lost
  298. * Sun Feb 25 2001 Bill Nottingham <notting@redhat.com>
  299. - don't return CLASS_NETWORK for everything in PCI_BASE_CLASS_NETWORK
  300. (like, say, ISDN cards) (#29308)
  301. * Fri Feb 23 2001 Bill Nottingham <notting@redhat.com>
  302. - only probe the PCI bus in module_upgrade (#29092, sort of)
  303. - random cleanups, plug some memory leaks
  304. - don't give SCSI device names to non-SCSI devices
  305. * Fri Feb 23 2001 Preston Brown <pbrown@redhat.com>
  306. - don't make duplicate fstab entries for devices that have the same dev entry but match different patterns.
  307. * Thu Feb 22 2001 Bill Nottingham <notting@redhat.com>
  308. - write aliases for multiple usb controllers
  309. * Wed Feb 21 2001 Bill Nottingham <notting@redhat.com>
  310. - add a new i810_audio id
  311. - read modules.pcimap from the normal directory if we're running the BOOT
  312. kernel
  313. * Tue Feb 20 2001 Bill Nottingham <notting@redhat.com>
  314. - write lines to modules.conf to save/restore sound settings (#28504)
  315. - fix module_upgrade for eth0 aliases
  316. * Tue Feb 20 2001 Preston Brown <pbrown@redhat.com>
  317. - set up agpgart on i860s.
  318. - improvements and fixes to updfstab, including mounting IOMEGA devices in the format they prefer.
  319. * Fri Feb 16 2001 Matt Wilson <msw@redhat.com>
  320. - set usbDeviceList to NULL in freeUsbDevices
  321. * Thu Feb 15 2001 Bill Nottingham <notting@redhat.com>
  322. - fix USB multiple probe segfault
  323. * Wed Feb 14 2001 Bill Nottingham <notting@redhat.com>
  324. - fix updfstab up some
  325. * Wed Feb 14 2001 Preston Brown <pbrown@redhat.com>
  326. - final translation update
  327. * Tue Feb 13 2001 Preston Brown <pbrown@redhat.com>
  328. - sync pcitable w/Xconfigurator.
  329. * Tue Feb 13 2001 Bill Nottingham <notting@redhat.com>
  330. - fix configuration of PCI modems (#27414)
  331. * Mon Feb 12 2001 Bill Nottingham <notting@redhat.com>
  332. - fix python module
  333. * Sun Feb 11 2001 Bill Nottingham <notting@redhat.com>
  334. - expand the USB probing; return all sorts of devices, and more sane
  335. descriptions
  336. * Sun Feb 11 2001 Erik Troan <ewt@redhat.com>
  337. - added sony devices to updfstab
  338. - look through /proc/partitions for actual partition to mount
  339. - made symlinks optional, and only create them for /dev/cdrom
  340. * Fri Feb 9 2001 Bill Nottingham <notting@redhat.com>
  341. - don't bother showing a dialog for hardware we aren't going to do anything
  342. with
  343. - don't configure CD-ROMs
  344. * Thu Feb 08 2001 Preston Brown <pbrown@redhat.com>
  345. - update pcitable with new XFree86 stuff
  346. * Thu Feb 08 2001 Erik Troan <ewt@redhat.com>
  347. - added updfstab
  348. - don't report ide devices bound to ide-scsi -- they're really scsi devices
  349. * Wed Feb 7 2001 Matt Wilson <msw@redhat.com>
  350. - added modules.o to LOADEROBJS in Makefile
  351. - remove modules.o from LOADEROBJS and add stub functions in kudzu.c
  352. * Wed Feb 7 2001 Bill Nottingham <notting@redhat.com>
  353. - add in modules.conf upgrader
  354. - describe the types of hardware that's added or removed in the dialog
  355. * Mon Feb 5 2001 Bill Nottingham <notting@redhat.com>
  356. - map disabled PCI devices to 'disabled', not to 'ignore'
  357. * Thu Feb 1 2001 Bill Nottingham <notting@redhat.com>
  358. - fix calling of VESA BIOS stuff (#24176)
  359. * Wed Jan 31 2001 Bill Nottingham <notting@redhat.com>
  360. - fix detection of disabled video boards
  361. * Fri Jan 26 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
  362. - fix bug in USB detection
  363. * Thu Jan 25 2001 Bill Nottingham <notting@redhat.com>
  364. - fix some broken pcitable entries
  365. - add BUS_USB to python module
  366. * Wed Jan 24 2001 Bill Nottingham <notting@redhat.com>
  367. - fix it so we actually pay attention to which button they push (#24858)
  368. * Wed Jan 24 2001 Preston Brown <pbrown@redhat.com>
  369. - final i18n update before beta
  370. * Sun Jan 21 2001 Bill Nottingham <notting@redhat.com>
  371. - change i18n mechanism
  372. * Sat Jan 20 2001 Bill Nottingham <notting@redhat.com>
  373. - add hack for 'configure/unconfigure all' in interactive mode
  374. * Thu Jan 18 2001 Erik Troan <ewt@redhat.com>
  375. - pcitable update for natsemi module
  376. * Wed Jan 17 2001 Bill Nottingham <notting@redhat.com>
  377. - pcitable updates
  378. * Tue Jan 9 2001 Bill Nottingham <notting@redhat.com>
  379. - don't write modules.conf aliases for cardbus network stuff
  380. * Thu Dec 28 2000 Bill Nottingham <notting@redhat.com>
  381. - fix continual redetection of SOCKET devices
  382. * Fri Dec 22 2000 Bill Nottingham <notting@redhat.com>
  383. - read modules.pcimap as well
  384. - pcitable updates
  385. * Tue Dec 19 2000 Bill Nottingham <notting@redhat.com>
  386. - map yenta_socket driver for cardbus bridges (CLASS_SOCKET)
  387. * Wed Dec 13 2000 Bill Nottingham <notting@redhat.com>
  388. - work around a possible glibc bug
  389. - fix up the USB device stuff
  390. * Tue Dec 12 2000 Bill Nottingham <notting@redhat.com>
  391. - fix segfault caused by yesterday's changes
  392. - stub load/removeModule for the loader
  393. * Mon Dec 11 2000 Bill Nottingham <notting@redhat.com>
  394. - libmodules gets integrated into libkudzu
  395. - load necessary modules before probing
  396. * Fri Dec 8 2000 Bill Nottingham <notting@redhat.com>
  397. - a WORM device is a CD-ROM (#19250)
  398. * Tue Dec 05 2000 Michael Fulbright <msf@redhat.com>
  399. - fix for IDE CDROM probing segfault
  400. * Mon Nov 20 2000 Erik Troan <ewt@redhat.com>
  401. - fix for scd devices > scd9
  402. * Sat Nov 18 2000 Bill Nottingham <notting@redhat.com>
  403. - don't use files in /tmp to determine whether to switch runlevels
  404. * Sat Oct 21 2000 Matt Wilson <msw@redhat.com>
  405. - install kudzu.py into /usr/lib/python1.5/site-packages, not
  406. /usr/lib/python1.5/
  407. - added backwards compatibility for old python interface
  408. - fixed crashes in python C binding
  409. * Wed Oct 18 2000 Bill Nottingham <notting@redhat.com>
  410. - pcitable updates
  411. - don't 'configure' agpgart on alpha
  412. - don't configure usb controllers if there are no modules
  413. * Wed Oct 04 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
  414. - segfault fix
  415. * Tue Oct 03 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
  416. - some fixes to avoid segfaulting with serial devices
  417. in kudzu if no PnP-description is available
  418. - minor fix to the makefile
  419. * Fri Sep 29 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
  420. - rewritten USB support
  421. - new python module (formerly kudzu2), giving access to
  422. more information
  423. * Wed Sep 13 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
  424. - include more info in the kudzu2 python module
  425. * Fri Sep 08 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
  426. - new kudzu2 python module which gives access to all
  427. of the information available on the device in the C
  428. library. Hopefully will be the main module soonish.
  429. * Wed Aug 30 2000 Bill Nottingham <notting@redhat.com>
  430. - pcitable tweaks
  431. * Thu Aug 24 2000 Erik Troan <ewt@redhat.com>
  432. - updated it/es translations
  433. * Thu Aug 24 2000 Bill Nottingham <notting@redhat.com>
  434. - fix segfault when passed '-f <some file that doesn't exist>'
  435. * Wed Aug 23 2000 Bill Nottingham <notting@redhat.com>
  436. - fix some ATI Mobility mappings
  437. - use ftw() to look for modules; it's the only sane way to handle
  438. 2.4 kernels
  439. * Sat Aug 19 2000 Bill Nottingham <notting@redhat.com>
  440. - fix network device ordering
  441. * Tue Aug 15 2000 Bill Nottingham <notting@redhat.com>
  442. - disabled things also have IRQ 255. Neat.
  443. * Wed Aug 9 2000 Bill Nottingham <notting@redhat.com>
  444. - actually include translation files. Duh.
  445. * Wed Aug 9 2000 Tim Waugh <twaugh@redhat.com>
  446. - avoid overflowing the monitor id buffer (#15795)
  447. * Tue Aug 8 2000 Erik Troan <ewt@redhat.com>
  448. - look for PCMCIA IDE devices (they aren't in /proc)
  449. * Mon Aug 7 2000 Bill Nottingham <notting@redhat.com>
  450. - handle probing for excessive numbers of SCSI devices
  451. - tweak IRQ 0 ignoring slightly
  452. * Sun Aug 6 2000 Bill Nottingham <notting@redhat.com>
  453. - ignore devices on IRQ 0
  454. * Fri Aug 4 2000 Bill Nottingham <notting@redhat.com>
  455. - fix subdevice sorting in pci device table (#14503)
  456. * Fri Aug 4 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  457. - make some functions in pci.c "static"
  458. * Wed Aug 2 2000 Bill Nottingham <notting@redhat.com>
  459. - assorted pcitable and translation fixes
  460. * Fri Jul 28 2000 Bill Nottingham <notting@redhat.com>
  461. - fixes so translations get activated
  462. * Wed Jul 26 2000 Bill Nottingham <notting@redhat.com>
  463. - pcitable fixes (Neomagic, Matrox)
  464. * Wed Jul 26 2000 Matt Wilson <msw@redhat.com>
  465. - new translations for de fr it es
  466. * Tue Jul 25 2000 Bill Nottingham <notting@redhat.com>
  467. - pci.ids updates
  468. - probe for memory in DDC probe
  469. - link vbe library in directly
  470. * Tue Jul 25 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  471. - update gdth ICP vortex entries
  472. * Mon Jul 24 2000 Bill Nottingham <notting@redhat.com>
  473. - turn off DDC probing in generic hardware probe
  474. - random pcitable updates
  475. * Tue Jul 18 2000 Michael Fulbright <msf@redhat.com>
  476. - enable USB bus probing for loader
  477. * Tue Jul 18 2000 Bill Nottingham <notting@redhat.com>
  478. - pcitable updates
  479. * Fri Jul 14 2000 Matt Wilson <msw@redhat.com>
  480. - added USB probing to kudzu_loader library
  481. * Fri Jul 14 2000 Bill Nottingham <notting@redhat.com>
  482. - move initscript back
  483. * Tue Jul 11 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  484. - add another ncr/sym controller to pcitable
  485. * Mon Jul 3 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
  486. - USB mouse detection
  487. * Mon Jul 3 2000 Bill Nottingham <notting@redhat.com>
  488. - preliminary USB probing (from Trond)
  489. * Tue Jun 27 2000 Bill Nottingham <notting@redhat.com>
  490. - add /etc/sysconfig/kudzu where you can force only safe probes on boot
  491. * Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
  492. - configure USB controllers
  493. - initscript path munging
  494. * Sun Jun 18 2000 Bill Nottingham <notting@redhat.com>
  495. - fix broken bus handling in library
  496. * Thu Jun 15 2000 Bill Nottingham <notting@redhat.com>
  497. - add r128 driver mappings
  498. * Thu Jun 15 2000 Matt Wilson <msw@redhat.com>
  499. - hacks to probe vesa and vga16 framebuffers
  500. * Tue Jun 13 2000 Bill Nottingham <notting@redhat.com>
  501. - DDC probing fixes
  502. * Wed Jun 7 2000 Bill Nottingham <notting@redhat.com>
  503. - add in monitor probing
  504. * Mon Jun 4 2000 Bill Nottingham <notting@redhat.com>
  505. - pcitable fixes
  506. * Thu Jun 1 2000 Bill Nottingham <notting@redhat.com>
  507. - modules.confiscation
  508. * Tue May 30 2000 Erik Troan <ewt@redhat.com>
  509. - moved kudzumodule to main kudzu package
  510. * Wed May 10 2000 Bill Nottingham <notting@redhat.com>
  511. - add support for PCI subvendor, subdevice IDs
  512. * Tue Apr 4 2000 Bill Nottingham <notting@redhat.com>
  513. - add fix for odd keyboard controllers
  514. * Tue Mar 28 2000 Erik Troan <ewt@redhat.com>
  515. - added kudzumodule to devel package
  516. - added libkudzu_loader to devel
  517. * Sat Mar 4 2000 Matt Wilson <msw@redhat.com>
  518. - added 810 SVGA mapping
  519. * Thu Mar 2 2000 Bill Nottingham <notting@redhat.com>
  520. - fixes in pci device list merging
  521. * Thu Feb 24 2000 Bill Nottingham <notting@redhat.com>
  522. - fix aliasing and configuration of network devices
  523. - only configure modules that are available
  524. * Mon Feb 21 2000 Bill Nottingham <notting@redhat.com>
  525. - fix handling of token ring devices
  526. * Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
  527. - yet more serial fixes
  528. * Wed Feb 16 2000 Bill Nottingham <notting@redhat.com>
  529. - more serial fixes; bring back DTR and RTS correctly
  530. * Fri Feb 4 2000 Bill Nottingham <notting@redhat.com>
  531. - don't run serial probe on serial console, fixed right
  532. * Tue Feb 1 2000 Bill Nottingham <notting@redhat.com>
  533. - fix previous fixes.
  534. * Wed Jan 26 2000 Bill Nottingham <notting@redhat.com>
  535. - fix add/remove logic somewhat
  536. * Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
  537. - don't run serial probe on serial console
  538. * Fri Jan 7 2000 Bill Nottingham <notting@redhat.com>
  539. - fix stupid bug in configuring scsi/net cards
  540. * Mon Oct 25 1999 Bill Nottingham <notting@redhat.com>
  541. - oops, don't try to configure 'unknown's.
  542. * Mon Oct 11 1999 Bill Nottingham <notting@redhat.com>
  543. - fix creation of /etc/sysconfig/soundcard...
  544. * Wed Oct 6 1999 Bill Nottingham <notting@redhat.com>
  545. - add inittab munging for sparc serial consoles...
  546. * Thu Sep 30 1999 Bill Nottingham <notting@redhat.com>
  547. - add sun keyboard probing (from jakub)
  548. - add some bttv support
  549. * Wed Sep 22 1999 Bill Nottingham <notting@redhat.com>
  550. - run 'telinit 5' if needed in the initscript
  551. * Mon Sep 20 1999 Bill Nottingham <notting@redhat.com>
  552. - new & improved UI
  553. - module aliasing fixes
  554. * Thu Sep 9 1999 Bill Nottingham <notting@redhat.com>
  555. - sanitize, homogenize, sterilize...
  556. * Wed Sep 8 1999 Bill Nottingham <notting@redhat.com>
  557. - get geometry for ide drives
  558. - enumerate buses (jj@ultra.linux.cz)