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

Revision 5361, 25.7 KB checked in by Takemikaduchi, 12 years ago (diff)

remove Requires: hal

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