Hello community,

here is the log from the commit of package dovecot22 for openSUSE:Factory 
checked in at 2014-11-26 10:33:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dovecot22 (Old)
 and      /work/SRC/openSUSE:Factory/.dovecot22.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dovecot22"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dovecot22/dovecot22.changes      2014-10-29 
21:10:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dovecot22.new/dovecot22.changes 2014-11-26 
10:33:49.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 03:27:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dovecot22.spec ++++++
--- /var/tmp/diff_new_pack.tHFaQG/_old  2014-11-26 10:33:51.000000000 +0100
+++ /var/tmp/diff_new_pack.tHFaQG/_new  2014-11-26 10:33:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dovecot22
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -363,9 +363,9 @@
 
 %pre
 test -n "$FIRST_ARG" || FIRST_ARG=$1
-/usr/sbin/groupadd -r %{pkg_name} &>/dev/null || :
-/usr/sbin/useradd -g %{pkg_name} -s /bin/false -r -c "User for Dovecot imapd" 
-d %{_var}/run/%{pkg_name} %{pkg_name} &>/dev/null || :
-/usr/sbin/useradd -g %{pkg_name} -s /bin/false -r -c "User for Dovecot login" 
-d %{_var}/run/%{pkg_name} dovenull &>/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 Dovecot imapd" 
-d %{_var}/run/%{pkg_name} %{pkg_name} >/dev/null 2>&1 || :
+/usr/sbin/useradd -g %{pkg_name} -s /bin/false -r -c "User for Dovecot login" 
-d %{_var}/run/%{pkg_name} dovenull >/dev/null 2>&1 || :
 # do not let dovecot run during upgrade rhbz#134325
 if [ "$FIRST_ARG" -ge "1" ]; then
   rm -f %restart_flag

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

Reply via email to