summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2016-03-07 09:21:58 -0700
committerKen Dreyer <ktdreyer@ktdreyer.com>2016-03-07 09:21:58 -0700
commite8c4e3bfd3f2af513ad934df1168ce57c44deacc (patch)
tree5e2fa52c2566e569b8a348f9996a210830873cec
parentc34a8ac07bab32fde031a98200ff430a069bfb8c (diff)
downloadceph-ansible-master.tar.gz
ceph-ansible-master.tar.xz
ceph-ansible-master.zip
BR: python{2,3}-devel (rhbz#1313477)HEADmaster
-rw-r--r--ceph-ansible.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/ceph-ansible.spec b/ceph-ansible.spec
index 0041a7a..b7919cb 100644
--- a/ceph-ansible.spec
+++ b/ceph-ansible.spec
@@ -1,6 +1,6 @@
Name: ceph-ansible
Version: 1.0.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Ansible playbooks for Ceph
# Some files have been copied from Ansbile (GPLv3+). For example:
# library/ceph_facts
@@ -13,6 +13,11 @@ Source0: https://github.com/ceph/%{name}/archive/v%{version}/%{name}-v%{v
BuildArch: noarch
BuildRequires: ansible
+%if 0%{?fedora} || 0%{?rhel} > 7
+BuildRequires: python3-devel
+%else
+BuildRequires: python2-devel
+%endif
Requires: ansible
@@ -41,6 +46,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-4
+- BR: python{2,3}-devel (rhbz#1313477)
+
* Mon Mar 07 2016 Ken Dreyer <ktdreyer@ktdreyer.com> - 1.0.1-3
- Ship ansible.cfg