From d1c5d2a47ca23e81d9f1f484dd183de575e44ded Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 16 Oct 2023 10:46:24 +0800 Subject: [PATCH] Compatible with gstreamer-plugins-good package --- gstreamer1-plugins-good.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gstreamer1-plugins-good.spec b/gstreamer1-plugins-good.spec index fad017b..44187ac 100644 --- a/gstreamer1-plugins-good.spec +++ b/gstreamer1-plugins-good.spec @@ -3,7 +3,7 @@ Name: gstreamer1-plugins-good Version: 1.16.2 -Release: 4 +Release: 5 Summary: GStreamer plugins with good code and licensing License: LGPLv2+ URL: http://gstreamer.freedesktop.org/ @@ -32,6 +32,8 @@ BuildRequires: chrpath Provides: gstreamer1-plugins-mpg123 = %{version}-%{release} Obsoletes: gstreamer1-plugins-mpg123 < %{version}-%{release} +Provides: gstreamer-plugins-good +Obsoletes: gstreamer-plugins-good %description GStreamer is a streaming media framework, based on graphs of filters which @@ -104,6 +106,9 @@ echo "%{_libdir}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf %doc %{_datadir}/gtk-doc/html/* %changelog +* Mon Oct 16 2023 wangkai <13474090681@163.com> - 1.16.2-5 +- Compatible with gstreamer-plugins-good package + * Tue Oct 10 2023 wulei - 1.16.2-4 - Remove rpath of libgstshout2.so -- Gitee