epel8
Than Ngo 4 years ago
parent ef40983022
commit c57d380e08

@ -25,7 +25,7 @@
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.83.0 Version: 5.83.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system
License: GPLv2+ and LGPLv2+ and MIT 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 ## cant use %%ninja_test here for some reason, doesn't inherit env vars from xvfb or dbus -- rex
xvfb-run -a \ xvfb-run -a \
%if 0%{?ninja} %if 0%{?ninja}
ninja test %{?_smp_mflags} -v -C %{_target_platform} ninja test %{?_smp_mflags} -v -C redhat-linux-build ||:
%else %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
%endif %endif
@ -235,6 +235,9 @@ make test %{?_smp_mflags} -C %{_target_platform} ARGS="--output-on-failure --tim
%changelog %changelog
* Tue Jul 27 2021 Than Ngo <than@redhat.com> - 5.83.0-3
- Fix FTBFS
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.83.0-2 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.83.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Loading…
Cancel
Save