Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ppc64-diag for openSUSE:Factory 
checked in at 2021-03-24 16:15:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ppc64-diag (Old)
 and      /work/SRC/openSUSE:Factory/.ppc64-diag.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ppc64-diag"

Wed Mar 24 16:15:04 2021 rev:45 rq:880692 version:2.7.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ppc64-diag/ppc64-diag.changes    2019-09-26 
20:42:06.610402033 +0200
+++ /work/SRC/openSUSE:Factory/.ppc64-diag.new.2401/ppc64-diag.changes  
2021-03-24 16:15:56.508127216 +0100
@@ -1,0 +2,6 @@
+Tue Mar 23 10:26:05 UTC 2021 - Michal Suchanek <msucha...@suse.de>
+
+- Fix systemd warning about obsolete logging options (bsc#1183700 ltc#192095).
+  + ppc64-diag-Drop-obsolete-logging-options-from-systemd-service-f.patch
+
+-------------------------------------------------------------------

New:
----
  ppc64-diag-Drop-obsolete-logging-options-from-systemd-service-f.patch

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

Other differences:
------------------
++++++ ppc64-diag.spec ++++++
--- /var/tmp/diff_new_pack.PkFfuw/_old  2021-03-24 16:15:56.944127673 +0100
+++ /var/tmp/diff_new_pack.PkFfuw/_new  2021-03-24 16:15:56.948127677 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ppc64-diag
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,10 +22,12 @@
 Summary:        Linux for Power Platform Diagnostics
 License:        GPL-2.0-or-later
 Group:          System/Monitoring
-Url:            http://sourceforge.net/projects/linux-diag/files/ppc64-diag
+URL:            http://sourceforge.net/projects/linux-diag/files/ppc64-diag
 Source0:        
http://downloads.sourceforge.net/project/linux-diag/ppc64-diag/v%{version}/%{name}-%{version}.tar.gz
 #PATCH-FIX-OPENSUSE - ppc64-diag.varunused.patch - fix unused variables
 Patch1:         ppc64-diag.varunused.patch
+#PATCH-FIX-UPSTREAM - 
ppc64-diag-Drop-obsolete-logging-options-from-systemd-service-f.patch - fix 
systemd warning
+Patch2:         
ppc64-diag-Drop-obsolete-logging-options-from-systemd-service-f.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -65,7 +67,7 @@
 
 %prep
 %setup -q
-%patch1 -p1
+%autopatch -p1
 
 %build
 sed -i 's@%{_prefix}/libexec/ppc64-diag@%{_libexecdir}@g' 
scripts/opal_errd.service

++++++ ppc64-diag-Drop-obsolete-logging-options-from-systemd-service-f.patch 
++++++
>From dda27d6bb666d20eb6e049ad93b0e2ab4dfce16f Mon Sep 17 00:00:00 2001
From: Michal Suchanek <msucha...@suse.de>
Date: Fri, 19 Mar 2021 13:27:37 +0100
Subject: [PATCH] Drop obsolete logging options from systemd service files.

Git-commit: dda27d6bb666d20eb6e049ad93b0e2ab4dfce16f

See https://github.com/systemd/systemd/issues/15807 LTC#192095 bsc#1183700

Signed-off-by: Michal Suchanek <msucha...@suse.de>
---
 scripts/opal_errd.service | 2 --
 scripts/rtas_errd.service | 2 --
 2 files changed, 4 deletions(-)

diff --git a/scripts/opal_errd.service b/scripts/opal_errd.service
index b239ae2b86de..aa82f8983df8 100644
--- a/scripts/opal_errd.service
+++ b/scripts/opal_errd.service
@@ -7,8 +7,6 @@ After=syslog.target
 [Service]
 Type=forking
 ExecStart=/usr/sbin/opal_errd
-StandardOutput=syslog
-StandardError=syslog
 Restart=always
 
 [Install]
diff --git a/scripts/rtas_errd.service b/scripts/rtas_errd.service
index f5361fd6264d..5b5dd222d40c 100644
--- a/scripts/rtas_errd.service
+++ b/scripts/rtas_errd.service
@@ -8,8 +8,6 @@ After=syslog.target
 [Service]
 Type=forking
 ExecStart=/usr/sbin/rtas_errd
-StandardOutput=syslog
-StandardError=syslog
 Restart=always
 
 [Install]
-- 
2.26.2

Reply via email to