-
Notifications
You must be signed in to change notification settings - Fork 40
/
ansible-collection-redhatci-ocp.spec
130 lines (91 loc) · 3.94 KB
/
ansible-collection-redhatci-ocp.spec
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
%global org redhatci
%global repo ansible-collection-redhatci-ocp
%global forgeurl https://github.com/%{org}/%{repo}
Name: %{repo}
Version: 0.23.EPOCH
Release: VERS%{?dist}
Summary: Red Hat OCP CI Collection for Ansible
License: GPL-2.0-or-later and Apache-2.0
URL: %{forgeurl}
Source0: %{name}-%{version}.tar.gz
BuildRequires: ansible-packaging
BuildArch: noarch
Requires: ansible-collection-ansible-posix
Requires: ansible-collection-ansible-utils
Requires: ansible-collection-community-crypto
Requires: ansible-collection-community-general
Requires: ansible-collection-community-kubernetes
Requires: ansible-collection-community-libvirt
Requires: ansible-collection-containers-podman
Requires: git
Requires: jq
Requires: podman
Requires: python3-jmespath
Requires: python3-netaddr
Requires: python3-pyyaml
Requires: skopeo
Conflicts: dci-openshift-agent < 0.23.0
%description
%{summary}.
%prep
%autosetup -c %{name}-%{version}
find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{}' +
%build
%ansible_collection_build
%install
%ansible_collection_install
%files -f %{ansible_collection_filelist}
%doc README.md
%changelog
* Wed Oct 16 2024 Tony Garcia <tonyg@redhat.com> - 0.23.EPOCH-VERS
- Repurpose oc_setup role, into ocp_add_users role
* Tue Oct 8 2024 Tony Garcia <tonyg@redhat.com> - 0.22.EPOCH-VERS
- Add etcd_data role
* Fri Sep 27 2024 Tony Garcia <tonyg@redhat.com> - 0.21.EPOCH-VERS
- Version bump for ocp_setup role updates
* Thu Sep 12 2024 Manuel Rodriguez <manrodri@redhat.com> - 0.20.EPOCH-VERS
- Version bump for installer and node_prep roles updates
* Mon Sep 9 2024 Ramon Perez <raperez@redhat.com> - 0.19.EPOCH-VERS
- Removed cnf_cert deprecated role
* Sat Sep 7 2024 Tony Garcia <tonyg@redhat.com> - 0.18.EPOCH-VERS
- New version with fix to catalog_source role
* Fri Sep 6 2024 Ramon Perez <raperez@redhat.com> - 0.17.EPOCH-VERS
- Version bump for example_cnf_deploy role
* Wed Aug 28 2024 Tatiana Krishtop <tkrishto@redhat.com> - 0.16.EPOCH-VERS
- Limit max OCP version in operator annotations by deprecated API check
* Wed Jul 31 2024 Tony Garcia <tonyg@redhat.com> - 0.15.EPOCH-VERS
- Version bump for mirror_images role
* Fri Jul 26 2024 Tony Garcia <tonyg@redhat.com> - 0.14.EPOCH-VERS
- Version bump due to efi_boot_mgr role
* Fri Jul 26 2024 Ramon Perez <raperez@redhat.com> - 0.13.EPOCH-VERS
- Version bump due to deprecation of cnf_cert role, moving in favour of
k8s_best_practices_certsuite role
* Wed Jul 10 2024 Ramon Perez <raperez@redhat.com> - 0.12.EPOCH-VERS
- Version bump due to create_vms and setup_sushy_tools roles
* Fri Jun 14 2024 Tony Garcia <tonyg@redhat.com> - 0.11.EPOCH-VERS
- Version bump due to mirror_ocp_release role
* Thu May 9 2024 Tony Garcia <tonyg@redhat.com> - 0.10.EPOCH-VERS
- Version bump in the collection due to baremetal installer 4.16+
* Tue Apr 30 2024 Beto Rodriguez <josearod@redhat.com> - 0.9.EPOCH-VERS
- Dependency for acm_* roles
* Wed Mar 20 2024 Jorge A Gallegos <jgallego@redhat.com> - 0.5.EPOCH-VERS
- Adding community.crypto dependency
* Mon Feb 12 2024 Tony Garcia <tonyg@redhat.com> - 0.4.EPOCH-VERS
- Add requirements
* Tue Nov 21 2023 Frederic Lepied <flepied@redhat.com> 0.3.EPOCH-VERS
- force a rebuild with a higher Y
* Tue Nov 21 2023 Frederic Lepied <flepied@redhat.com> 0.2.EPOCH-VERS
- switch to a versioning based on the UNIX epoch to be in sync with
the versionning for Ansible Galaxy.
* Mon Oct 16 2023 Tony Garcia <tonyg@redhat.com> - 0.2.0-1
- To be consumed by agents
* Mon Oct 16 2023 Jorge A Gallegos <jgallego@redhat.com> - 0.1.1-4
- rebuilt
* Wed Oct 11 2023 Jorge A Gallegos <jgallego@redhat.com> - 0.1.1-3
- rebuilt
* Fri Oct 06 2023 Jorge A Gallegos <jgallego@redhat.com> - 0.1.1-2
- rebuilt
* Fri Oct 06 2023 Jorge A Gallegos <jgallego@redhat.com> - 0.1.1-1
- Force-pushed build to start from a clean slate
* Tue Jul 18 2023 Jorge Gallegos <jgallego@redhat.com> - 0.1.0-1
- Initial RPM Spec