Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ansible for openSUSE:Factory checked 
in at 2021-07-14 23:58:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ansible (Old)
 and      /work/SRC/openSUSE:Factory/.ansible.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ansible"

Wed Jul 14 23:58:39 2021 rev:81 rq:906171 version:2.9.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/ansible/ansible.changes  2021-06-25 
15:02:02.552203145 +0200
+++ /work/SRC/openSUSE:Factory/.ansible.new.2625/ansible.changes        
2021-07-14 23:59:00.201506802 +0200
@@ -1,0 +2,6 @@
+Mon Jul 12 04:59:25 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com>
+
+- If building with Python 3, change the shebang of the test scripts
+  shipped in ansible-test to be /usr/bin/python3. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ansible.spec ++++++
--- /var/tmp/diff_new_pack.DIOhQa/_old  2021-07-14 23:59:00.969501180 +0200
+++ /var/tmp/diff_new_pack.DIOhQa/_new  2021-07-14 23:59:00.969501180 +0200
@@ -300,6 +300,12 @@
 find ./ -type f -exec \
     sed -i '1s|^#!%{_bindir}/env |#!%{_bindir}/|' {} \;
 
+# Run test fragments under Python 3, if that is our configured Python.
+%if %{with python3}
+  find test -name '*.py' -exec \
+    sed -i '1s|^\(#!%{_bindir}/python\)$|\13|' {} \;
+%endif
+
 %build
 %{python} setup.py build
 %if 0%{?with_docs}

Reply via email to