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:
parent
2b4363c71f
commit
07cea94df3
@ -14,9 +14,10 @@ such as the pci.ids and usb.ids databases.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%configure
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
||||
# nothing to build
|
||||
|
||||
%install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user