summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2016-03-07 08:57:09 -0700
committerKen Dreyer <ktdreyer@ktdreyer.com>2016-03-07 08:57:09 -0700
commitc34a8ac07bab32fde031a98200ff430a069bfb8c (patch)
tree71e98e156cd6e1e69c1c4656dbb6d6e66909f93f
parent373d2ea65ecd4dc7518f21d055c160a5711ff3b6 (diff)
downloadceph-ansible-c34a8ac07bab32fde031a98200ff430a069bfb8c.tar.gz
ceph-ansible-c34a8ac07bab32fde031a98200ff430a069bfb8c.tar.xz
ceph-ansible-c34a8ac07bab32fde031a98200ff430a069bfb8c.zip
Ship ansible.cfg
-rw-r--r--ceph-ansible.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/ceph-ansible.spec b/ceph-ansible.spec
index 1ce36e6..0041a7a 100644
--- a/ceph-ansible.spec
+++ b/ceph-ansible.spec
@@ -1,6 +1,6 @@
Name: ceph-ansible
Version: 1.0.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Ansible playbooks for Ceph
# Some files have been copied from Ansbile (GPLv3+). For example:
# library/ceph_facts
@@ -27,7 +27,7 @@ Ansible playbooks for Ceph
%install
mkdir -p %{buildroot}%{_datarootdir}/ceph-ansible
-for f in *.yml *.sample group_vars roles library plugins; do
+for f in ansible.cfg *.yml *.sample group_vars roles library plugins; do
cp -a $f %{buildroot}%{_datarootdir}/ceph-ansible
done
@@ -41,6 +41,9 @@ ansible-playbook -i dummy-ansible-hosts test.yml --syntax-check
%{_datarootdir}/ceph-ansible
%changelog
+* Mon Mar 07 2016 Ken Dreyer <ktdreyer@ktdreyer.com> - 1.0.1-3
+- Ship ansible.cfg
+
* Mon Mar 07 2016 Ken Dreyer <ktdreyer@ktdreyer.com> - 1.0.1-1
- Update to latest upstream release
- Correct License field (rhbz#1313477)