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:
parent
8170335435
commit
f4dc785ab6
@ -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>
|
Tue Feb 1 09:30:07 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -123,7 +123,7 @@ a uniform, machine readable format.
|
|||||||
install -D %{SOURCE1} %{buildroot}%{_rpmconfigdir}/gi-find-deps.sh
|
install -D %{SOURCE1} %{buildroot}%{_rpmconfigdir}/gi-find-deps.sh
|
||||||
install -D %{SOURCE2} -m 0644 %{buildroot}%{_rpmconfigdir}/fileattrs/gobjectintrospection.attr
|
install -D %{SOURCE2} -m 0644 %{buildroot}%{_rpmconfigdir}/fileattrs/gobjectintrospection.attr
|
||||||
# comparing, if we provide all the symbols expected.
|
# 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
|
diff -s %{SOURCE3} gobject-introspection-typelib.installed
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
# fixup shebangs in files installed to /usr/bin
|
# fixup shebangs in files installed to /usr/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user