Overview
Request 5622 (accepted)
- Exclude any auto provides from %{_libs}/{obs-plugins,obs-scripting}
libraries
- Created by frispete over 2 years ago
- In state accepted
-
Package maintainers:
boombatower,
darix, and
frispete
obs-studio.changes
Changed
x
1
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
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
Login required, please
login
or
signup
in order to comment
Request History
frispete created request over 2 years ago
- Exclude any auto provides from %{_libs}/{obs-plugins,obs-scripting}
libraries
frispete accepted request over 2 years ago
Let's not delay this fix any longer, since it breaks other builds..