From 4befc12136b1e5e28fd76de9b4c2daed1730a60e9874722dcb1c896c113c332f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 4 Nov 2019 14:14:08 +0000 Subject: [PATCH] Fix SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-evtx?expand=0&rev=18 --- python-evtx.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-evtx.spec b/python-evtx.spec index dd0ecc2..3b70022 100644 --- a/python-evtx.spec +++ b/python-evtx.spec @@ -51,6 +51,7 @@ inspired by the work of Andreas Schuster and his Perl implementation %prep %setup -q %autopatch -p1 + find Evtx -name "*.py" | xargs sed -i '1 { /^#!/ d }' %build