From 0f4d7cbabe0dee001e4d574bf5f95a1bc55da258bf3e183cca54244d4f5c0855 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Wed, 3 Nov 2021 10:29:01 +0000 Subject: [PATCH] Accepting request 928866 from home:iznogood:branches:multimedia:libs - Filter out pkgconfig(csound) Requires, add manual csound-devel BuildRequires to devel package. csound-devel does not provide a .pc file so the autogenerated Requires on pkconfig(csound) is wrong. -- Fix Generated from http://botmaster.suse.de:8153/go/tab/build/detail/AdiChecker.Factory/23071/Run/1/Run#tab-console ### [install check & file conflicts for x86_64] can't install gstreamer-plugins-rs-devel-0.7.2-1.4.x86_64: nothing provides pkgconfig(csound) needed by gstreamer-plugins-rs-devel-0.7.2.x86_64 ### [install check & file conflicts for i586] can't install gstreamer-plugins-rs-devel-0.7.2-1.4.i586: nothing provides pkgconfig(csound) needed by gstreamer-plugins-rs-devel-0.7.2.i586 Note that if someone have a better fix than this, please reject this! OBS-URL: https://build.opensuse.org/request/show/928866 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-rs?expand=0&rev=9 --- gstreamer-plugins-rs.changes | 8 ++++++++ gstreamer-plugins-rs.spec | 2 ++ 2 files changed, 10 insertions(+) diff --git a/gstreamer-plugins-rs.changes b/gstreamer-plugins-rs.changes index a613dd2..3770138 100644 --- a/gstreamer-plugins-rs.changes +++ b/gstreamer-plugins-rs.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 2 19:51:56 UTC 2021 - Bjørn Lie + +- Filter out pkgconfig(csound) Requires, add manual csound-devel + BuildRequires to devel package. csound-devel does not provide a + .pc file so the autogenerated Requires on pkconfig(csound) is + wrong. + ------------------------------------------------------------------- Tue Nov 2 11:00:09 UTC 2021 - Bjørn Lie diff --git a/gstreamer-plugins-rs.spec b/gstreamer-plugins-rs.spec index 509e1ac..1e0fe5d 100644 --- a/gstreamer-plugins-rs.spec +++ b/gstreamer-plugins-rs.spec @@ -19,6 +19,7 @@ %define _name gstreamer-plugins-rs %define gst_branch 1.0 %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' +%global __requires_exclude pkgconfig\\(csound\\) Name: gstreamer-plugins-rs Version: 0.7.2 @@ -68,6 +69,7 @@ plug-ins. Summary: GStreamer Streaming-Media Framework Plug-Ins development files Group: Development/Libraries/Other Requires: %{name} = %{version} +Requires: csound-devel %description devel GStreamer is a streaming media framework based on graphs of filters