From c34a8ac07bab32fde031a98200ff430a069bfb8c Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 7 Mar 2016 08:57:09 -0700 Subject: Ship ansible.cfg --- ceph-ansible.spec | 7 +++++-- 1 file 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 - 1.0.1-3 +- Ship ansible.cfg + * Mon Mar 07 2016 Ken Dreyer - 1.0.1-1 - Update to latest upstream release - Correct License field (rhbz#1313477) -- cgit