- Update to 2.7.10
* Aadd support for multiple platform dumps * Add support for light path diagnostics for rtas events * Enable correct display of model and system-id for IPS Power systems * Fix call home feature for nvmf devices * Fix crash in rtas_errd due to invalid -f option values * Fix build warnings with GCC-15 Resolves: RHEL-65188
This commit is contained in:
parent
b2a9647c9d
commit
cad52e4a7f
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/ppc64-diag-2.7.6.tar.gz
|
||||
/ppc64-diag-2.7.8.tar.gz
|
||||
/ppc64-diag-2.7.9.tar.gz
|
||||
/ppc64-diag-2.7.10.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ppc64-diag
|
||||
Version: 2.7.9
|
||||
Release: 8%{?dist}
|
||||
Version: 2.7.10
|
||||
Release: 1%{?dist}
|
||||
Summary: PowerLinux Platform Diagnostics
|
||||
URL: https://github.com/power-ras/%{name}
|
||||
License: GPL-2.0-only
|
||||
@ -169,6 +169,16 @@ if [ "$1" = "0" ]; then # last uninstall
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Tue Nov 19 2024 Than Ngo <than@redhat.com> - 2.7.10-1
|
||||
- Update to 2.7.10
|
||||
* Aadd support for multiple platform dumps
|
||||
* Add support for light path diagnostics for rtas events
|
||||
* Enable correct display of model and system-id for IPS Power systems
|
||||
* Fix call home feature for nvmf devices
|
||||
* Fix crash in rtas_errd due to invalid -f option values
|
||||
* Fix build warnings with GCC-15
|
||||
Resolves: RHEL-65188
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.7.9-8
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ppc64-diag-2.7.9.tar.gz) = b6756c17e67e876ad3a945d05dbd2c2523cbf121c4aa658a4edaf33775c8165ff26a252bdf812600e2d47ae69cd68f6e22c0de6f2d3994856adcd3d949322673
|
||||
SHA512 (ppc64-diag-2.7.10.tar.gz) = 9d9345a1c2cb7d70a1f4fd79e05c16cd0db0ed1ae1e084b32706b0282f24743954e06d71e9a3f459b3b523ce0a4fc70563ca6e2b8d25689b441b809736afbf39
|
||||
|
Loading…
Reference in New Issue
Block a user