Hello community, here is the log from the commit of package ansible for openSUSE:Factory checked in at 2016-02-17 10:26:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ansible (Old) and /work/SRC/openSUSE:Factory/.ansible.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ansible" Changes: -------- --- /work/SRC/openSUSE:Factory/ansible/ansible.changes 2015-10-25 19:13:29.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ansible.new/ansible.changes 2016-02-17 12:09:26.000000000 +0100 @@ -1,0 +2,16 @@ +Mon Feb 15 13:23:26 UTC 2016 - [email protected] + +- fix_zypper_errorhandling.patch is being deleted + +------------------------------------------------------------------- +Thu Feb 11 10:44:40 UTC 2016 - [email protected] + +- update to 2.0.0.2 + Version 2.0 is a new major version with a lot of changes, among which: + + New modules for cloud-based services and many more + + The new block/rescue/always directives allow for making task blocks and exception-like semantics + + Many API changes +- more info at: + https://github.com/ansible/ansible/blob/devel/CHANGELOG.md#20-over-the-hills-and-far-away + +------------------------------------------------------------------- Old: ---- ansible-1.9.4.tar.gz fix_zypper_errorhandling.patch New: ---- ansible-2.0.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ansible.spec ++++++ --- /var/tmp/diff_new_pack.1Z2ZmE/_old 2016-02-17 12:09:27.000000000 +0100 +++ /var/tmp/diff_new_pack.1Z2ZmE/_new 2016-02-17 12:09:27.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package ansible # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright 2013 by Lars Vogdt # Copyright 2014 by Boris Manojlovic # @@ -19,7 +19,7 @@ Name: ansible -Version: 1.9.4 +Version: 2.0.0.2 Release: 0 Summary: Radically simple IT automation License: GPL-3.0 @@ -27,7 +27,6 @@ Url: http://ansible.com/ Source: https://pypi.python.org/packages/source/a/ansible/ansible-%{version}.tar.gz Source99: ansible-rpmlintrc -Patch0: fix_zypper_errorhandling.patch %if 0%{?suse_version} %if 0%{?suse_version} >= 01130 @@ -80,24 +79,19 @@ %prep %setup -q -n ansible-%{version} -%patch0 -p1 %build python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -for manfile in man1/ansible.1 man1/ansible-doc.1 \ - man1/ansible-galaxy.1 man1/ansible-playbook.1 \ - man1/ansible-pull.1 man1/ansible-vault.1 -do - install -Dm 0644 docs/man/${manfile} %{buildroot}%{_mandir}/${manfile} -done -# Default configuration not really required by default. -install -Dm 0644 examples/ansible.cfg %{buildroot}%{_sysconfdir}/ansible/ansible.cfg.example -install -Dm 0644 examples/ansible.cfg %{buildroot}%{_sysconfdir}/ansible/ansible.cfg -install -Dm 0644 examples/hosts %{buildroot}%{_sysconfdir}/ansible/hosts.example -install -Dm 0644 examples/hosts %{buildroot}%{_sysconfdir}/ansible/hosts + +mkdir -p %{buildroot}/etc/ansible/ +cp examples/hosts %{buildroot}/etc/ansible/ +cp examples/ansible.cfg %{buildroot}/etc/ansible/ +mkdir -p %{buildroot}/%{_mandir}/man1/ +cp -v docs/man/man1/*.1 %{buildroot}/%{_mandir}/man1/ +mkdir -p %{buildroot}/%{_datadir}/ansible %files %defattr(-,root,root,-) @@ -117,8 +111,6 @@ %{_mandir}/man1/ansible-vault.1* %dir %{_sysconfdir}/ansible %config(noreplace) %{_sysconfdir}/ansible/ansible.cfg -%config %{_sysconfdir}/ansible/ansible.cfg.example %config(noreplace) %{_sysconfdir}/ansible/hosts -%config %{_sysconfdir}/ansible/hosts.example %changelog ++++++ ansible-1.9.4.tar.gz -> ansible-2.0.0.2.tar.gz ++++++ ++++ 188063 lines of diff (skipped) ++++++ ansible-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.1Z2ZmE/_old 2016-02-17 12:09:28.000000000 +0100 +++ /var/tmp/diff_new_pack.1Z2ZmE/_new 2016-02-17 12:09:28.000000000 +0100 @@ -1,4 +1,4 @@ # Modules are scripts by definition but are executed from ansible not directly addFilter("non-executable-script.*/usr/lib/python.*/site-packages/ansible/modules/.*"); # same as utils and runner script -addFilter("non-executable-script.*/usr/lib/python.*/site-packages/ansible/(runner|utils)/.*.py"); +addFilter("non-executable-script.*/usr/lib/python.*/site-packages/ansible/(cli|galaxy|module_utils|plugins/action|runner|utils)/.*.py");
