Overview

Request 5792 (accepted)

- Exclude libcef.so dependency tracking correctly

Submit package home:frispete:...es:Multimedia / obs-studio to package Multimedia / obs-studio

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Tue May 30 20:24:16 UTC 2023 - Hans-Peter Jansen <hp@urpla.net>
4
+
5
+- Exclude libcef.so dependency tracking correctly
6
+
7
+-------------------------------------------------------------------
8
 Fri May 12 14:27:03 UTC 2023 - Hans-Peter Jansen <hp@urpla.net>
9
 
10
 - Apply upstream pull request 8376.patch to fix build with ffmpeg >= 6
11
obs-studio.spec Changed
10
 
1
@@ -83,7 +83,7 @@
2
 # these are plugins, built as libs and as such should not be mixed up with their originals
3
 %global __provides_exclude_from ^(%{_libdir}/obs-plugins/.*\\.so.*|%{_libdir}/obs-scripting/.*\\.so.*)$
4
 #%%global __requires_exclude_from ^(%%{_libdir}/obs-plugins/.*|%%{_libdir}/obs-scripting/.*)$
5
-%global __requires_exclude ^libcef\\.so$
6
+%global __requires_exclude libcef\\.so
7
 
8
 %description
9
 Open Broadcaster Software is free and open source software for video recording and live streaming.
10
Refresh
Refresh
Request History
frispete's avatar

frispete created request almost 2 years ago

- Exclude libcef.so dependency tracking correctly


frispete's avatar

frispete accepted request almost 2 years ago

Let's give it a try!