-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathansible-asb-modules.spec
60 lines (44 loc) · 1.98 KB
/
ansible-asb-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
Name: ansible-asb-modules
Version: 0.4.1
Release: 1%{?dist}
Summary: Ansible role containing Ansible Service Broker modules
License: ASL 2.0
URL: https://github.com/ansibleplaybookbundle/%{name}
Source0: https://github.com/ansibleplaybookbundle/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
Requires: ansible >= 2.3.0.0
%description
%{summary}
%prep
%autosetup -p1
%build
%install
mkdir -p %{buildroot}%{_sysconfdir}/ansible/roles/ansibleplaybookbundle.asb-modules
mv * %{buildroot}%{_sysconfdir}/ansible/roles/ansibleplaybookbundle.asb-modules
%check
%files
%{_sysconfdir}/ansible/roles/ansibleplaybookbundle.asb-modules
%changelog
* Fri Feb 01 2019 Jason Montleon <[email protected]> 0.4.1-1
- Prepare branch for 0.4 release (#22) ([email protected])
* Tue Jul 24 2018 David Zager <[email protected]> 0.3.1-1
- Bump release (#21) ([email protected])
- Update releasers (#20) ([email protected])
* Mon Jul 23 2018 David Zager <[email protected]> 0.2.2-1
- get/set state module implementation (#15) ([email protected])
* Wed Apr 25 2018 David Zager <[email protected]> 0.2.1-1
- Lock asb-brew releaser to 3.10 branch (#18) ([email protected])
- Bump release (#17) ([email protected])
- Bug 1569220 - Add dashboard_url ansible module (#16) ([email protected])
- Initialize annotations if empty (#14) ([email protected])
* Thu Feb 22 2018 David Zager <[email protected]> 0.1.2-1
- last_operation module (#9) ([email protected])
- Add basic doc to help contributers to add and test new modules (#10)
* Mon Dec 04 2017 Jason Montleon <[email protected]> 0.1.1-1
- Create secret for bind credentials (#8) ([email protected])
- bump release (#7) ([email protected])
* Thu Nov 02 2017 Jason Montleon <[email protected]> 0.0.2-1
- new package built with tito
* Fri May 12 2017 Chris Chase <[email protected]> - 0.0.1-1
- initial package