Go back to Requires: mesa-*, the fallout is too great (#1568881 etc)

This commit is contained in:
Adam Jackson 2018-04-18 09:28:50 -04:00
parent 47075bbd6a
commit 827d114be0

View File

@ -11,7 +11,7 @@
Name: libglvnd
Version: 1.0.1
Release: 0.4%{?commit0:.%{date}git%{shortcommit0}}%{?dist}
Release: 0.5%{?commit0:.%{date}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
@ -101,7 +101,7 @@ Summary: GLES support for libglvnd
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
%{!?_without_mesa_glvnd_default:
# mesa is the default EGL implementation provider
Recommends: mesa-libEGL%{?_isa} >= 13.0.4-1
Requires: mesa-libEGL%{?_isa} >= 13.0.4-1
Provides: libGLES
Provides: libGLES%{?_isa}
}
@ -115,7 +115,7 @@ Summary: EGL support for libglvnd
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
%{!?_without_mesa_glvnd_default:
# mesa is the default EGL implementation provider
Recommends: mesa-libEGL%{?_isa} >= 13.0.4-1
Requires: mesa-libEGL%{?_isa} >= 13.0.4-1
Provides: libEGL
Provides: libEGL%{?_isa}
}
@ -129,7 +129,7 @@ Summary: GLX support for libglvnd
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
%{!?_without_mesa_glvnd_default:
# mesa is the default GL implementation provider
Recommends: mesa-libGL%{?_isa} >= 13.0.4-1
Requires: mesa-libGL%{?_isa} >= 13.0.4-1
Provides: libGL
Provides: libGL%{?_isa}
}
@ -243,6 +243,9 @@ xvfb-run -a make check V=1 || cat `find . -name test-suite.log`
%changelog
* Wed Apr 18 2018 Adam Jackson <ajax@redhat.com> - 1.0.1-0.5.20180327git5baa1e5
- Go back to Requires: mesa-*, the fallout is too great (#1568881 etc)
* Fri Apr 13 2018 Leigh Scott <leigh123linux@googlemail.com> - 1:1.0.1-0.4.20180327git5baa1e5
- Update snapshot to 20180327