Hello community, here is the log from the commit of package python-evtx for openSUSE:Factory checked in at 2019-03-18 10:38:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-evtx (Old) and /work/SRC/openSUSE:Factory/.python-evtx.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-evtx" Mon Mar 18 10:38:36 2019 rev:5 rq:685319 version:0.5.3b Changes: -------- --- /work/SRC/openSUSE:Factory/python-evtx/python-evtx.changes 2018-12-13 19:43:57.109051152 +0100 +++ /work/SRC/openSUSE:Factory/.python-evtx.new.28833/python-evtx.changes 2019-03-18 10:38:37.859484528 +0100 @@ -1,0 +2,5 @@ +Fri Mar 15 07:02:51 UTC 2019 - Hans-Peter Jansen <[email protected]> + +- fix shebang interpreter handling + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-evtx.spec ++++++ --- /var/tmp/diff_new_pack.QBiprx/_old 2019-03-18 10:38:38.403484063 +0100 +++ /var/tmp/diff_new_pack.QBiprx/_new 2019-03-18 10:38:38.407484060 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-evtx # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -45,6 +45,7 @@ %prep %setup -q +find Evtx -name "*.py" | xargs sed -i '1 { /^#!/ d }' %build %python_build @@ -53,7 +54,7 @@ %python_install mkdir -p %{buildroot}%{_bindir} for script in evtxdump.py evtxinfo.py; do - sed -i -e 's:^#!%{_bindir}/env python:#!python3:' scripts/$script + sed -i -e 's:^#!/usr/bin/env python:#!/usr/bin/python3:' scripts/$script dos2unix scripts/$script install -m 0755 scripts/$script %{buildroot}%{_bindir}/$script done
