Предлагаю отключить в hardinfo2 бенчмарки на qt5, так как qt5 пора считать устаревшей библиотекой, к тому же нежелательной в gtk приложениях. Ниже diff требуемых изменений: @@ -26,7 +26,6 @@ Requires: vulkan-tools BuildRequires(pre): rpm-macros-cmake BuildRequires: cmake BuildRequires: gcc-c++ -BuildRequires: qt5-base-devel BuildRequires: libgtk+3-devel BuildRequires: libcairo-devel BuildRequires: glib2-devel @@ -48,7 +47,7 @@ It can benchmark your system and compare to other machines online. %setup %build -%cmake -DHARDINFO2_QT5_MOCQT5=1 +%cmake -DHARDINFO2_QT5=0 %cmake_build %install
hardinfo2-2.2.16-alt1 -> sisyphus: Fri Mar 13 2026 Vladislav Glinkin <smasher@altlinux> 2.2.16-alt1 - New version (2.2.16) - Built without Qt5 benchmarks (Closes: #57631)