Changes of Revision 108
obs-studio.changes
Changed
x
1
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
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