Hello community, here is the log from the commit of package ntop for openSUSE:Factory checked in at 2014-12-29 00:30:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ntop (Old) and /work/SRC/openSUSE:Factory/.ntop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ntop" Changes: -------- --- /work/SRC/openSUSE:Factory/ntop/ntop.changes 2014-10-14 07:13:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ntop.new/ntop.changes 2014-12-29 00:30:21.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Nov 09 19:37:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in pre script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ntop.spec ++++++ --- /var/tmp/diff_new_pack.chqiDO/_old 2014-12-29 00:30:23.000000000 +0100 +++ /var/tmp/diff_new_pack.chqiDO/_new 2014-12-29 00:30:23.000000000 +0100 @@ -192,8 +192,8 @@ #gunzip %%{buildroot}%%{_sysconfdir}/%%{name}/*.gz %pre -/usr/sbin/groupadd -r %{pkg_user} &>/dev/null ||: -/usr/sbin/useradd -g %{pkg_user} -s /bin/false -r -c "user for %{pkg_user}" -d %{pkg_home} %{pkg_user} &>/dev/null ||: +/usr/sbin/groupadd -r %{pkg_user} >/dev/null 2>&1 ||: +/usr/sbin/useradd -g %{pkg_user} -s /bin/false -r -c "user for %{pkg_user}" -d %{pkg_home} %{pkg_user} >/dev/null 2>&1 ||: %preun %if 0%{?suse_version} > 1020 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
