Hello community,

here is the log from the commit of package ansible for openSUSE:Factory checked 
in at 2017-06-08 15:04:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansible (Old)
 and      /work/SRC/openSUSE:Factory/.ansible.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ansible"

Thu Jun  8 15:04:20 2017 rev:27 rq:501813 version:2.3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ansible/ansible.changes  2017-05-18 
20:47:34.449577174 +0200
+++ /work/SRC/openSUSE:Factory/.ansible.new/ansible.changes     2017-06-08 
15:04:27.794659441 +0200
@@ -1,0 +2,14 @@
+Wed Jun 07 20:51:30 UTC 2017 - [email protected]
+
+- update to 2.3.1.0 (final)
+- clean up of spec file with spec-cleaner
+
+-------------------------------------------------------------------
+Wed May 10 22:35:24 UTC 2017 - [email protected]
+
+- update to 2.3.1 RC1 (package version 2.3.0.1):
+  * SECURITY (MODERATE): fix for CVE-2017-7481, in which data for 
+    lookup plugins used as variables was not being correctly marked
+    as "unsafe".
+
+-------------------------------------------------------------------

Old:
----
  ansible-2.3.0.0.tar.gz

New:
----
  ansible-2.3.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ansible.spec ++++++
--- /var/tmp/diff_new_pack.cr6fG9/_old  2017-06-08 15:04:28.754523977 +0200
+++ /var/tmp/diff_new_pack.cr6fG9/_new  2017-06-08 15:04:28.758523412 +0200
@@ -18,37 +18,40 @@
 #
 
 
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110 || 0%{?rhel} == 5
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
+BuildArch:      noarch
+%endif
 Name:           ansible
-Version:        2.3.0.0
+Version:        2.3.1.0
 Release:        0
 Summary:        Radically simple IT automation
 License:        GPL-3.0
 Group:          Development/Languages/Python
 Url:            http://ansible.com/
 Source:         https://releases.ansible.com/ansible/ansible-%{version}.tar.gz 
-
 Source99:       ansible-rpmlintrc
-
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
-%if 0%{?suse_version} >= 01130
-BuildRequires:  python-paramiko
-Requires:       python-paramiko
-BuildRequires:  python-Jinja2
-Requires:       python-Jinja2
-BuildRequires:  python-PyYAML
-Requires:       python-PyYAML
-BuildRequires:  python-pycrypto >= 2.6
-Requires:       python-pycrypto >= 2.6
-%endif
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:       python-setuptools
+Recommends:     python-dnspython
 Recommends:     python-dopy
 Recommends:     python-pywinrm
 Recommends:     sshpass
-Recommends:     python-dnspython
+%if 0%{?suse_version} >= 01130
+BuildRequires:  python-Jinja2
+BuildRequires:  python-PyYAML
+BuildRequires:  python-paramiko
+BuildRequires:  python-pycrypto >= 2.6
+Requires:       python-Jinja2
+Requires:       python-PyYAML
+Requires:       python-paramiko
+Requires:       python-pycrypto >= 2.6
+%endif
 %endif
-
 # RHEL == 6
 %if 0%{?rhel} == 6
 Requires:       python-crypto2.6
@@ -65,14 +68,6 @@
 Requires:       python-setuptools
 %endif
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110 || 0%{?rhel} == 5
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:      noarch
-%endif
-
 %description 
 Ansible is a radically simple IT automation system.  It handles
 configuration-management, application deployment, cloud provisioning, ad-hoc
@@ -80,7 +75,7 @@
 like zero downtime rolling updates with load balancers.
 
 %prep
-%setup -q -n ansible-%{version}
+%setup -q -n ansible-2.3.1.0
 
 %build
 python setup.py build
@@ -88,9 +83,9 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-mkdir -p %{buildroot}/etc/ansible/
-cp examples/hosts %{buildroot}/etc/ansible/
-cp examples/ansible.cfg %{buildroot}/etc/ansible/
+mkdir -p %{buildroot}%{_sysconfdir}/ansible/
+cp examples/hosts %{buildroot}%{_sysconfdir}/ansible/
+cp examples/ansible.cfg %{buildroot}%{_sysconfdir}/ansible/
 mkdir -p %{buildroot}/%{_mandir}/man1/
 cp -v docs/man/man1/*.1 %{buildroot}/%{_mandir}/man1/
 mkdir -p %{buildroot}/%{_datadir}/ansible

++++++ ansible-2.3.0.0.tar.gz -> ansible-2.3.1.0.tar.gz ++++++
++++ 10953 lines of diff (skipped)


Reply via email to