From 8af2213207e214cc43d11efe4578ad841ab98bdc Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 22 Nov 2017 07:15:32 -0800 Subject: [PATCH] Fix spec file conditionals --- cogl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cogl.spec b/cogl.spec index 81b4f15..2accda2 100644 --- a/cogl.spec +++ b/cogl.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} > 7 %global with_wayland 1 %endif @@ -6,7 +6,7 @@ Name: cogl Version: 1.22.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A library for using 3D graphics hardware to draw pretty pictures License: LGPLv2+ @@ -167,6 +167,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcogl-pango.so %endif %changelog +* Wed Nov 22 2017 Troy Dawson - 1.22.2-8 +- Fix spec file conditionals + * Thu Sep 28 2017 mosquito - 1.22.2-7 - Add GL_ARB_shader_texture_lod and copy_sub_image support (#1421055) - Add pkgconfig(egl) BReq for rawhide