Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2022-01-26 21:26:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsyslog (Old)
 and      /work/SRC/openSUSE:Factory/.rsyslog.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsyslog"

Wed Jan 26 21:26:34 2022 rev:164 rq:948352 version:8.2110.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2021-10-29 
22:34:52.215696557 +0200
+++ /work/SRC/openSUSE:Factory/.rsyslog.new.1938/rsyslog.changes        
2022-01-26 21:26:46.366079986 +0100
@@ -1,0 +2,6 @@
+Wed Jan 19 06:59:22 UTC 2022 - Thomas Blume <[email protected]>
+
+- add service dependencies for remote logging (bsc#1194669)
+- update config example in remote.conf to match upstream documentation
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.q0HeIL/_old  2022-01-26 21:26:47.166074470 +0100
+++ /var/tmp/diff_new_pack.q0HeIL/_new  2022-01-26 21:26:47.174074415 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rsyslog
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ rsyslog.d.remote.conf.in ++++++
--- /var/tmp/diff_new_pack.q0HeIL/_old  2022-01-26 21:26:47.306073505 +0100
+++ /var/tmp/diff_new_pack.q0HeIL/_new  2022-01-26 21:26:47.310073478 +0100
@@ -35,6 +35,10 @@
 # ######### Receiving Messages from Remote Hosts ########## 
 # TCP Syslog Server:
 # provides TCP syslog reception and GSS-API (if compiled to support it)
+# see https://www.rsyslog.com/receiving-messages-from-a-remote-system
+# module(load="imtcp")
+# input(type="imtcp" port="514" Address="10.10.0.1")
+# alternative syntax
 #$ModLoad imtcp.so         # load module
 #$Address 10.10.0.1        # force to listen on this IP only
 #$Port <port>              # Starts a TCP server on selected port
@@ -43,6 +47,9 @@
 #$InputTCPServerRun <port> # Starts a TCP server on selected port
 
 # UDP Syslog Server:
+# module(load="imudp")
+# input(type="imudp" port="514" Address="10.10.0.1")
+# alternative syntax
 #$ModLoad imudp.so         # provides UDP syslog reception
 #$Adress 10.10.0.1         # force to listen on this IP only
 #$Port 514                 # start a UDP syslog server at standard port 514

++++++ rsyslog.service ++++++
--- /var/tmp/diff_new_pack.q0HeIL/_old  2022-01-26 21:26:47.326073367 +0100
+++ /var/tmp/diff_new_pack.q0HeIL/_new  2022-01-26 21:26:47.330073339 +0100
@@ -3,6 +3,8 @@
 Requires=syslog.socket
 Requires=var-run.mount
 After=var-run.mount
+Wants=network.target network-online.target
+After=network.target network-online.target
 Conflicts=syslog-ng.service syslogd.service
 Documentation=man:rsyslogd(8)
 Documentation=http://www.rsyslog.com/doc/

Reply via email to