https://bugzilla.redhat.com/show_bug.cgi?id=1878514
Artur Frenszek-Iwicki <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Artur Frenszek-Iwicki <[email protected]> --- 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/%{name}/tar.gz/%{version}#/%{name}-%{version}.tar.gz You can use "%{URL}/archive/%{version}/%{name}-%{version}.tar.gz" here for a cleaner Source URL. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
