Hello community, here is the log from the commit of package shellinabox for openSUSE:Factory checked in at 2015-02-12 10:22:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shellinabox (Old) and /work/SRC/openSUSE:Factory/.shellinabox.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shellinabox" Changes: -------- --- /work/SRC/openSUSE:Factory/shellinabox/shellinabox.changes 2013-08-22 09:37:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.shellinabox.new/shellinabox.changes 2015-02-12 10:23:04.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Nov 10 00:26:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in pre script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shellinabox.spec ++++++ --- /var/tmp/diff_new_pack.GhuqaJ/_old 2015-02-12 10:23:06.000000000 +0100 +++ /var/tmp/diff_new_pack.GhuqaJ/_new 2015-02-12 10:23:06.000000000 +0100 @@ -92,8 +92,8 @@ %__rm -rf %{buildroot} %pre -/usr/sbin/groupadd -r %{shellinabox_user} &>/dev/null ||: -/usr/sbin/useradd -g %{shellinabox_user} -s /bin/false -r -c "user for %{shellinabox_user}" -d %{pkg_home} %{shellinabox_user} &>/dev/null ||: +/usr/sbin/groupadd -r %{shellinabox_user} >/dev/null 2>&1 ||: +/usr/sbin/useradd -g %{shellinabox_user} -s /bin/false -r -c "user for %{shellinabox_user}" -d %{pkg_home} %{shellinabox_user} >/dev/null 2>&1 ||: # --------------------------------------------------------------------------------- -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
