Standard output type syslog is obsolete
This commit is contained in:
parent
b7ee13888a
commit
b6573d2b59
12
ppc64-diag-2.7.6-standard_output_type_syslog_obsolete.patch
Normal file
12
ppc64-diag-2.7.6-standard_output_type_syslog_obsolete.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up ppc64-diag-2.7.6/scripts/rtas_errd.service.me ppc64-diag-2.7.6/scripts/rtas_errd.service
|
||||||
|
--- ppc64-diag-2.7.6/scripts/rtas_errd.service.me 2021-05-26 12:56:56.403371811 +0200
|
||||||
|
+++ ppc64-diag-2.7.6/scripts/rtas_errd.service 2021-05-26 12:57:14.002606551 +0200
|
||||||
|
@@ -7,8 +7,6 @@ After=syslog.target
|
||||||
|
[Service]
|
||||||
|
Type=forking
|
||||||
|
ExecStart=/usr/sbin/rtas_errd
|
||||||
|
-StandardOutput=syslog
|
||||||
|
-StandardError=syslog
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
@ -1,6 +1,6 @@
|
|||||||
Name: ppc64-diag
|
Name: ppc64-diag
|
||||||
Version: 2.7.6
|
Version: 2.7.6
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: PowerLinux Platform Diagnostics
|
Summary: PowerLinux Platform Diagnostics
|
||||||
URL: https://github.com/power-ras/%{name}
|
URL: https://github.com/power-ras/%{name}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -36,6 +36,7 @@ Patch0: ppc64-diag-messagecatalog-location.patch
|
|||||||
Patch2: ppc64-diag-scriptlocation.patch
|
Patch2: ppc64-diag-scriptlocation.patch
|
||||||
Patch3: ppc64-diag-lpdscriptloc.patch
|
Patch3: ppc64-diag-lpdscriptloc.patch
|
||||||
Patch4: ppc64-diag-permission.patch
|
Patch4: ppc64-diag-permission.patch
|
||||||
|
Patch5: ppc64-diag-2.7.6-standard_output_type_syslog_obsolete.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains various diagnostic tools for PowerLinux.
|
This package contains various diagnostic tools for PowerLinux.
|
||||||
@ -170,6 +171,9 @@ if [ "$1" = "0" ]; then # last uninstall
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 26 2021 Than Ngo <than@redhat.com> - 2.7.6-10
|
||||||
|
- Standard output type syslog is obsolete
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-9
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user