source: projects/specs/trunk/k/kudzu/kudzu-vl.spec @ 3585

Revision 3585, 25.4 KB checked in by Takemikaduchi, 13 years ago (diff)

rebuild with rpm-4.8.1

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