[packages/libglvnd] turn vendor implentations into soft deps

atler atler at pld-linux.org
Thu Sep 26 12:14:17 CEST 2024


commit 0c843d551f4039c322dc6a8dcf1d07b7f7631249
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Sep 26 12:11:08 2024 +0200

    turn vendor implentations into soft deps

 libglvnd.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libglvnd.spec b/libglvnd.spec
index eaaac6a..14cd7a8 100644
--- a/libglvnd.spec
+++ b/libglvnd.spec
@@ -94,7 +94,7 @@ Summary:	EGL interface glvnd libraries
 Summary(pl.UTF-8):	Biblioteki glvnd interfejsu EGL
 Group:		Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	glvnd(EGL)%{?_isa}
+Suggests:	glvnd(EGL)%{?_isa}
 
 %description libEGL
 EGL interface glvnd libraries.
@@ -121,8 +121,8 @@ Summary:	OpenGL 4.x interface glvnd libraries
 Summary(pl.UTF-8):	Biblioteki glvnd interfejsu OpenGL 4.x
 Group:		Libraries
 Requires:	%{name} = %{version}-%{release}
+Suggests:	glvnd(GL)%{?_isa}
 %{?with_default_gl:Conflicts:	Mesa-libGL < 21.3.1-2}
-Requires:	glvnd(GL)%{?_isa}
 
 %description libGL
 OpenGL 4.x interface glvnd libraries.
@@ -152,7 +152,7 @@ Summary:	OpenGL ES 1, 2, 3 interface glvnd libraries
 Summary(pl.UTF-8):	Biblioteki glvnd interfejsów OpenGL ES 1, 2, 3
 Group:		Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	glvnd(GLES)%{?_isa}
+Suggests:	glvnd(GLES)%{?_isa}
 %if %{with default_gl}
 Obsoletes:	Mesa-libGLES < 21.3.1-2
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libglvnd.git/commitdiff/0c843d551f4039c322dc6a8dcf1d07b7f7631249



More information about the pld-cvs-commit mailing list