Obsolete/Provide the bits moved from mesa so builds don't break

This commit is contained in:
Peter Robinson 2019-10-25 12:42:38 +01:00
parent 8bbf82c449
commit 2e3758037c

View File

@ -7,7 +7,7 @@
Name: libglvnd
Version: 1.2.0
Release: 2%{?commit0:.git%{shortcommit0}}%{?dist}
Release: 3%{?commit0:.git%{shortcommit0}}%{?dist}
# Provide an upgrade path from the negativo17.org pkgs which have Epoch 1
Epoch: 1
Summary: The GL Vendor-Neutral Dispatch library
@ -72,6 +72,10 @@ developing applications that use %{name}.
%package core-devel
Summary: Core development files for %{name}
Obsoletes: mesa-libGLES-devel < 19.2.2-2
Provides: mesa-libGLES-devel < 19.2.2-2
Obsoletes: mesa-khr-devel < 19.2.2-2
Provides: mesa-khr-devel < 19.2.2-2
%description core-devel
The %{name}-core-devel package is a bootstrap trick for Mesa, which wants
@ -92,8 +96,8 @@ libOpenGL is the common dispatch interface for the workstation OpenGL API.
Summary: GLES support for libglvnd
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
%{!?_without_mesa_glvnd_default:
# mesa is the default EGL implementation provider
Requires: mesa-libEGL%{?_isa} >= 13.0.4-1
Obsoletes: mesa-libGLES < 19.2.2-2
Provides: mesa-libGLES < 19.2.2-2
Provides: libGLES
Provides: libGLES%{?_isa}
}
@ -249,6 +253,9 @@ xvfb-run -s '-screen 0 640x480x24' -d make check V=1 || \
%changelog
* Fri Oct 25 2019 Peter Robinson <pbrobinson@gmail.com> - 1:1.2.0-4
- Obsolete/Provide the bits moved from mesa so builds don't break
* Fri Oct 25 2019 Pete Walter <pwalter@fedoraproject.org> - 1:1.2.0-2
- Sync headers with mesa