forked from oVirt/ovirt-ansible-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ovirt-ansible-collection.spec.in
73 lines (58 loc) · 1.93 KB
/
ovirt-ansible-collection.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
%global namespace @NAMESPACE@
%global collectionname @NAME@
%global ansible_collections_dir ansible/collections/ansible_collections
Name: @PACKAGE_NAME@
Summary: Ansible collection to manage all ovirt modules and inventory
Version: @RPM_VERSION@
Release: @RPM_RELEASE@%{?release_suffix}%{?dist}
Source0: http://resources.ovirt.org/pub/src/@PACKAGE_NAME@/@PACKAGE_NAME@-@[email protected]
License: ASL 2.0 and GPLv3+
Group: Virtualization/Management
BuildArch: noarch
Url: http://www.ovirt.org
Requires: ansible >= 2.9.11
Requires: python3-ovirt-engine-sdk4 >= 4.4.0
Requires: python3-netaddr
Requires: python3-jmespath
Requires: python3-passlib
%description
This Ansible collection is to manage all ovirt modules and inventory
%prep
%setup -c -q
%build
%install
export PKG_DATA_DIR_ORIG=%{_datadir}/%{ansible_collections_dir}
export PKG_DATA_DIR=%{buildroot}$PKG_DATA_DIR_ORIG
export PKG_DOC_DIR=%{buildroot}%{_pkgdocdir}
sh build.sh install %{collectionname}
%files
%{_datadir}/%{ansible_collections_dir}/%{namespace}
%if "%{collectionname}" == "rhv"
%{_datadir}/%{ansible_collections_dir}/ovirt
%endif
%doc README.md
%doc examples/
%license licenses
%changelog
* Wed Sep 16 2020 Martin Necas <[email protected]> - 1.2.0-0.1
- Add role cluster_upgrade
- Add role engine_setup
- Add role vm_infra
- Add role infra
- Add role manageiq
- Add role hosted_engine_setup
- Add role image_template
- Add role shutdown_env
* Mon Aug 17 2020 Martin Necas <[email protected]> - 1.1.2-1
- Add ansible changelogs
* Wed Aug 12 2020 Martin Necas <[email protected]> - 1.1.1-1
- Fix ovirt_permission FQCNs
* Wed Aug 12 2020 Martin Necas <[email protected]> - 1.1.0-1
- Add ovirt_vm_os_info module
- Add ovirt_disk backup
- Add ovirt_disk autodetect size when uploading
- Add ovirt_host add ssh_port
- Add ovirt_network support of removing vlan_tag
- Fix ovirt_disk upload
* Thu Apr 9 2020 Martin Necas <[email protected]> - 1.0.0-1
- Initial release