Backport CVM fixes from upstream
resolves: RHEL-54092
This commit is contained in:
parent
50e45c878a
commit
e934804be1
@ -0,0 +1,28 @@
|
|||||||
|
From 963676c4dd4c2a9c070b76da6f8835ceb131dbe0 Mon Sep 17 00:00:00 2001
|
||||||
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||||||
|
Date: Tue, 13 Aug 2024 13:23:06 +0100
|
||||||
|
Subject: [PATCH] virt-what-cvm.pod: Fix man page typo s390x-protvirt ->
|
||||||
|
s390-protvirt
|
||||||
|
|
||||||
|
Reported-by: Yongkui Guo
|
||||||
|
Fixes: commit 037689fbe95e403b050c1eb736ebc8fdc2e601a5
|
||||||
|
---
|
||||||
|
virt-what-cvm.pod | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/virt-what-cvm.pod b/virt-what-cvm.pod
|
||||||
|
index 00e21cb70..a76717984 100644
|
||||||
|
--- a/virt-what-cvm.pod
|
||||||
|
+++ b/virt-what-cvm.pod
|
||||||
|
@@ -60,7 +60,7 @@ paired with B<amd-sev-snp>.
|
||||||
|
|
||||||
|
Status: tested on Microsoft Azure SEV-SNP & TDX CVM
|
||||||
|
|
||||||
|
-=item B<s390x-protvirt>
|
||||||
|
+=item B<s390-protvirt>
|
||||||
|
|
||||||
|
This is a confidential guest running on s390x with the
|
||||||
|
Protected Virtualization (Secure Execution) technology
|
||||||
|
--
|
||||||
|
2.43.0
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
Name: virt-what
|
Name: virt-what
|
||||||
Version: 1.26
|
Version: 1.26
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Detect if we are running in a virtual machine
|
Summary: Detect if we are running in a virtual machine
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
|
||||||
@ -16,6 +16,7 @@ Source1: copy-patches.sh
|
|||||||
# Patches.
|
# Patches.
|
||||||
Patch0001: 0001-Fix-CVM-detection-on-Azure-with-TDX.patch
|
Patch0001: 0001-Fix-CVM-detection-on-Azure-with-TDX.patch
|
||||||
Patch0002: 0002-Add-support-for-detecting-protected-virtualization-o.patch
|
Patch0002: 0002-Add-support-for-detecting-protected-virtualization-o.patch
|
||||||
|
Patch0003: 0003-virt-what-cvm.pod-Fix-man-page-typo-s390x-protvirt-s.patch
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -120,8 +121,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 12 2024 Richard W.M. Jones <rjones@redhat.com> - 1.26-2
|
* Tue Aug 13 2024 Richard W.M. Jones <rjones@redhat.com> - 1.26-3
|
||||||
- Backport CVM fixes from upstream
|
- Backport CVM fixes from upstream
|
||||||
|
resolves: RHEL-54092
|
||||||
|
|
||||||
* Tue Jul 02 2024 Richard W.M. Jones <rjones@redhat.com> - 1.26-1
|
* Tue Jul 02 2024 Richard W.M. Jones <rjones@redhat.com> - 1.26-1
|
||||||
- New upstream version 1.26
|
- New upstream version 1.26
|
||||||
|
Loading…
Reference in New Issue
Block a user