forked from gluster/gluster-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gluster-ansible.spec
38 lines (27 loc) · 864 Bytes
/
gluster-ansible.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
%global docdir %{_datadir}/doc/gluster.ansible
Name: gluster-ansible
Version: 0.1
Release: 1%{?dist}
Summary: Ansible roles for GlusterFS deployment and management
URL: https://github.com/gluster/gluster-ansible
Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
License: GPLv3
BuildArch: noarch
Requires: ansible >= 2.5
Requires: gluster-ansible-infra >= 0.1
Requires: gluster-ansible-features >= 0.1
# Requires: gluster-ansible-cluster >= 0.1
%description
Collection of Ansible roles for the deploying and managing GlusterFS clusters.
%prep
%setup -q -n %{name}-%{version}
%build
%install
mkdir -p %{buildroot}/%{docdir}
install -p -m 644 README.md %{buildroot}/%{docdir}
%files
%doc %{docdir}/README.md
%license LICENSE
%changelog
* Tue Apr 24 2018 Sachidananda Urs <sac@redhat.com> 0.1
- Initial release.