On stable-1.9 branch, build ansible1.9 package instead of ansible.
This commit is contained in:
parent
10a38a7652
commit
71524dba13
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
%define name ansible
|
||||
%define name ansible1.9
|
||||
%define ansible_version $VERSION
|
||||
%define ansible_release $RELEASE
|
||||
|
||||
|
@ -74,6 +74,9 @@ Requires: python-setuptools
|
|||
|
||||
Requires: sshpass
|
||||
|
||||
Provides: ansible = %{version}-%{release}
|
||||
Conflicts: ansible
|
||||
|
||||
%description
|
||||
|
||||
Ansible is a radically simple model-driven configuration management,
|
||||
|
|
Loading…
Reference in a new issue