Hello community, here is the log from the commit of package icecast for openSUSE:Factory checked in at 2014-11-10 17:28:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/icecast (Old) and /work/SRC/openSUSE:Factory/.icecast.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icecast" Changes: -------- --- /work/SRC/openSUSE:Factory/icecast/icecast.changes 2014-05-26 14:40:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.icecast.new/icecast.changes 2014-11-10 17:29:04.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Nov 09 04:42:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in pre script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icecast.spec ++++++ --- /var/tmp/diff_new_pack.QHJgLA/_old 2014-11-10 17:29:06.000000000 +0100 +++ /var/tmp/diff_new_pack.QHJgLA/_new 2014-11-10 17:29:06.000000000 +0100 @@ -110,8 +110,8 @@ %{?buildroot:%__rm -rf %{buildroot}} %pre -/usr/sbin/groupadd -r %{name} &>/dev/null || : -/usr/sbin/useradd -g %{name} -s /bin/false -r -c "Icecast streaming server" -d %{_localstatedir}/lib/%{name} %{name} &>/dev/null || : +/usr/sbin/groupadd -r %{name} >/dev/null 2>&1 || : +/usr/sbin/useradd -g %{name} -s /bin/false -r -c "Icecast streaming server" -d %{_localstatedir}/lib/%{name} %{name} >/dev/null 2>&1 || : %if 0%{?suse_version} > 1140 %service_add_pre %{name}.service %endif -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
