Accepting request 1057822 from home:ngueorguiev:branches:Base:System

Updated package for bsc#1206832

OBS-URL: https://build.opensuse.org/request/show/1057822
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=147
This commit is contained in:
Mark Post 2023-01-11 15:50:20 +00:00 committed by Git OBS Bridge
parent c2ff54d62c
commit 9781536900
2 changed files with 8 additions and 1 deletions

View File

@ -76,7 +76,8 @@ struct machinetype {
{ QC_TYPE_FAMILY_LINUXONE, "8561", "8561 = IBM LinuxONE III LT1" },
{ QC_TYPE_FAMILY_IBMZ, "8562", "8562 = z15 T02 IBM z15 T02" },
{ QC_TYPE_FAMILY_LINUXONE, "8562", "8562 = IBM LinuxONE III LT2" },
{ QC_TYPE_FAMILY_IBMZ, "3931", "3931 = z16 IBM z16" },
{ QC_TYPE_FAMILY_IBMZ, "3931", "3931 = z16 IBM z16 A01" },
{ QC_TYPE_FAMILY_LINUXONE, "3931", "3931 = IBM LinuxONE Emperor 4" },
};
int debug = 0;

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 11 15:39:38 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
- Updated read_values.c for z16 machine type (bsc#1206832)
* Added the IBM LinuxONE Emperor 4 machine type
-------------------------------------------------------------------
Tue Jan 10 08:22:05 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>