Rebuild configure as autoconf version changes affect generated scripts
This commit is contained in:
parent
6c4a1decac
commit
00f4635acb
@ -975,6 +975,8 @@ find \
|
||||
-exec sed -i -e '1 s|^#!.*\bpython[^ ]*|#!%{__python2}|' {} \;
|
||||
%endif # ! with_python3
|
||||
|
||||
autoconf --force
|
||||
|
||||
%configure --with-vendor-suffix=-%{release} \
|
||||
%{enable_server_option} \
|
||||
%{with_ipatests_option} \
|
||||
@ -986,6 +988,7 @@ find \
|
||||
%if 0%{?with_python3}
|
||||
export PYTHON=%{__python3}
|
||||
pushd %{_builddir}/freeipa-%{version}-python3
|
||||
autoconf --force
|
||||
%configure --with-vendor-suffix=-%{release} \
|
||||
%{enable_server_option} \
|
||||
%{with_ipatests_option} \
|
||||
|
Loading…
Reference in New Issue
Block a user