Compare commits

..

No commits in common. "55bc7a74460b5ce17e68e52924c4ce0b86c5d441" and "aba979a9e3f39a3657376822805368281c9ed10b" have entirely different histories.

4 changed files with 5 additions and 21 deletions

Binary file not shown.

View File

@ -1,4 +1,4 @@
%global package_version 2.5.0 %global package_version 2.4.5
%global ovirt_hosted_engine_setup_templates %{_datadir}/%{name}/templates %global ovirt_hosted_engine_setup_templates %{_datadir}/%{name}/templates
%global ovirt_hosted_engine_setup_scripts %{_datadir}/%{name}/scripts %global ovirt_hosted_engine_setup_scripts %{_datadir}/%{name}/scripts
%global vdsmhooksdir %{_libexecdir}/vdsm/hooks %global vdsmhooksdir %{_libexecdir}/vdsm/hooks
@ -7,8 +7,8 @@
%global python_sitelib %{python3_sitelib} %global python_sitelib %{python3_sitelib}
Name: ovirt-hosted-engine-setup Name: ovirt-hosted-engine-setup
Version: 2.5.0 Version: 2.4.5
Release: 2 Release: 1
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
@ -39,7 +39,7 @@ Requires: sanlock >= 2.8
Requires: sudo Requires: sudo
Requires: libvirt-client Requires: libvirt-client
Requires: virt-install Requires: virt-install
Requires: ansible Requires: ansible >= 2.8.0
Requires: libvirt-daemon-config-network Requires: libvirt-daemon-config-network
Requires: qemu-img Requires: qemu-img
Requires: ovirt-hosted-engine-ha >= 2.4 Requires: ovirt-hosted-engine-ha >= 2.4
@ -60,7 +60,6 @@ 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 \
@ -76,6 +75,7 @@ make %{?_smp_mflags} install DESTDIR="%{buildroot}"
%files -f %{name}.lang %files -f %{name}.lang
%license COPYING %license COPYING
%doc README
%doc readme.appliance %doc readme.appliance
%doc readme.rollback %doc readme.rollback
%dir %{_sysconfdir}/ovirt-hosted-engine-setup.env.d %dir %{_sysconfdir}/ovirt-hosted-engine-setup.env.d
@ -111,17 +111,5 @@ print((
' > %{_sysconfdir}/ovirt-hosted-engine/virsh_auth.conf ' > %{_sysconfdir}/ovirt-hosted-engine/virsh_auth.conf
%changelog %changelog
* Thu Mar 02 2023 wangdi <wangdi@kylinos.cn> - 2.5.0-2
- change requires from ansible-2.9 to ansible
* Fri Sep 24 2021 wutao <wutao61@huawei.com> - 2.5.0-1
- update to 2.5.0
* Wed Sep 22 2021 wutao <wutao61@huawei.com> - 2.4.5-3
- change requires from ansible to ansible-2.9
* 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

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: oVirt/ovirt-hosted-engine-setup
tag_prefix: ^ovirt-hosted-engine-setup-
separator: "."