Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2020-09-10 22:45:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsyslog (Old)
 and      /work/SRC/openSUSE:Factory/.rsyslog.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsyslog"

Thu Sep 10 22:45:39 2020 rev:150 rq:832902 version:8.2008.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2020-07-24 
09:52:44.189201723 +0200
+++ /work/SRC/openSUSE:Factory/.rsyslog.new.4249/rsyslog.changes        
2020-09-10 22:45:43.619695647 +0200
@@ -1,0 +2,12 @@
+Sat Aug 29 13:23:05 UTC 2020 - Michael Ströder <[email protected]>
+
+- Upgrade to rsyslog 8.2008.0
+  Way too many changes since 8.39.0 to be listed here.
+- Added custom unit file rsyslog.service because
+  systemd service file was removed from upstream project
+- Removed obsolete patches:
+  * 0001-satisfy-gcc-flag-fno-common.patch
+  * rsyslog-pgsql-pkg-config.patch
+  * rsyslog-unit.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-satisfy-gcc-flag-fno-common.patch
  rsyslog-8.39.0.tar.gz
  rsyslog-doc-8.39.0.tar.gz
  rsyslog-pgsql-pkg-config.patch
  rsyslog-unit.patch

New:
----
  rsyslog-8.2008.0.tar.gz
  rsyslog-doc-8.2008.0.tar.gz
  rsyslog.service

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

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.dMuESh/_old  2020-09-10 22:45:45.439697324 +0200
+++ /var/tmp/diff_new_pack.dMuESh/_new  2020-09-10 22:45:45.443697328 +0200
@@ -25,7 +25,7 @@
 Summary:        The enhanced syslogd for Linux and Unix
 License:        (GPL-3.0-or-later AND Apache-2.0)
 Group:          System/Daemons
-Version:        8.39.0
+Version:        8.2008.0
 Release:        0
 %if 0%{?suse_version} >= 1210
 %bcond_without  systemd
@@ -85,7 +85,7 @@
 %define         rsyslog_module_dir_withdeps %{_libdir}/rsyslog/
 URL:            http://www.rsyslog.com/
 # Upstream library deprecated and we want to support migration
-Obsoletes:      %{name}-module-guardtime
+Obsoletes:      %{name}-module-guardtime <= 8.38.0
 %if %{with systemd}
 Provides:       syslog
 Provides:       sysvinit(syslog)
@@ -227,6 +227,7 @@
 Source0:        
http://www.rsyslog.com/files/download/%{name}/%{name}-%{version}.tar.gz
 Source1:        rsyslog.sysconfig
 Source2:        rsyslog.conf.in
+Source3:        rsyslog.service
 Source4:        rsyslog.d.remote.conf.in
 Source5:        rsyslog-service-prepare.in
 Source6:        usr.sbin.rsyslogd
@@ -239,11 +240,6 @@
 Source18:       firewall.frule
 Source19:       NetworkManager.frule
 
-# PATCH-FIX-OPENSUSE rsyslog-unit.patch [email protected] Customize 
upstream systemd unit for openSUSE needs.
-Patch0:         rsyslog-unit.patch
-Patch1:         rsyslog-pgsql-pkg-config.patch
-Patch2:         0001-satisfy-gcc-flag-fno-common.patch
-
 # this is a dirty hack since % dir does only work for the specified directory 
and nothing above
 # but I want to be able to switch this to /etc/apparmor.d once the profiles 
received more testing
 %define APPARMOR_PROFILE_PATH /usr/share/apparmor/extra-profiles
@@ -588,9 +584,6 @@
 
 %prep
 %setup -q -a 14
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 #
 %if %{with systemd}
 for file in rsyslog-service-prepare; do
@@ -847,6 +840,8 @@
        %{buildroot}%{rsyslogdocdir}/pgsql-createDB.sql
 %endif
 %if %{with systemd}
+install -d -m0755 %{buildroot}%{_unitdir}
+install -m644 %{SOURCE3} %{buildroot}%{_unitdir}/
 install -d -m0755 %{buildroot}%{_sysconfdir}/systemd/journald.conf.d
 install -m644 %{SOURCE16} 
%{buildroot}%{_sysconfdir}/systemd/journald.conf.d/rsyslog.conf
 %endif

++++++ rsyslog-8.39.0.tar.gz -> rsyslog-8.2008.0.tar.gz ++++++
++++ 104061 lines of diff (skipped)

++++++ rsyslog-doc-8.39.0.tar.gz -> rsyslog-doc-8.2008.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/rsyslog/rsyslog-doc-8.39.0.tar.gz 
/work/SRC/openSUSE:Factory/.rsyslog.new.4249/rsyslog-doc-8.2008.0.tar.gz 
differ: char 5, line 1

++++++ rsyslog.service ++++++
[Unit]
Description=System Logging Service
Requires=syslog.socket
Requires=var-run.mount
After=var-run.mount
Conflicts=syslog-ng.service syslogd.service
Documentation=man:rsyslogd(8)
Documentation=http://www.rsyslog.com/doc/

[Service]
Type=notify
Environment=RSYSLOGD_PARAMS=
EnvironmentFile=-/etc/sysconfig/syslog
ExecStartPre=/usr/sbin/rsyslog-service-prepare
ExecStart=/usr/sbin/rsyslogd -n -iNONE $RSYSLOGD_PARAMS
ExecReload=/bin/kill -HUP $MAINPID
StandardOutput=null
Restart=on-abort

# Increase the default a bit in order to allow many simultaneous
# files to be monitored, we might need a lot of fds.
LimitNOFILE=16384

[Install]
WantedBy=multi-user.target
Alias=syslog.service

Reply via email to