forked from ansible/ansible-kubernetes-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ansible-kubernetes-modules.spec
71 lines (54 loc) · 2.26 KB
/
ansible-kubernetes-modules.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
Name: ansible-kubernetes-modules
Version: 0.4.0
Release: 8%{?dist}
Summary: Ansible role containing pre-release K8s modules
License: ASL 2.0
URL: https://github.com/ansible/%{name}
Source0: https://github.com/ansible/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
Requires: ansible >= 2.3.0.0
Requires: python-openshift >= 0.4
%description
%{summary}
%prep
%autosetup -p1
%build
%install
mkdir -p %{buildroot}%{_sysconfdir}/ansible/roles/ansible.kubernetes-modules
mv * %{buildroot}%{_sysconfdir}/ansible/roles/ansible.kubernetes-modules
%check
%files
%{_sysconfdir}/ansible/roles/ansible.kubernetes-modules
%changelog
* Fri Jan 19 2018 David Zager <david.j.zager@gmail.com> 0.4.0-8
- when in checkmode _create returns None and cannot have to_dict() called (#27)
(trbs@users.noreply.github.com)
- Show openshift version (chousekn@redhat.com)
- Unpin openshift (chousekn@redhat.com)
- regen modules (fabian@fabianism.us)
- Pin openshift. Trying Origin 3.6.7. (chousekn@redhat.com)
* Wed Jan 17 2018 David Zager <david.j.zager@gmail.com> 0.4.0-7
- Bump package version for 4.x (david.j.zager@gmail.com)
- Update releasers (david.j.zager@gmail.com)
- update generated modules (#26) (fabian@fabianism.us)
* Mon Oct 16 2017 Jason Montleon <jmontleo@redhat.com> 0.3.1-6
- Update to latest k8s_common (chousekn@redhat.com)
* Fri Oct 13 2017 Jason Montleon <jmontleo@redhat.com> 0.3.1-5
- increment release
* Fri Oct 13 2017 Jason Montleon <jmontleo@redhat.com> 0.3.1-4
- Bump version
* Fri Oct 13 2017 Jason Montleon <jmontleo@redhat.com> 0.3.1-3
- add python-openshift rpm dependency (jmontleo@redhat.com)
- Travis file cleanup (#13) (chousekn@redhat.com)
- Removes -i inventory (chousekn@redhat.com)
- Removes ansible-galaxy install (chousekn@redhat.com)
- Regen modules. Add tests. (chousekn@redhat.com)
- Add Travis button (chousekn@redhat.com)
- Add simple module test (chousekn@redhat.com)
- Adds latest generated modules (chousekn@redhat.com)
* Fri Oct 06 2017 Jason Montleon <jmontleo@redhat.com> 0.3.1-2
- new package built with tito
* Fri Oct 06 2017 Jason Montleon <jmontleo@redhat.com>
- new package built with tito
* Fri May 12 2017 Jason Montleon <jmontleo@redhat.com> - 0.0.1-1
- initial package