forked from redhatci/ansible-collection-redhatci-ocp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ansible-collection-redhatci-ocp.spec
79 lines (56 loc) · 1.98 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
%global org redhatci
%global repo ansible-collection-redhatci-ocp
%global forgeurl https://github.com/%{org}/%{repo}
Name: %{repo}
Version: 0.4.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-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
%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
* Mon Feb 12 2024 Tony Garcia <[email protected]> - 0.4.EPOCH-VER
- Add requirements
* Tue Nov 21 2023 Frederic Lepied <[email protected]> 0.3.EPOCH-VERS
- force a rebuild with a higher Y
* Tue Nov 21 2023 Frederic Lepied <[email protected]> 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 <[email protected]> - 0.2.0-1
- To be consumed by agents
* Mon Oct 16 2023 Jorge A Gallegos <[email protected]> - 0.1.1-4
- rebuilt
* Wed Oct 11 2023 Jorge A Gallegos <[email protected]> - 0.1.1-3
- rebuilt
* Fri Oct 06 2023 Jorge A Gallegos <[email protected]> - 0.1.1-2
- rebuilt
* Fri Oct 06 2023 Jorge A Gallegos <[email protected]> - 0.1.1-1
- Force-pushed build to start from a clean slate
* Tue Jul 18 2023 Jorge Gallegos <[email protected]> - 0.1.0-1
- Initial RPM Spec