1
0
mirror of https://src.fedoraproject.org/rpms/virt-manager.git synced 2026-01-11 14:31:14 +00:00

Add sev-snp changes from upstream

https://fedoraproject.org/wiki/Changes/ConfidentialVirtHostAMDSEVSNP

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson
2024-09-10 12:51:06 -04:00
parent d8108687dd
commit 36ea83449f
2 changed files with 75 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ Source0: https://virt-manager.org/download/sources/%{name}/%{name}-%{version}.ta
# https://bugzilla.redhat.com/show_bug.cgi?id=2294201
Patch1: 0001-Fix-pylint-pycodestyle-warnings-with-latest-versions.patch
# https://fedoraproject.org/wiki/Changes/ConfidentialVirtHostAMDSEVSNP
Patch2: 0001-virtinst-add-properties-for-AMD-SEV-SNP.patch
Requires: virt-manager-common = %{verrel}
Requires: python3-gobject >= 3.31.3
Requires: gtk3 >= 3.22.0
@@ -178,6 +181,9 @@ machine).
%changelog
* Tue Sep 10 2024 Cole Robinson <crobinso@redhat.com> - 4.1.0-8
- Add sev-snp changes for feature ConfidentialVirtHostAMDSEVSNP
* Mon Aug 05 2024 Cole Robinson <crobinso@redhat.com> - 4.1.0-8
- Fix flatpak build
- Add /usr/share/virt-manager/ui/ to rpm db (bz 2283244)