-
Notifications
You must be signed in to change notification settings - Fork 53
/
gluster-ansible-roles.spec
73 lines (52 loc) · 2.08 KB
/
gluster-ansible-roles.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
%global rolesdir %{_sysconfdir}/ansible/roles/gluster.ansible
%global docdir %{_datadir}/doc/gluster.ansible
%global buildnum 27
Name: gluster-ansible-roles
Version: 1.0.5
Release: %{buildnum}%{?dist}
Summary: Ansible roles for GlusterFS deployment and management
URL: https://github.com/gluster/gluster-ansible
Source0: %{url}/archive/v%{version}-%{buildnum}.tar.gz#/%{name}-%{version}-%{buildnum}.tar.gz
License: GPLv3
BuildArch: noarch
Requires: ansible-core >= 2.12
Requires: gluster-ansible-infra >= 1.0.4
Requires: gluster-ansible-features >= 1.0.5
Requires: gluster-ansible-cluster >= 1.0
Requires: gluster-ansible-repositories >= 1.0.1
Requires: gluster-ansible-maintenance >= 1.0.1
%description
Collection of Ansible roles for the deploying and managing GlusterFS clusters.
%prep
%autosetup -p1 -n gluster-ansible-%{version}-%{buildnum}
%build
%install
mkdir -p %{buildroot}/%{rolesdir}
cp -a playbooks/ %{buildroot}/%{rolesdir}
mkdir -p %{buildroot}/%{docdir}
install -p -m 644 README.md LICENSE %{buildroot}/%{docdir}
%files
%{rolesdir}
%doc %{docdir}
%license LICENSE
%changelog
* Thu May 05 2022 Sandro Bonazzola <[email protected]> - 1.0.5-27
- Rebase on v1.0.5-27
* Fri Apr 01 2022 Sandro Bonazzola <[email protected]> - 1.0.5-26
- Rebase on v1.0.5-26
* Mon Mar 4 2019 Sachidananda Urs <[email protected]> 1.0.4-5
- Rename the package
* Fri Feb 22 2019 Sachidananda Urs <[email protected]> 1.0.0-2
- Update example playbooks to clean up failed deployments
* Thu Feb 21 2019 Sachidananda Urs <[email protected]> 1.0.0-1
- Bump the version number, stable enought to call 1.0.0
* Tue Oct 23 2018 Sachidananda Urs <[email protected]> 0.5
- Address the security concerns regarding plaintext passwords
* Fri Oct 12 2018 Sachidnanda Urs <[email protected]> 0.4
- Enhancements to examples
* Mon Sep 24 2018 Sachidananda Urs <[email protected]> 0.3
- Added playbooks to illustrate end-to-end deployment
* Fri Aug 31 2018 Sachidananda Urs <[email protected]> 0.2
- Added gluster-maintenance. Bug fixes across the roles
* Tue Apr 24 2018 Sachidananda Urs <[email protected]> 0.1
- Initial release.