commit python-pexpect for openSUSE:Factory

Hello community, here is the log from the commit of package python-pexpect for openSUSE:Factory checked in at 2017-07-30 11:20:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pexpect (Old) and /work/SRC/openSUSE:Factory/.python-pexpect.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-pexpect" Sun Jul 30 11:20:22 2017 rev:20 rq:509684 version:4.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pexpect/python-pexpect.changes 2017-04-28 10:43:49.907275233 +0200 +++ /work/SRC/openSUSE:Factory/.python-pexpect.new/python-pexpect.changes 2017-07-30 11:20:24.488410230 +0200 @@ -1,0 +2,5 @@ +Mon Jul 10 18:42:12 UTC 2017 - toddrme2178@gmail.com + +- Fix wrong-script-interpreter rpmlint error. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pexpect.spec ++++++ --- /var/tmp/diff_new_pack.O0Afna/_old 2017-07-30 11:20:25.296296328 +0200 +++ /var/tmp/diff_new_pack.O0Afna/_new 2017-07-30 11:20:25.300295764 +0200 @@ -46,6 +46,10 @@ %prep %setup -n pexpect-%{version} +# Fix wrong-script-interpreter +find examples -type f -name "*.py" -exec sed -i "s|#!/usr/bin/env python||" {} \; +find examples -type f -name "*.cgi" -exec sed -i "s|##!/usr/bin/env python|##!/usr/bin/python|" {} \; + %build %python_build
participants (1)
-
root@hilbert.suse.de