https://bugzilla.redhat.com/show_bug.cgi?id=1655297
Artur Iwicki fedora@svgames.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora@svgames.pl
--- Comment #1 from Artur Iwicki fedora@svgames.pl ---
%{__mkdir_p} build
Macro forms of system executables should not be used. https://fedoraproject.org/wiki/Packaging:Guidelines#Macros
%package devel Requires: %{name} = %{version}-%{release}
This should be an arched dependency - "Requires: %{name}%{?isa}".