Hello community, here is the log from the commit of package qutebrowser for openSUSE:Factory checked in at 2020-02-14 16:39:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qutebrowser (Old) and /work/SRC/openSUSE:Factory/.qutebrowser.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qutebrowser" Fri Feb 14 16:39:53 2020 rev:40 rq:774251 version:1.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qutebrowser/qutebrowser.changes 2020-02-06 13:08:43.592352510 +0100 +++ /work/SRC/openSUSE:Factory/.qutebrowser.new.26092/qutebrowser.changes 2020-02-14 16:39:55.767671175 +0100 @@ -1,0 +2,7 @@ +Thu Feb 13 16:14:30 UTC 2020 - Tom Warnke <[email protected]> + +- replace shebangs pointing to /usr/bin/bash with /bin/bash. This + removes the requirement /usr/bin/bash from the RPM. + Fixes boo#1163276. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qutebrowser.spec ++++++ --- /var/tmp/diff_new_pack.kndzKh/_old 2020-02-14 16:39:56.851671780 +0100 +++ /var/tmp/diff_new_pack.kndzKh/_new 2020-02-14 16:39:56.851671780 +0100 @@ -67,6 +67,8 @@ 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
