Fix almalinux support patch
This commit is contained in:
parent
7564d28831
commit
94573b8964
@ -28,4 +28,4 @@ index 1273b934b..3e9cf6dd7 100644
|
||||
+
|
||||
# SUSE distros
|
||||
if self.distro in ["caasp", "sle", "sled", "sles", "opensuse"]:
|
||||
return "install"
|
||||
return "install"
|
||||
|
@ -17,8 +17,6 @@ BuildArch: noarch
|
||||
URL: https://virt-manager.org/
|
||||
Source0: https://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
|
||||
|
||||
# AlmaLinux support patch
|
||||
Patch0: 322.patch
|
||||
|
||||
# Fix 'domain not found' race (bz #1901081)
|
||||
Patch0001: 0001-virtinst-Fix-TOCTOU-in-domain-enumeration.patch
|
||||
@ -40,6 +38,9 @@ Patch16: virt-manager-nodedev-Improve-error-with-unknown-address-strings.patch
|
||||
Patch17: virt-manager-man-fix-default-value-for-filesystem-accessmode-option.patch
|
||||
|
||||
|
||||
# AlmaLinux support patch
|
||||
Patch1000: 322.patch
|
||||
|
||||
Requires: virt-manager-common = %{verrel}
|
||||
Requires: python3-gobject
|
||||
Requires: gtk3
|
||||
@ -126,8 +127,6 @@ git config gc.auto 0
|
||||
|
||||
%autopatch
|
||||
|
||||
|
||||
|
||||
%build
|
||||
%if %{default_hvs}
|
||||
%global _default_hvs --default-hvs %{default_hvs}
|
||||
|
Loading…
Reference in New Issue
Block a user