From 829621d37ddd2eba5e742ed4129972ad634131fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 14 Aug 2017 15:26:14 +0300 Subject: [PATCH] Own %{_sysconfdir}/egl and %{_datadir}/egl dirs https://bugzilla.redhat.com/show_bug.cgi?id=1481242 --- libglvnd.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libglvnd.spec b/libglvnd.spec index b3a3539..bab244c 100644 --- a/libglvnd.spec +++ b/libglvnd.spec @@ -11,7 +11,7 @@ Name: libglvnd Version: 0.2.999 -Release: 22%{?commit0:.%{date}git%{shortcommit0}}%{?dist} +Release: 23%{?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 @@ -224,7 +224,9 @@ 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/ %dir %{_sysconfdir}/egl/egl_external_platform.d/ +%dir %{_datadir}/egl/ %dir %{_datadir}/egl/egl_external_platform.d/ %if 0%{?_without_mesa_glvnd_default} %{_libdir}/%{name}/libEGL*.so.* @@ -245,6 +247,9 @@ xvfb-run -a make check V=1 || cat `find . -name test-suite.log` %changelog +* Mon Aug 14 2017 Ville Skyttä - 1:0.2.999-23.20170620gitd850cdd +- Own %%{_sysconfdir}/egl and %%{_datadir}/egl dirs + * Thu Aug 03 2017 Fedora Release Engineering - 1:0.2.999-22.20170620gitd850cdd - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild