diff --git a/.gitignore b/.gitignore index 32b902b..bbfe73d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ppc64-diag-2.7.9.tar.gz +SOURCES/ppc64-diag-2.7.10.tar.gz diff --git a/.ppc64-diag.metadata b/.ppc64-diag.metadata index 6fbf14d..14ecccb 100644 --- a/.ppc64-diag.metadata +++ b/.ppc64-diag.metadata @@ -1 +1 @@ -f98832e286b997679c6d3818c00b33410851140d SOURCES/ppc64-diag-2.7.9.tar.gz +8e743468598291b34e65ea26bb872df77a6885e2 SOURCES/ppc64-diag-2.7.10.tar.gz diff --git a/SPECS/ppc64-diag.spec b/SPECS/ppc64-diag.spec index 49e5fab..93a9fb6 100644 --- a/SPECS/ppc64-diag.spec +++ b/SPECS/ppc64-diag.spec @@ -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 - 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 - 2.7.9-8 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018