From 23e3e70dcdee63838e1cd42f81e4888f82eaaa90 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 7 Apr 2023 12:11:42 +0100 Subject: [PATCH] Revert "Comment out BR hwdata-devel temporarily" Add hwdata-devel back as a BuildRequires, so that we get full PCI/USB vendor decoding in the virt-drivers tool. related: rhbz#2168626 This reverts commit 85fb9e087c60e8040d25f833312a63d8bea78f0b. --- guestfs-tools.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/guestfs-tools.spec b/guestfs-tools.spec index aa91a54..e83fe31 100644 --- a/guestfs-tools.spec +++ b/guestfs-tools.spec @@ -104,9 +104,7 @@ BuildRequires: perl(Expect) BuildRequires: bash-completion BuildRequires: /usr/bin/qemu-img BuildRequires: xorriso -# XXX Add this when the following bug is fixed: -# https://bugzilla.redhat.com/show_bug.cgi?id=2176788 -#BuildRequires: hwdata-devel +BuildRequires: hwdata-devel BuildRequires: perl(Locale::TextDomain) BuildRequires: perl(Sys::Guestfs) BuildRequires: perl(Win::Hivex)