From a226126893566fe9d3b18d80963bd6d215f01c5b6c195b83f59ea1cd85aa34d8 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 10 Jul 2017 20:01:02 +0000 Subject: [PATCH] Accepting request 509278 from home:TheBlackCat:branches:devel:languages:python Fix wrong-script-interpreter rpmlint error. OBS-URL: https://build.opensuse.org/request/show/509278 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docopt?expand=0&rev=11 --- python-docopt.changes | 5 +++++ python-docopt.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-docopt.changes b/python-docopt.changes index 79cc0f8..b32d49a 100644 --- a/python-docopt.changes +++ b/python-docopt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 10 18:42:12 UTC 2017 - toddrme2178@gmail.com + +- Fix wrong-script-interpreter rpmlint error. + ------------------------------------------------------------------- Tue Apr 25 16:09:02 UTC 2017 - toddrme2178@gmail.com diff --git a/python-docopt.spec b/python-docopt.spec index 0fde07f..a5ebf1e 100644 --- a/python-docopt.spec +++ b/python-docopt.spec @@ -50,6 +50,9 @@ easily. %prep %setup -q -n docopt-%{version} +# Fix wrong-script-interpreter +sed -i "s|#! /usr/bin/env python||" examples/git/git.py + %build %python_build