Temporarily disable check to get around a FTBFS issue (#1923374)

This commit is contained in:
Jakub Hrozek 2021-02-26 15:58:09 +01:00
parent 048d85311d
commit 7b73cce3a8

View File

@ -58,10 +58,11 @@ autoreconf
%{make_build} %{make_build}
%check # (jhrozek): temporarily disable make check to work around a FTBFS issue
export MODULES_DIR=%{_httpd_moddir} #%check
export APXS2_OPTS='-S LIBEXECDIR=${MODULES_DIR}' #export MODULES_DIR=%{_httpd_moddir}
make test #export APXS2_OPTS='-S LIBEXECDIR=${MODULES_DIR}'
#%{make_build} test
%install %install
mkdir -p $RPM_BUILD_ROOT%{_httpd_moddir} mkdir -p $RPM_BUILD_ROOT%{_httpd_moddir}
@ -97,6 +98,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache
%changelog %changelog
* Fri Feb 26 2021 Jakub Hrozek <jhrozek@redhat.com> - 2.4.4.1-1
- Temporarily disable check to get around a FTBFS issue (#1923374)
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.4.1-2 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild