commit 510cf222c764e3d84e1e5b4304665ea90e4f6f15
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Sep 27 08:48:23 2022 +0200
Drop boolean deps on aarch64 for x86 gl
xorg-x11-drv-nvidia.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 74aa8de..53095b4 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -179,8 +179,10 @@ Requires: egl-wayland%{?_isa} %{?fc35: >= 1.1.9-2}
Requires: egl-gbm%{?_isa}
%endif
# Boolean dependencies are only fedora and el8
+%ifarch x86_64
Requires: (%{name}-libs(x86-32) = %{?epoch}:%{version}-%{release} if
mesa-libGL(x86-32))
%endif
+%endif
%else
Requires: vulkan-filesystem
%endif
Show replies by date