From 33643d97f29aba2a74de3b341a27d93a0fe4e07a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 7 Mar 2019 12:33:04 -0600 Subject: [PATCH] -qt: fix Supplements --- gstreamer1-plugins-good.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gstreamer1-plugins-good.spec b/gstreamer1-plugins-good.spec index ae69792..74cf467 100644 --- a/gstreamer1-plugins-good.spec +++ b/gstreamer1-plugins-good.spec @@ -15,7 +15,7 @@ Name: gstreamer1-plugins-good Version: 1.15.2 -Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist} +Release: 3%{?gitcommit:.git%{shortcommit}}%{?dist} Summary: GStreamer plugins with good code and licensing License: LGPLv2+ @@ -126,7 +126,7 @@ BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(Qt5X11Extras) BuildRequires: pkgconfig(Qt5WaylandClient) -Supplements: (gstreamer-plugins-good and qt5-qtdeclarative) +Supplements: (gstreamer1-plugins-good and qt5-qtdeclarative) %description qt GStreamer is a streaming media framework, based on graphs of elements which @@ -290,6 +290,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';' %changelog +* Thu Mar 07 2019 Rex Dieter - 1.15.2-3 +- -qt: fix Supplements + * Thu Mar 07 2019 Rex Dieter - 1.15.2-2 - -qt subpkg