]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rpm: require Ansible >= 2.2.0.0 1195/head
authorKen Dreyer <kdreyer@redhat.com>
Thu, 15 Dec 2016 18:01:24 +0000 (11:01 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 15 Dec 2016 18:01:24 +0000 (11:01 -0700)
This is the only version that our CI uses for testing, so it's the only
version we can confidently say works.

Update the RPM packaging to specifically require this version of
Ansible.

ceph-ansible.spec.in

index 6e91f68bc56d7ecd5f0d8601a78d41d72f7988ce..32780210645cd3ce395605d4f5cea202e9011062 100644 (file)
@@ -15,10 +15,10 @@ Source0:        %{name}-%{version}-%{shortcommit}.tar.gz
 
 BuildArch:      noarch
 
-BuildRequires: ansible
+BuildRequires: ansible >= 2.2.0.0
 BuildRequires: python2-devel
 
-Requires: ansible
+Requires: ansible >= 2.2.0.0
 
 %description
 Ansible playbooks for Ceph