Oliver Kurz 2020-02-14 15:39:53 +00:00 committed by Git OBS Bridge
commit 064f1828d4
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 13 16:14:30 UTC 2020 - Tom Warnke <tom+opensuse@toromtomtom.com>
- replace shebangs pointing to /usr/bin/bash with /bin/bash. This
removes the requirement /usr/bin/bash from the RPM.
Fixes boo#1163276.
-------------------------------------------------------------------
Wed Feb 5 07:18:39 UTC 2020 - Martin Rey <mrey@suse.com>

View File

@ -67,6 +67,8 @@ sed -i '1d' %{name}/__main__.py
sed -i 's,^#!/usr/bin/env ,#!/usr/bin/,' \
misc/userscripts/* \
scripts/*.py
sed -i 's,^#!/usr/bin/bash,#!/bin/bash,' \
misc/userscripts/*
mv misc/Makefile .
%build