Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2024-01-19 23:00:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsyslog (Old)
 and      /work/SRC/openSUSE:Factory/.rsyslog.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsyslog"

Fri Jan 19 23:00:10 2024 rev:176 rq:1139742 version:8.2306.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2023-11-14 
21:41:48.073885093 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new.16006/rsyslog.changes       
2024-01-19 23:00:14.437738167 +0100
@@ -1,0 +2,6 @@
+Thu Jan 18 14:04:41 UTC 2024 - Thomas Blume <[email protected]>
+
+- suppress installation errors when systemd is not running
+  (bsc#1218799)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.xwmPZW/_old  2024-01-19 23:00:15.281769020 +0100
+++ /var/tmp/diff_new_pack.xwmPZW/_new  2024-01-19 23:00:15.285769166 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rsyslog
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,11 +22,13 @@
 %endif
 
 %define mark_daemon_restart %if 0%{?suse_version} > 1550 \
-                               /usr/lib/systemd/systemd-update-helper 
mark-restart-system-units rsyslog.service \
+                               /usr/lib/systemd/systemd-update-helper 
mark-restart-system-units rsyslog.service ||: \
                             %else \
-                               /usr/bin/systemctl set-property 
"rsyslog.service" Markers=+needs-restart \
+                               /usr/bin/systemctl set-property 
"rsyslog.service" Markers=+needs-restart ||: \
                             %endif
 
+%define requires_file() %( readlink -f '%*' | LC_ALL=C xargs -r rpm -q --qf 
'Requires: %%{name} >= %%{epoch}:%%{version}\\n' -f | sed -e 's/ (none):/ /' -e 
's/ 0:/ /' | grep -v "is not")
+
 # drop this with next release when doc tarball version lines up
 %define rsyslog_major 8.2306
 %define rsyslog_patch 0
@@ -397,6 +399,8 @@
 Summary:        RELP protocol support module for syslog
 Group:          System/Daemons
 
+%requires_file %{_libdir}/librelp.so
+
 %description module-relp
 Rsyslog is an enhanced multi-threaded syslog daemon. See rsyslog
 package.
@@ -1026,9 +1030,7 @@
 %endif
 
 %posttrans
-if [ -x /usr/bin/systemctl ] && /usr/bin/systemctl is-active rsyslog.service; 
then
-      /usr/bin/systemctl --marked reload-or-restart
-fi
+/usr/bin/systemctl --marked reload-or-restart ||:
 
 %preun
 #

Reply via email to