Changes of Revision 23

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
 Wed May 24 12:37:12 UTC 2023 - hpj@urpla.net
9
 
10
 - Update to version 29.1.1:
11
obs-studio.spec Changed
10
 
1
@@ -87,7 +87,7 @@
2
 
3
 # these are plugins, built as libs and as such should not be mixed up with their originals
4
 %global __provides_exclude_from ^(%{_libdir}/obs-plugins/.*\\.so.*|%{_libdir}/obs-scripting/.*\\.so.*)$
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