From 991cf2bda53744fe0372907ab73d9b0deda01c5d Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Mon, 11 Jan 2016 19:33:05 +0000 Subject: [PATCH] Ids files paths still need to be passed to configure --- libosinfo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libosinfo.spec b/libosinfo.spec index e494ecf..7b75413 100644 --- a/libosinfo.spec +++ b/libosinfo.spec @@ -75,7 +75,7 @@ This package provides the Vala bindings for libosinfo library. %define gir_arg --enable-introspection=no %endif -%configure %{gir_arg} %{udev_arg} --enable-vala=yes +%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 %__make %{?_smp_mflags} V=1 chmod a-x examples/*.js examples/*.py