Hello community, here is the log from the commit of package memcached for openSUSE:Factory checked in at 2014-11-10 17:28:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/memcached (Old) and /work/SRC/openSUSE:Factory/.memcached.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "memcached" Changes: -------- --- /work/SRC/openSUSE:Factory/memcached/memcached.changes 2014-06-24 15:16:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.memcached.new/memcached.changes 2014-11-10 17:29:12.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Nov 09 19:11:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in pre script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ memcached.spec ++++++ --- /var/tmp/diff_new_pack.jLcmEf/_old 2014-11-10 17:29:15.000000000 +0100 +++ /var/tmp/diff_new_pack.jLcmEf/_new 2014-11-10 17:29:15.000000000 +0100 @@ -110,8 +110,8 @@ %{__rm} -rf %{buildroot}; %pre -/usr/sbin/groupadd -r %{pkg_name} &>/dev/null || : -/usr/sbin/useradd -g %{pkg_name} -s /bin/false -r -c "user for %{pkg_name}" -d %{home_dir} %{pkg_name} &>/dev/null || : +/usr/sbin/groupadd -r %{pkg_name} >/dev/null 2>&1 || : +/usr/sbin/useradd -g %{pkg_name} -s /bin/false -r -c "user for %{pkg_name}" -d %{home_dir} %{pkg_name} >/dev/null 2>&1 || : %if %{with systemd} %service_add_pre %{pkg_name}.service %endif -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
