Hello community,

here is the log from the commit of package keepalived for openSUSE:Factory 
checked in at 2014-11-10 17:28:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keepalived (Old)
 and      /work/SRC/openSUSE:Factory/.keepalived.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keepalived"

Changes:
--------
--- /work/SRC/openSUSE:Factory/keepalived/keepalived.changes    2014-08-01 
07:08:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.keepalived.new/keepalived.changes       
2014-11-10 17:29:15.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 05:21:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ keepalived.spec ++++++
--- /var/tmp/diff_new_pack.tBmLLa/_old  2014-11-10 17:29:16.000000000 +0100
+++ /var/tmp/diff_new_pack.tBmLLa/_new  2014-11-10 17:29:16.000000000 +0100
@@ -83,8 +83,8 @@
 rm -rv %{buildroot}/etc/keepalived/samples/
 
 %pre
-/usr/sbin/groupadd -r %{name} &>/dev/null || :
-/usr/sbin/useradd -g %{name} -s /bin/false -r -c "Keepalived" -d 
%{_var}/lib/%{name} %{name} &>/dev/null || :
+/usr/sbin/groupadd -r %{name} >/dev/null 2>&1 || :
+/usr/sbin/useradd -g %{name} -s /bin/false -r -c "Keepalived" -d 
%{_var}/lib/%{name} %{name} >/dev/null 2>&1 || :
 %if 0%{?has_systemd}
 %service_add_pre %{name}.service %{name}.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