Hello community,

here is the log from the commit of package haproxy for openSUSE:Factory checked 
in at 2014-11-11 09:59:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/haproxy (Old)
 and      /work/SRC/openSUSE:Factory/.haproxy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "haproxy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes  2014-11-04 
17:28:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.haproxy.new/haproxy.changes     2014-11-11 
09:59:45.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 21:52:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in pre script
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ haproxy.spec ++++++
--- /var/tmp/diff_new_pack.v8NINE/_old  2014-11-11 09:59:46.000000000 +0100
+++ /var/tmp/diff_new_pack.v8NINE/_new  2014-11-11 09:59:46.000000000 +0100
@@ -159,8 +159,8 @@
 %endif
 
 %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 %{pkg_home} %{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 %{pkg_home} %{pkg_name} >/dev/null 2>&1 || :
 
 %if %{with systemd}
 %service_add_pre %{pkg_name}.service

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to