Compare commits
10 Commits
aba979a9e3
...
55bc7a7446
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
55bc7a7446 | ||
|
|
035dfc92e9 | ||
|
|
d293f86b9c | ||
|
|
2915326141 | ||
|
|
0affbf5d0f | ||
|
|
71e4e6e7c1 | ||
|
|
ba1d22ea7a | ||
|
|
8dc8952b37 | ||
|
|
c3c9e28b10 | ||
|
|
002db7f2e1 |
Binary file not shown.
BIN
ovirt-hosted-engine-setup-2.5.0.tar.gz
Normal file
BIN
ovirt-hosted-engine-setup-2.5.0.tar.gz
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
%global package_version 2.4.5
|
%global package_version 2.5.0
|
||||||
%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.4.5
|
Version: 2.5.0
|
||||||
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
|
||||||
@ -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 >= 2.8.0
|
Requires: ansible
|
||||||
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,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 \
|
||||||
@ -75,7 +76,6 @@ 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,5 +111,17 @@ 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
|
||||||
|
|||||||
4
ovirt-hosted-engine-setup.yaml
Normal file
4
ovirt-hosted-engine-setup.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: oVirt/ovirt-hosted-engine-setup
|
||||||
|
tag_prefix: ^ovirt-hosted-engine-setup-
|
||||||
|
separator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user