Hello community,

here is the log from the commit of package cyrus-imapd for openSUSE:Factory 
checked in at 2019-01-21 10:57:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cyrus-imapd (Old)
 and      /work/SRC/openSUSE:Factory/.cyrus-imapd.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cyrus-imapd"

Mon Jan 21 10:57:28 2019 rev:72 rq:666435 version:2.4.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/cyrus-imapd/cyrus-imapd.changes  2018-12-04 
20:55:33.260771040 +0100
+++ /work/SRC/openSUSE:Factory/.cyrus-imapd.new.28833/cyrus-imapd.changes       
2019-01-21 10:57:53.663467161 +0100
@@ -1,0 +2,14 @@
+Wed Jan 16 10:09:23 UTC 2019 - Peter Varkoly <vark...@suse.com>
+
+- bsc#1119629 cyrus-imapd.service contains bogus User and Groupi 
+    specification
+- bsc#1115999 Please convert SysV init scripts by cyrus-imapd 
+    into native systemd services
+  - Removed User and Group from the service file
+
+-------------------------------------------------------------------
+Tue Dec  4 10:42:49 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Avoid repeated emission of the %service_* boilerplate.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cyrus-imapd.spec ++++++
--- /var/tmp/diff_new_pack.XVnNug/_old  2019-01-21 10:57:54.255466388 +0100
+++ /var/tmp/diff_new_pack.XVnNug/_new  2019-01-21 10:57:54.255466388 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cyrus-imapd
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -371,16 +371,12 @@
 getent passwd %{cyrus_user} >/dev/null || useradd -r -o -g %{cyrus_group} -u 
%{cyrus_uid} -d %{_localstatedir}/lib/imap -s /sbin/nologin -c "user for 
%{name}" %{cyrus_user}
 usermod -d %{_localstatedir}/lib/imap %{cyrus_user} || :
 %if %{with systemd}
-%service_add_pre %{_servicename}.service
-%service_add_pre backup-cyrus.service
-%service_add_pre backup-cyrus.timer
+%service_add_pre %{_servicename}.service backup-cyrus.service 
backup-cyrus.timer
 %endif
 
 %preun
 %if %{with systemd}
-%service_del_preun %{_servicename}.service
-%service_del_preun backup-cyrus.service
-%service_del_preun backup-cyrus.timer
+%service_del_preun %{_servicename}.service backup-cyrus.service 
backup-cyrus.timer
 %else
 %stop_on_removal %{_servicename}
 %endif
@@ -408,18 +404,14 @@
 }
 %if %{with systemd}
 %{fillup_only %{_servicename}}
-%service_add_post %{_servicename}.service
-%service_add_post backup-cyrus.service
-%service_add_post backup-cyrus.timer
+%service_add_post %{_servicename}.service backup-cyrus.service 
backup-cyrus.timer
 %else
 %{fillup_and_insserv %{_servicename}}
 %endif
 
 %postun
 %if %{with systemd}
-%service_del_postun %{_servicename}.service
-%service_del_postun backup-cyrus.service
-%service_del_postun backup-cyrus.timer
+%service_del_postun %{_servicename}.service backup-cyrus.service 
backup-cyrus.timer
 %else
 %restart_on_update %{_servicename}
 %insserv_cleanup


++++++ cyrus-imapd-rc-2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SUSE/cyrus-imapd.service new/SUSE/cyrus-imapd.service
--- old/SUSE/cyrus-imapd.service        2018-12-03 16:27:33.438769505 +0100
+++ new/SUSE/cyrus-imapd.service        2019-01-16 11:08:47.232630606 +0100
@@ -5,8 +5,6 @@
 
 [Service]
 Type=simple
-User=cyrus
-Group=mail
 EnvironmentFile=-/etc/sysconfig/cyrus-imapd
 PIDFile=/run/cyrus-imapd/master.pid
 ExecStartPre=-/bin/echo 'Starting Cyrus IMAP and POP server'


Reply via email to