Hello community,

here is the log from the commit of package ansible for openSUSE:Factory checked 
in at 2020-04-11 23:46:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansible (Old)
 and      /work/SRC/openSUSE:Factory/.ansible.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ansible"

Sat Apr 11 23:46:57 2020 rev:60 rq:793006 version:2.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ansible/ansible.changes  2020-03-09 
21:04:05.199013110 +0100
+++ /work/SRC/openSUSE:Factory/.ansible.new.3248/ansible.changes        
2020-04-11 23:47:18.455123984 +0200
@@ -1,0 +2,7 @@
+Mon Apr  6 20:45:04 UTC 2020 - [email protected] - 2.9.6
+
+- create missing (empty) template and files directories for 
+  'ansible-galaxy init' during package build (fixes boo#1137479)
+- require python-xml on python 2 systems (boo#1142542)
+
+-------------------------------------------------------------------
@@ -22,2 +29,2 @@
-    - CVE-2019-14904 (solaris_zone module)
-    - CVE-2019-14905 (nxos_file_copy module),
+    - CVE-2019-14904 (solaris_zone module) (boo#1157968)
+    - CVE-2019-14905 (nxos_file_copy module) (boo#1157969)
@@ -84 +91 @@
-    sensitive data in logs
+    sensitive data in logs (boo#1154830)

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

Other differences:
------------------
++++++ ansible.spec ++++++
--- /var/tmp/diff_new_pack.6VwSb1/_old  2020-04-11 23:47:20.779125755 +0200
+++ /var/tmp/diff_new_pack.6VwSb1/_new  2020-04-11 23:47:20.779125755 +0200
@@ -135,6 +135,9 @@
 Requires:       %{python}-passlib
 Requires:       %{python}-pycrypto >= 2.6
 Requires:       %{python}-setuptools > 0.6
+%if ! %{with python3}
+Requires:       %{python}-xml
+%endif
 Recommends:     %{python}-boto3
 Recommends:     %{python}-botocore
 Recommends:     %{python}-dnspython
@@ -367,6 +370,9 @@
 done
 mkdir -p %{buildroot}%{_sysconfdir}/ansible/
 mkdir -p %{buildroot}%{_sysconfdir}/ansible/roles/
+# fix for https://github.com/ansible/ansible/pull/24381 
+# resp. https://bugzilla.opensuse.org/show_bug.cgi?id=1137479
+mkdir -p 
%{buildroot}%{python3_sitelib}/ansible/galaxy/data/default/role/{files,templates}
 
 cp examples/hosts %{buildroot}%{_sysconfdir}/ansible/
 cp examples/ansible.cfg %{buildroot}%{_sysconfdir}/ansible/


Reply via email to