Force generation of aclocal.m4 and configuration scripts

This commit is contained in:
Thomas Woerner 2018-09-04 12:04:14 +02:00
parent 480173e259
commit d73b97aca6

View File

@ -973,6 +973,8 @@ find \
-type f -exec grep -qsm1 '^#!.*\bpython' {} \; \
-exec sed -i -e '1 s|^#!.*\bpython[^ ]*|#!%{__python2}|' {} \;
aclocal --force
autoconf --force
%configure --with-vendor-suffix=-%{release} \
%{enable_server_option} \
%{with_ipatests_option} \
@ -982,6 +984,8 @@ popd
export PYTHON=%{__python3}
pushd %{_builddir}/freeipa-%{version}-python3
aclocal --force
autoconf --force
%configure --with-vendor-suffix=-%{release} \
%{enable_server_option} \
%{with_ipatests_option} \