Hello community,

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

Package is "dovecot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dovecot/dovecot.changes  2014-09-30 
19:42:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dovecot.new/dovecot.changes     2014-11-26 
10:33:47.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 04:46:00 UTC 2014 - Led <[email protected]>
+
+- fix bashisms in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dovecot.spec ++++++
--- /var/tmp/diff_new_pack.DYJtgI/_old  2014-11-26 10:33:48.000000000 +0100
+++ /var/tmp/diff_new_pack.DYJtgI/_new  2014-11-26 10:33:48.000000000 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if 0%{?suse_version} > 1230
 %bcond_without systemd
 %else
@@ -50,6 +51,7 @@
 Source9:        dovecot.socket
 Source10:       dovecot-2.1-pigeonhole.configfiles
 Source11:       dovecot-2.2-pigeonhole.configfiles
+
 %description
 Dovecot is an IMAP and POP3 server for Linux and UNIX-like systems,
 written primarily with security in mind. Although it is written in C,
@@ -96,11 +98,10 @@
   %{buildroot}%{_var}/run/%{name}/login/ \
   %{buildroot}%{_var}/lib/%{name}/
 
-
 %pre
-/usr/sbin/groupadd -r %{name} &>/dev/null || :
-/usr/sbin/useradd -g %{name} -s /bin/false -r -c "User for Dovecot imapd" -d 
%{_var}/run/%{name} %{name} &>/dev/null || :
-/usr/sbin/useradd -g %{name} -s /bin/false -r -c "User for Dovecot login" -d 
%{_var}/run/%{name} dovenull &>/dev/null || :
+/usr/sbin/groupadd -r %{name} >/dev/null 2>&1 || :
+/usr/sbin/useradd -g %{name} -s /bin/false -r -c "User for Dovecot imapd" -d 
%{_var}/run/%{name} %{name} >/dev/null 2>&1 || :
+/usr/sbin/useradd -g %{name} -s /bin/false -r -c "User for Dovecot login" -d 
%{_var}/run/%{name} dovenull >/dev/null 2>&1 || :
 # try to copy the default configuration.
 #
 # we fail silently if the dovecot-implementation package is not

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to