From 7584b935268318c1b09906e3e9c7e2cfed239227 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Nov 22 2017 20:33:01 +0000 Subject: Fix spec file conditionals --- diff --git a/qt5-qtmultimedia.spec b/qt5-qtmultimedia.spec index 412738b..ba760a1 100644 --- a/qt5-qtmultimedia.spec +++ b/qt5-qtmultimedia.spec @@ -3,14 +3,14 @@ %global openal 1 %global gst 0.10 -%if 0%{?fedora} > 20 +%if 0%{?fedora} || 0%{?rhel} > 7 %global gst 1.0 %endif Summary: Qt5 - Multimedia support Name: qt5-%{qt_module} Version: 5.9.2 -Release: 2%{?dist} +Release: 3%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io @@ -140,6 +140,9 @@ popd %changelog +* Wed Nov 22 2017 Troy Dawson - 5.9.2-3 +- Fix spec file conditionals + * Tue Oct 17 2017 Rex Dieter - 5.9.2-2 - BR: qt5-qtbase-private-devel