Hello community, here is the log from the commit of package syslogd for openSUSE:Factory checked in at 2015-03-19 21:00:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syslogd (Old) and /work/SRC/openSUSE:Factory/.syslogd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syslogd" Changes: -------- --- /work/SRC/openSUSE:Factory/syslogd/syslogd.changes 2014-10-15 16:19:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.syslogd.new/syslogd.changes 2015-03-19 21:00:57.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 11 09:08:48 UTC 2015 - [email protected] + +- Be aware that klog.service should be handled by the + systemd rpm macros + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syslogd.spec ++++++ --- /var/tmp/diff_new_pack.TUmVKE/_old 2015-03-19 21:00:58.000000000 +0100 +++ /var/tmp/diff_new_pack.TUmVKE/_new 2015-03-19 21:00:58.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package syslogd # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -264,12 +264,23 @@ %postun %service_del_postun syslogd.service +%preun -n syslog-service +%service_del_preun klog.service + %post -n syslog-service %{remove_and_set -n syslog SYSLOG_DAEMON} %{remove_and_set -n syslog SYSLOG_REQUIRES_NETWORK} # when exists, remove the broken link pointing to the # common syslog.service file, we've provided before... rm -f /etc/systemd/system/multi-user.target.wants/syslog.service +%service_add_post klog.service +/usr/bin/systemctl -f enable klog.service >/dev/null 2>&1 || : + +%pre -n syslog-service +%service_add_pre klog.service + +%postun -n syslog-service +%service_del_postun klog.service %pre -n klogd %service_add_pre klogd.service -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
