From 95f7f2d239e9b6538ebb162d90200a3744aafd5a Mon Sep 17 00:00:00 2001 From: Mosaab Alzoubi Date: Sat, 26 Jan 2019 15:14:08 +0300 Subject: [PATCH] #2 TRY TO SOLVE https://koji.fedoraproject.org/koji/taskinfo?taskID=32260066 --- goldendict.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goldendict.spec b/goldendict.spec index 8a75f0d..687ac0d 100644 --- a/goldendict.spec +++ b/goldendict.spec @@ -1,5 +1,6 @@ %global owner goldendict %global commit 04d9dc43f67b102c7727228326c05eb82d87e4f2 +%define __requires_exclude gstreamer1-plugins-bad-free Name: goldendict Version: 1.5 @@ -22,7 +23,6 @@ BuildRequires: cmake(Qt5Help) BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Svg) BuildRequires: cmake(Qt5Xml) -BuildRequires: gstreamer1-plugins-base BuildRequires: libXtst-devel BuildRequires: hunspell-devel BuildRequires: libvorbis-devel @@ -118,7 +118,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/%{name}.a %changelog * Sat Jan 26 2019 Mosaab Alzoubi - 1.5-0.18.RC2 -- Add gstreamer1-plugins-base (TRY TO FIX https://koji.fedoraproject.org/koji/taskinfo?taskID=32260066) +- TRY TO FIX https://koji.fedoraproject.org/koji/taskinfo?taskID=32260066 * Mon Sep 24 2018 Vitaly Zaitsev - 1.5-0.17.RC2 - Switched to Qt5 to fix major issues with HiDPI displays.