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

Revision 521, 25.3 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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