https://bugzilla.redhat.com/show_bug.cgi?id=1878514
Artur Frenszek-Iwicki fedora@svgames.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora@svgames.pl
--- Comment #3 from Artur Frenszek-Iwicki fedora@svgames.pl --- You did a koji scratch build for F32, whereas the fedora-review mock build is for F34. Some time ago CMake SRPM macros were modified so that out-of-source builds are now the default.
%build %cmake .
%install %make_install
Try changing this part to: %build %cmake . %cmake_build
%install %cmake_install
Also,
URL: https://github.com/posva/catimg Source0: https://codeload.github.com/posva/%%7Bname%7D/tar.gz/%%7Bversion%7D#/%%7Bnam...
You can use "%{URL}/archive/%{version}/%{name}-%{version}.tar.gz" here for a cleaner Source URL.