Accepting request 622289 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/622289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=54
This commit is contained in:
Dominique Leuenberger 2018-07-14 18:14:54 +00:00 committed by Git OBS Bridge
commit 291d9beb76
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 12 07:50:21 UTC 2018 - dimstar@opensuse.org
- Update gstreamer.macros and gstreamer.prov to be compatible with
file 5.33, which differently idenfies executables from libraries.
-------------------------------------------------------------------
Sun May 20 08:35:04 UTC 2018 - bjorn.lie@gmail.com

View File

@ -1,4 +1,4 @@
%__gstreamer_provides %{_rpmconfigdir}/gstreamer-provides
%__gstreamer_path libgst
%__gstreamer_magic ELF.*shared object
%__gstreamer_magic ELF.*(shared object|executable)
%__gstreamer_flags magic_and_path

View File

@ -22,7 +22,7 @@ case `uname -m` in
esac
solist=$(echo $filelist | grep "libgst" | \
xargs file -L 2>/dev/null | grep "ELF.*shared object" | cut -d: -f1 )
xargs file -L 2>/dev/null | grep -E "ELF.*(shared object|executable)" | cut -d: -f1 )
function getmark()
{