diff --git a/ansible-2.3.1.0.tar.gz b/ansible-2.3.1.0.tar.gz deleted file mode 100644 index e80f773..0000000 --- a/ansible-2.3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd4b8f53720fcd0c351156b840fdd15ecfbec22c951b5406ec503de49d40b9f5 -size 4263357 diff --git a/ansible-2.3.2.0.tar.gz b/ansible-2.3.2.0.tar.gz new file mode 100644 index 0000000..3780a99 --- /dev/null +++ b/ansible-2.3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0563b425279422487f12616ef719f6e558373b258dcf47e548d119be8d3168eb +size 4319664 diff --git a/ansible.changes b/ansible.changes index c0645f6..c003936 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 8 17:06:10 UTC 2017 - michael@stroeder.com + +- update to 2.3.2.0 (final) +- replaced hard-coded version by var + ------------------------------------------------------------------- Wed Jun 07 20:51:30 UTC 2017 - matthias.eliasson@gmail.com diff --git a/ansible.spec b/ansible.spec index 020f943..eebd5aa 100644 --- a/ansible.spec +++ b/ansible.spec @@ -24,7 +24,7 @@ BuildArch: noarch %endif Name: ansible -Version: 2.3.1.0 +Version: 2.3.2.0 Release: 0 Summary: Radically simple IT automation License: GPL-3.0 @@ -75,7 +75,7 @@ task-execution, and multinode orchestration - including trivializing things like zero downtime rolling updates with load balancers. %prep -%setup -q -n ansible-2.3.1.0 +%setup -q -n ansible-%{version} %build python setup.py build