Also provide old libGLES-devel

This commit is contained in:
Peter Robinson 2019-10-25 13:56:54 +01:00
parent 2e3758037c
commit f6ea178888

View File

@ -7,7 +7,7 @@
Name: libglvnd
Version: 1.2.0
Release: 3%{?commit0:.git%{shortcommit0}}%{?dist}
Release: 4%{?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
@ -76,6 +76,8 @@ 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
Provides: libGLES-devel
Provides: libGLES-devel%{?_isa}
%description core-devel
The %{name}-core-devel package is a bootstrap trick for Mesa, which wants
@ -253,6 +255,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
- Also provide old libGLES-devel
* 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