Accepting request 953304 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX

- use bash for bash scripts (bsc#1195391)

OBS-URL: https://build.opensuse.org/request/show/953304
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=228
This commit is contained in:
Bjørn Lie 2022-02-10 21:07:54 +00:00 committed by Git OBS Bridge
parent 8170335435
commit f4dc785ab6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 10 20:54:01 UTC 2022 - Dirk Müller <dmueller@suse.com>
- use bash for bash scripts (bsc#1195391)
-------------------------------------------------------------------
Tue Feb 1 09:30:07 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -123,7 +123,7 @@ a uniform, machine readable format.
install -D %{SOURCE1} %{buildroot}%{_rpmconfigdir}/gi-find-deps.sh
install -D %{SOURCE2} -m 0644 %{buildroot}%{_rpmconfigdir}/fileattrs/gobjectintrospection.attr
# comparing, if we provide all the symbols expected.
ls %{buildroot}%{_libdir}/girepository-1.0/*.typelib | sh %{SOURCE1} -P > gobject-introspection-typelib.installed
ls %{buildroot}%{_libdir}/girepository-1.0/*.typelib | bash %{SOURCE1} -P > gobject-introspection-typelib.installed
diff -s %{SOURCE3} gobject-introspection-typelib.installed
%fdupes %{buildroot}
# fixup shebangs in files installed to /usr/bin