Hello community, here is the log from the commit of package quassel for openSUSE:Factory checked in at 2018-07-12 09:20:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/quassel (Old) and /work/SRC/openSUSE:Factory/.quassel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "quassel" Thu Jul 12 09:20:24 2018 rev:43 rq:622075 version:0.12.5 Changes: -------- --- /work/SRC/openSUSE:Factory/quassel/quassel.changes 2018-06-28 15:14:34.207466333 +0200 +++ /work/SRC/openSUSE:Factory/.quassel.new/quassel.changes 2018-07-12 09:21:54.242648405 +0200 @@ -1,0 +2,6 @@ +Wed Jul 11 10:25:08 UTC 2018 - [email protected] + +- Fix the rpmlint warning env-script-interpreter by rewriting the + #!/usr/bin/env shebang in the scripts in /usr/share/quassel/scripts . + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ quassel.spec ++++++ --- /var/tmp/diff_new_pack.htQQOP/_old 2018-07-12 09:21:54.798649182 +0200 +++ /var/tmp/diff_new_pack.htQQOP/_new 2018-07-12 09:21:54.798649182 +0200 @@ -188,6 +188,12 @@ install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}core install -D -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name} +# rewrite env shebang on scripts to normal shebang +sed -i '1{ + s,^#!/usr/bin/env *bash *$,#!/bin/bash, + s,^#!/usr/bin/env *\([^ ]*\) *$,#!/usr/bin/\1, +}' %{buildroot}%{_datadir}/%{name}/scripts/* + %pre core %{_bindir}/getent group %{name}core >/dev/null || %{_sbindir}/groupadd -r %{name}core %{_bindir}/getent passwd %{name}core >/dev/null || %{_sbindir}/useradd -r -d %{_localstatedir}/lib/%{name}core \
