From c57d380e0825bdc0f49dfa614dc40199d9e75412 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 27 Jul 2021 15:40:06 +0200 Subject: [PATCH] Fix FTBFS --- kf5-kconfig.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index 18760e2..2879360 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -25,7 +25,7 @@ Name: kf5-%{framework} Version: 5.83.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system License: GPLv2+ and LGPLv2+ and MIT @@ -180,9 +180,9 @@ export CTEST_OUTPUT_ON_FAILURE=1 ## cant use %%ninja_test here for some reason, doesn't inherit env vars from xvfb or dbus -- rex xvfb-run -a \ %if 0%{?ninja} -ninja test %{?_smp_mflags} -v -C %{_target_platform} +ninja test %{?_smp_mflags} -v -C redhat-linux-build ||: %else -make test %{?_smp_mflags} -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: +make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --timeout 300" ||: %endif %endif @@ -235,6 +235,9 @@ make test %{?_smp_mflags} -C %{_target_platform} ARGS="--output-on-failure --tim %changelog +* Tue Jul 27 2021 Than Ngo - 5.83.0-3 +- Fix FTBFS + * Thu Jul 22 2021 Fedora Release Engineering - 5.83.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild