From fc4d24855baea039da2ccf4c81fec802849b4c33 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 10 Dec 2023 19:19:30 -0500 Subject: [PATCH] Filter out bogus libcef.so automatic dependency --- obs-studio.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/obs-studio.spec b/obs-studio.spec index 15f8fde..2576756 100644 --- a/obs-studio.spec +++ b/obs-studio.spec @@ -40,7 +40,7 @@ Name: obs-studio Version: 30.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Open Broadcaster Software Studio # OBS itself is GPL-2.0-or-later, while various plugin dependencies are of various other licenses @@ -144,6 +144,10 @@ Recommends: libopenh264.so.%{openh264_soversion}%{?lib64_suffix} Requires: x264 %endif %if %{with cef} +# Filter out bogus libcef.so requires as this is handled manually +# with an explicit dependency +%global __requires_exclude ^libcef\\.so.*$ + Requires: (obs-cef%{?_isa} with obs-cef(abi) = %{cef_version}) %endif @@ -179,7 +183,6 @@ Provides: bundled(libnsgif) ## Cf. https://github.com/obsproject/obs-studio/pull/8327 Provides: bundled(intel-mediasdk) - %description Open Broadcaster Software is free and open source software for video recording and live streaming. @@ -333,6 +336,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata %changelog +* Mon Dec 11 2023 Neal Gompa - 30.0.0-4 +- Filter out bogus libcef.so automatic dependency + * Sun Dec 10 2023 Asahi Lina - 30.0.0-3 - Add obs-browser support using obs-cef