From 9b20ffa3610ac1e735994d476e4ec4bff6ff91e8895049021aef091d4018e515 Mon Sep 17 00:00:00 2001 From: Mark Post Date: Thu, 14 Apr 2022 13:58:10 +0000 Subject: [PATCH] - Updated the cputype script to include the model number of IBM's recently announced z16 processor. OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=132 --- cputype | 1 + s390-tools.changes | 6 ++++++ s390-tools.spec | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/cputype b/cputype index 7520b58..6268d16 100644 --- a/cputype +++ b/cputype @@ -62,6 +62,7 @@ case "${machine}" in 3907) echo "${machine} = z14 ZR1 IBM z14 ZR1" ;; 8561) echo "${machine} = z15 T01 IBM z15 T01" ;; 8562) echo "${machine} = z15 T02 IBM z15 T02" ;; + 3931) echo "${machine} = z16 IBM z16" ;; *) echo "An unknown machine type was reported: ${machine}" >&2 echo "Please file a bug report with this output:" >&2 /bin/cat /proc/cpuinfo >&2 diff --git a/s390-tools.changes b/s390-tools.changes index bf41438..1aaca9f 100644 --- a/s390-tools.changes +++ b/s390-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 14 13:57:12 UTC 2022 - Mark Post + +- Updated the cputype script to include the model number of IBM's + recently announced z16 processor. + ------------------------------------------------------------------- Mon Apr 11 21:11:48 UTC 2022 - Mark Post diff --git a/s390-tools.spec b/s390-tools.spec index 8048369..f37e6c4 100644 --- a/s390-tools.spec +++ b/s390-tools.spec @@ -1,7 +1,7 @@ # # spec file for package s390-tools # -# Copyright (c) 2001-2022 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed