[libosinfo] Drop usage of pci/usb.ids from 'hwdata' for now

Zeeshan Ali zeenix at fedoraproject.org
Wed Mar 20 23:23:55 UTC 2013


commit 150aafc9daecd6c96efdec0c9e00597368f5dd83
Author: Zeeshan Ali (Khattak) <zeeshanak at gnome.org>
Date:   Thu Mar 21 01:22:31 2013 +0200

    Drop usage of pci/usb.ids from 'hwdata' for now
    
    Seems the Makefile rule for linking in upstream is broken so lets not do
    this for now.

 libosinfo.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/libosinfo.spec b/libosinfo.spec
index 46c6fed..0bcf234 100644
--- a/libosinfo.spec
+++ b/libosinfo.spec
@@ -36,7 +36,6 @@ BuildRequires: /usr/bin/pod2man
 %if %{with_gir}
 BuildRequires: gobject-introspection-devel
 %endif
-Requires: hwdata
 %if %{with_udev}
 Requires: udev
 %endif
@@ -88,7 +87,7 @@ This package provides the Vala bindings for libosinfo library.
 %define udev_arg --enable-udev=no
 %endif
 
-%configure %{gir_arg} %{udev_arg} --enable-vala=yes --with-usb-ids-path=/usr/share/hwdata/usb.ids --with-pci-ids-path=/usr/share/hwdata/pci.ids
+%configure %{gir_arg} %{udev_arg} --enable-vala=yes
 %__make %{?_smp_mflags} V=1
 
 chmod a-x examples/*.js examples/*.py
@@ -162,7 +161,6 @@ rm -fr %{buildroot}
 %changelog
 * Thu Mar 21 2013 Zeeshan Ali <zeenix at redhat.com> - 0.2.6-1
 - New upstream release 0.2.6
-- Make use of usb.ids and pci.ids files provided by hwdata package.
 
 * Wed Mar 06 2013 Christophe Fergeau <cfergeau at redhat.com> - 0.2.5-2
 - BuildRequires /usr/bin/pod2man as this will automatically pick the right


More information about the scm-commits mailing list