From e29321d2bffd9d429401bc88c86935583b962f6d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 2 Jan 2017 09:38:32 -0600 Subject: [PATCH] filter plugin provides too --- qt5-qtmultimedia.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/qt5-qtmultimedia.spec b/qt5-qtmultimedia.spec index e49492e..fe3d1a2 100644 --- a/qt5-qtmultimedia.spec +++ b/qt5-qtmultimedia.spec @@ -13,14 +13,14 @@ Summary: Qt5 - Multimedia support Name: qt5-%{qt_module} Version: 5.7.1 -Release: 3%{?dist} +Release: 4%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io Source0: http://download.qt.io/official_releases/qt/5.7/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz -# filter qml provides -%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ +# filter plugin/qml provides +%global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$ BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtdeclarative-devel >= %{version} @@ -165,6 +165,9 @@ popd %changelog +* Mon Jan 02 2017 Rex Dieter - 5.7.1-4 +- filter plugin provides too + * Mon Jan 02 2017 Rex Dieter - 5.7.1-3 - filter qml provides