Update to latest upstream v2.7.5
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
This commit is contained in:
parent
3c29be47bf
commit
0a808681ce
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/ppc64-diag-2.7.0.tar.gz
|
/ppc64-diag-2.7.0.tar.gz
|
||||||
/ppc64-diag-2.7.1.tar.gz
|
/ppc64-diag-2.7.1.tar.gz
|
||||||
/ppc64-diag-2.7.4.tar.gz
|
/ppc64-diag-2.7.4.tar.gz
|
||||||
|
/ppc64-diag-2.7.5.tar.gz
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
commit 608507ea8ed81209204feacbbde40e234d261141
|
|
||||||
Author: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
|
|
||||||
Date: Wed Sep 13 21:54:45 2017 +0530
|
|
||||||
|
|
||||||
scripts: Fix service scripts
|
|
||||||
|
|
||||||
By mistake I added wrong condition check which resulted in unnecessary
|
|
||||||
log messages in PowerNV system. This patch fixes service script properly.
|
|
||||||
|
|
||||||
Fixes: 1f49a51c (scripts: Improve service scripts)
|
|
||||||
Reported-by: Frédéric Bonnard <frediz@linux.vnet.ibm.com>
|
|
||||||
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
|
|
||||||
|
|
||||||
diff --git a/scripts/rtas_errd.service b/scripts/rtas_errd.service
|
|
||||||
index 5507b8a..8475c3e 100644
|
|
||||||
--- a/scripts/rtas_errd.service
|
|
||||||
+++ b/scripts/rtas_errd.service
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
[Unit]
|
|
||||||
Description=ppc64-diag rtas_errd (platform error handling) Service
|
|
||||||
-ConditionPathExists=|!/proc/ppc64/rtas/error_log
|
|
||||||
-ConditionPathExists=|!/proc/ppc64/error_log
|
|
||||||
+ConditionPathExists=|/proc/ppc64/rtas/error_log
|
|
||||||
+ConditionPathExists=|/proc/ppc64/error_log
|
|
||||||
After=syslog.target
|
|
||||||
|
|
||||||
[Service]
|
|
@ -1,6 +1,6 @@
|
|||||||
Name: ppc64-diag
|
Name: ppc64-diag
|
||||||
Version: 2.7.4
|
Version: 2.7.5
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: PowerLinux Platform Diagnostics
|
Summary: PowerLinux Platform Diagnostics
|
||||||
URL: http://sourceforge.net/projects/linux-diag/files/ppc64-diag/
|
URL: http://sourceforge.net/projects/linux-diag/files/ppc64-diag/
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -28,8 +28,6 @@ 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
|
||||||
# https://sourceforge.net/p/linux-diag/ppc64-diag/ci/608507ea8ed81209204feacbbde40e234d261141/
|
|
||||||
Patch5: ppc64-diag-service.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains various diagnostic tools for PowerLinux.
|
This package contains various diagnostic tools for PowerLinux.
|
||||||
@ -128,6 +126,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 25 2019 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 2.7.5-1
|
||||||
|
- Update to latest upstream 2.7.5
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.4-4
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.4-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ppc64-diag-2.7.4.tar.gz) = 4c5bb3faf07c9c26d73d53701fff2430f7ac11dd7d0a527a9f2e51d15775f6042129f763e64859974843f0a758171f595886ff783778fd926957f4900b956505
|
SHA512 (ppc64-diag-2.7.5.tar.gz) = 3b7ba132e3c889dbcf3a4de58fba1940a68a013080e77de80f9fd3a488c90ad84e92cd518dfa35576e86a513ab21283b39d3da7cec91ba8a2de2ec0a10167426
|
||||||
|
Loading…
Reference in New Issue
Block a user