Hello community, here is the log from the commit of package dkimproxy for openSUSE:Factory checked in at 2019-12-23 22:47:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dkimproxy (Old) and /work/SRC/openSUSE:Factory/.dkimproxy.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dkimproxy" Mon Dec 23 22:47:24 2019 rev:20 rq:758987 version:1.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/dkimproxy/dkimproxy.changes 2018-11-28 11:15:35.186715097 +0100 +++ /work/SRC/openSUSE:Factory/.dkimproxy.new.6675/dkimproxy.changes 2019-12-23 22:49:11.570106389 +0100 @@ -1,0 +2,7 @@ +Mon Dec 23 13:07:28 UTC 2019 - Peter Varkoly <[email protected]> + +- Add the "installation" section. +- Changed "PreExecStart" to "ExecStartPre". +- Added/changed the type to forking + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dkimproxy.spec ++++++ --- /var/tmp/diff_new_pack.nIy5Ka/_old 2019-12-23 22:49:12.166106609 +0100 +++ /var/tmp/diff_new_pack.nIy5Ka/_new 2019-12-23 22:49:12.182106615 +0100 @@ -1,7 +1,7 @@ # # spec file for package dkimproxy # -# 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 ++++++ dkimproxy-in.service ++++++ --- /var/tmp/diff_new_pack.nIy5Ka/_old 2019-12-23 22:49:12.234106635 +0100 +++ /var/tmp/diff_new_pack.nIy5Ka/_new 2019-12-23 22:49:12.234106635 +0100 @@ -16,8 +16,12 @@ [Service] -PreExecStart=/usr/lib/dkimproxy/dkimproxy_env.sh +Type=forking +ExecStartPre=/usr/lib/dkimproxy/dkimproxy_env.sh EnvironmentFile=/run/sysconfig/dkimproxy PIDFile=/run/dkimporxy_in.pid -ExecStart=/usr/share/dkimproxy/bin/dkimproxy.in --hostname=$FQHN --conf_file=$DKIMPROXY_IN_CFG --user=$DKIMPROXY_USER --group=$DKIMPROXY_GROUP --daemonize +ExecStart=/usr/share/dkimproxy/bin/dkimproxy.in --hostname=${FQHN} --conf_file=${DKIMPROXY_IN_CFG} --user=${DKIMPROXY_USER} --group=${DKIMPROXY_GROUP} --daemonize --pidfile=/run/dkimporxy_in.pid + +[Install] +WantedBy=multi-user.target ++++++ dkimproxy-out.service ++++++ --- /var/tmp/diff_new_pack.nIy5Ka/_old 2019-12-23 22:49:12.254106642 +0100 +++ /var/tmp/diff_new_pack.nIy5Ka/_new 2019-12-23 22:49:12.254106642 +0100 @@ -16,7 +16,11 @@ [Service] +Type=forking EnvironmentFile=/etc/sysconfig/dkimproxy PIDFile=/run/dkimporxy_out.pid -ExecStart=/usr/share/dkimproxy/bin/dkimproxy.out --conf_file=$DKIMPROXY_OUT_CFG --user=$DKIMPROXY_USER --group=$DKIMPROXY_GROUP --daemonize +ExecStart=/usr/share/dkimproxy/bin/dkimproxy.out --conf_file=${DKIMPROXY_OUT_CFG} --user=${DKIMPROXY_USER} --group=${DKIMPROXY_GROUP} --daemonize --pidfile=/run/dkimporxy_out.pid + +[Install] +WantedBy=multi-user.target
