From 4fe9a12454965a14b978bf193158da87ee31b502364be94e6e434532c78cadb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Mon, 5 Feb 2018 10:09:34 +0000 Subject: [PATCH] remove shebang from python-macro-helper OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=435 --- pythondistdeps.diff | 11 +++++++++-- rpm.changes | 5 +++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/pythondistdeps.diff b/pythondistdeps.diff index 7324049..cb4b6c8 100644 --- a/pythondistdeps.diff +++ b/pythondistdeps.diff @@ -1,5 +1,12 @@ ---- ./scripts/pythondistdeps.py.orig 2018-01-02 10:03:28.273247676 +0000 -+++ ./scripts/pythondistdeps.py 2018-01-02 10:03:41.527207759 +0000 +--- ./scripts/python-macro-helper.orig 2018-02-05 10:06:51.837690381 +0000 ++++ ./scripts/python-macro-helper 2018-02-05 10:07:22.500594058 +0000 +@@ -1,4 +1,3 @@ +-#!/usr/bin/python -Es + + from distutils.sysconfig import get_python_lib + from platform import python_version_tuple +--- ./scripts/pythondistdeps.py.orig 2017-10-05 10:04:57.587602034 +0000 ++++ ./scripts/pythondistdeps.py 2018-02-05 10:06:37.013736947 +0000 @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- diff --git a/rpm.changes b/rpm.changes index 1eb6e0d..2a40dae 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 5 11:08:12 CET 2018 - mls@suse.de + +- remove shebang from python-macro-helper + ------------------------------------------------------------------- Wed Jan 31 14:45:33 CET 2018 - mls@suse.de