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_scripts %{_datadir}/%{name}/scripts
|
||||
%global vdsmhooksdir %{_libexecdir}/vdsm/hooks
|
||||
@ -7,8 +7,8 @@
|
||||
%global python_sitelib %{python3_sitelib}
|
||||
|
||||
Name: ovirt-hosted-engine-setup
|
||||
Version: 2.4.5
|
||||
Release: 1
|
||||
Version: 2.5.0
|
||||
Release: 2
|
||||
Summary: oVirt Hosted Engine setup tool
|
||||
License: LGPLv2+
|
||||
URL: http://www.ovirt.org
|
||||
@ -39,7 +39,7 @@ Requires: sanlock >= 2.8
|
||||
Requires: sudo
|
||||
Requires: libvirt-client
|
||||
Requires: virt-install
|
||||
Requires: ansible >= 2.8.0
|
||||
Requires: ansible
|
||||
Requires: libvirt-daemon-config-network
|
||||
Requires: qemu-img
|
||||
Requires: ovirt-hosted-engine-ha >= 2.4
|
||||
@ -60,6 +60,7 @@ Hosted Engine setup tool for oVirt project.
|
||||
%setup -q -n %{name}-%{package_version}
|
||||
|
||||
%build
|
||||
export PYTHON=python3
|
||||
%configure \
|
||||
--docdir="%{_docdir}/%{name}-%{version}" \
|
||||
--disable-python-syntax-check \
|
||||
@ -75,7 +76,6 @@ make %{?_smp_mflags} install DESTDIR="%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc README
|
||||
%doc readme.appliance
|
||||
%doc readme.rollback
|
||||
%dir %{_sysconfdir}/ovirt-hosted-engine-setup.env.d
|
||||
@ -111,5 +111,17 @@ print((
|
||||
' > %{_sysconfdir}/ovirt-hosted-engine/virsh_auth.conf
|
||||
|
||||
%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
|
||||
- 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