Overview

Request 5622 (accepted)

- Exclude any auto provides from %{_libs}/{obs-plugins,obs-scripting}
libraries

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

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,10 @@
2
 -------------------------------------------------------------------
3
+Wed Nov  9 08:20:06 UTC 2022 - Hans-Peter Jansen <hpj@urpla.net>
4
+
5
+- Exclude any auto provides from %{_libs}/{obs-plugins,obs-scripting}
6
+  libraries
7
+
8
+-------------------------------------------------------------------
9
 Thu Nov 03 08:35:20 UTC 2022 - hpj@urpla.net
10
 
11
 - Update to version 28.1.1:
12
obs-studio.spec Changed
11
 
1
@@ -73,6 +73,9 @@
2
 %endif
3
 ExclusiveArch:  x86_64 aarch64
4
 
5
+# these are plugins, built as libs and as such should not be mixed up with their originals
6
+%global __provides_exclude_from ^(%{_libdir}/obs-plugins/.*\\.so.*|%{_libdir}/obs-scripting/.*\\.so.*)$
7
+
8
 %description
9
 Open Broadcaster Software is free and open source software for video recording and live streaming.
10
 
11
Refresh
Refresh
Request History
frispete's avatar

frispete created request over 2 years ago

- Exclude any auto provides from %{_libs}/{obs-plugins,obs-scripting}
libraries


frispete's avatar

frispete accepted request over 2 years ago

Let's not delay this fix any longer, since it breaks other builds..