summaryrefslogtreecommitdiffstats
path: root/ldetect.spec
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-07-31 13:36:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-07-31 13:36:49 +0000
commita9d8b25bd82f7bcf3de4e4c10c97cfb1eab2becc (patch)
tree2f077b51257a87c3139eb94a71a46fba08defd05 /ldetect.spec
parentddf404afa8a0ccd0694cc5e60d9ace07d712b68b (diff)
downloadldetect-a9d8b25bd82f7bcf3de4e4c10c97cfb1eab2becc.tar
ldetect-a9d8b25bd82f7bcf3de4e4c10c97cfb1eab2becc.tar.gz
ldetect-a9d8b25bd82f7bcf3de4e4c10c97cfb1eab2becc.tar.bz2
ldetect-a9d8b25bd82f7bcf3de4e4c10c97cfb1eab2becc.tar.xz
ldetect-a9d8b25bd82f7bcf3de4e4c10c97cfb1eab2becc.zip
- detect ohci1394 & ehci-hcd based on the pci class
(as done in RedHat's kudzu)
Diffstat (limited to 'ldetect.spec')
-rw-r--r--ldetect.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/ldetect.spec b/ldetect.spec
index 399c720..5003955 100644
--- a/ldetect.spec
+++ b/ldetect.spec
@@ -1,6 +1,6 @@
Name: ldetect
Version: 0.4.9
-Release: 1mdk
+Release: 2mdk
Summary: Light hardware detection library
Source: %name.tar.bz2
Group: System/Libraries
@@ -49,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
%_libdir/*
%changelog
+* Thu Jul 31 2003 Pixel <pixel@mandrakesoft.com> 0.4.9-2mdk
+- detect ohci1394 & ehci-hcd based on the pci class
+ (as done in RedHat's kudzu)
+
* Tue Apr 22 2003 Pixel <pixel@mandrakesoft.com> 0.4.9-1mdk
- Use read() instead of fread() to read from "/proc/bus/pci/%02x/%02x.%d".
Thanks a lot to Tom Cox for finding this bug: