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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-01-25 15:26:48 +01:00
parent 2b4363c71f
commit 07cea94df3

View File

@ -14,9 +14,10 @@ such as the pci.ids and usb.ids databases.
%prep
%setup -q
%configure
%build
%configure
# nothing to build
%install