Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
55bc7a7446
!20 修改安装依赖为ansible
From: @crrs666 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
2023-03-02 09:15:55 +00:00
wangdi
035dfc92e9 change dependency from ansble-2.9 to ansible 2023-03-02 16:32:11 +08:00
openeuler-ci-bot
d293f86b9c
!18 Add url field
From: @liqiuyu123 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
2022-07-13 07:51:58 +00:00
liqiuyu
2915326141 add yaml 2022-04-06 10:56:32 +08:00
openeuler-ci-bot
0affbf5d0f !14 update to 2.5.0
From: @jackie_wu123
Reviewed-by: @jxy_git
Signed-off-by: @jxy_git
2021-09-24 06:30:12 +00:00
jackie_wu
71e4e6e7c1 update to 2.5.0 2021-09-24 11:40:27 +08:00
openeuler-ci-bot
ba1d22ea7a !9 change ansible require
From: @jackie_wu123
Reviewed-by: @jxy_git
Signed-off-by: @jxy_git
2021-09-23 00:57:54 +00:00
jackie_wu
8dc8952b37 change ansible requires 2021-09-22 18:27:54 +08:00
openeuler-ci-bot
c3c9e28b10 !5 fix build error
From: @wang_yue111
Reviewed-by: @jxy_git
Signed-off-by: @jxy_git
2021-09-17 01:11:43 +00:00
wang_yue111
002db7f2e1 fix build error 2021-09-16 16:47:55 +08:00
4 changed files with 21 additions and 5 deletions

Binary file not shown.

View File

@ -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

View File

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