From 07cea94df36e41efdfa866e889834c0195332778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 25 Jan 2022 15:26:48 +0100 Subject: [PATCH] Move %configure to %build %configure invokes code that is part of the package and should be in %build. If https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/172 is merged, %configure would start throwing an error. This change is proactively to avoid a later build failure. No rebuild will be done. --- hwdata.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hwdata.spec b/hwdata.spec index 3931b31..c32c737 100644 --- a/hwdata.spec +++ b/hwdata.spec @@ -14,9 +14,10 @@ such as the pci.ids and usb.ids databases. %prep %setup -q -%configure %build +%configure + # nothing to build %install