Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2014-11-18 22:46:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/erlang (Old)
 and      /work/SRC/openSUSE:Factory/.erlang.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "erlang"

Changes:
--------
--- /work/SRC/openSUSE:Factory/erlang/erlang.changes    2014-11-03 
13:12:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes       2014-11-18 
22:48:49.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 03:36:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ erlang.spec ++++++
--- /var/tmp/diff_new_pack.LP9LrY/_old  2014-11-18 22:48:52.000000000 +0100
+++ /var/tmp/diff_new_pack.LP9LrY/_new  2014-11-18 22:48:52.000000000 +0100
@@ -389,8 +389,8 @@
 install -D -m 0644 %{S:6} %{buildroot}%{_sysconfdir}/rpm/macros.erlang
 
 %pre epmd
-/usr/sbin/groupadd -r epmd &>/dev/null || :
-/usr/sbin/useradd -g epmd -s /bin/false -r -c "Erlang Port Mapper Daemon" -d 
%{epmd_home} epmd &>/dev/null || :
+/usr/sbin/groupadd -r epmd >/dev/null 2>&1 || :
+/usr/sbin/useradd -g epmd -s /bin/false -r -c "Erlang Port Mapper Daemon" -d 
%{epmd_home} epmd >/dev/null 2>&1 || :
 %if 0%{?have_systemd}
 %service_add_pre epmd.service epmd.socket
 %endif

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

Reply via email to