fix build error
(cherry picked from commit 002db7f2e1d794e68a3025a1383ca1658686a8c2)
This commit is contained in:
parent
aba979a9e3
commit
dfe702b382
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: ovirt-hosted-engine-setup
|
Name: ovirt-hosted-engine-setup
|
||||||
Version: 2.4.5
|
Version: 2.4.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: oVirt Hosted Engine setup tool
|
Summary: oVirt Hosted Engine setup tool
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.ovirt.org
|
URL: http://www.ovirt.org
|
||||||
@ -60,6 +60,7 @@ Hosted Engine setup tool for oVirt project.
|
|||||||
%setup -q -n %{name}-%{package_version}
|
%setup -q -n %{name}-%{package_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export PYTHON=python3
|
||||||
%configure \
|
%configure \
|
||||||
--docdir="%{_docdir}/%{name}-%{version}" \
|
--docdir="%{_docdir}/%{name}-%{version}" \
|
||||||
--disable-python-syntax-check \
|
--disable-python-syntax-check \
|
||||||
@ -111,5 +112,8 @@ print((
|
|||||||
' > %{_sysconfdir}/ovirt-hosted-engine/virsh_auth.conf
|
' > %{_sysconfdir}/ovirt-hosted-engine/virsh_auth.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 16 2021 wangyue <wangyue92@huawei.com> - 2.4.5-2
|
||||||
|
- fix build error
|
||||||
|
|
||||||
* Wed Sep 15 2021 wutao <wutao61@huawei.com> - 2.4.5-1
|
* Wed Sep 15 2021 wutao <wutao61@huawei.com> - 2.4.5-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user