From 158e1fd2618369ab9ce7380e8393058d7f0caf10 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Thu, 2 Feb 2017 15:36:24 +0100 Subject: [PATCH] Add eglexternalplatform spec. config dirs to -egl subpackage (rhbz#1415143) --- libglvnd.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libglvnd.spec b/libglvnd.spec index c353eac..6e5965a 100644 --- a/libglvnd.spec +++ b/libglvnd.spec @@ -3,7 +3,7 @@ Name: libglvnd Version: 0.2.999 -Release: 8%{?commit0:.git%{shortcommit0}}%{?dist} +Release: 9%{?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 @@ -151,6 +151,8 @@ done # Create directory layout mkdir -p %{buildroot}%{_sysconfdir}/glvnd/egl_vendor.d mkdir -p %{buildroot}%{_datadir}/glvnd/egl_vendor.d +mkdir -p %{buildroot}%{_sysconfdir}/egl/egl_external_platform.d +mkdir -p %{buildroot}%{_datadir}/egl/egl_external_platform.d %check @@ -200,6 +202,8 @@ xvfb-run -a make check V=1 || cat `find . -name test-suite.log` %files egl %dir %{_sysconfdir}/glvnd/egl_vendor.d %dir %{_datadir}/glvnd/egl_vendor.d +%dir %{_sysconfdir}/egl/egl_external_platform.d/ +%dir %{_datadir}/egl/egl_external_platform.d/ %if 0%{?_without_mesa_glvnd_default} %{_libdir}/%{name}/libEGL*.so.* %else @@ -219,6 +223,9 @@ xvfb-run -a make check V=1 || cat `find . -name test-suite.log` %changelog +* Thu Feb 2 2017 Hans de Goede - 1:0.2.999-9.gitdc16f8c +- Add eglexternalplatform spec. config dirs to -egl subpackage (rhbz#1415143) + * Thu Feb 2 2017 Hans de Goede - 1:0.2.999-8.gitdc16f8c - Fix GLX_SGIX_fbconfig extension, this fixes games such as "The Binding of Isaac: Rebirth" and "Crypt of the NecroDancer" from Steam not working