Created attachment 1445972 [details] build.log Description of problem: Package trojita fails to build from source in Fedora rawhide. Snippets from build.log: CMake Error at CMakeLists.txt:561 (qt5_use_modules): Unknown CMake command "qt5_use_modules". … RPM build errors: Macro expanded in comment on line 25: %{name}_common-po-20160612.tar.gz po/ Macro expanded in comment on line 193: %{name}.1* Version-Release number of selected component (if applicable): 0.7-12.fc28 Steps to Reproduce: koji build --scratch f29 trojita-0.7-12.fc28.src.rpm Additional info: This package is tracked by Koschei. See: http://apps.fedoraproject.org/koschei/package/trojita
https://stackoverflow.com/questions/31172156/what-to-use-instead-of-qt5-use-modules qt5_use_modules had been deprecated for a while, they removed it in 5.11.
qt5-qtbase in rawhide has a patch to readd lost qt5_use_modules.