SHA256
1
0
forked from pool/gtk4

Accepting request 922847 from home:ftake:branches:GNOME:Factory

- Fix a syntax error in the gtk4_immodule_postun RPM macro

OBS-URL: https://build.opensuse.org/request/show/922847
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=76
This commit is contained in:
Dominique Leuenberger 2021-10-05 12:28:30 +00:00 committed by Git OBS Bridge
parent afa581f891
commit 5005a241a6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Oct 3 08:58:01 UTC 2021 - Fuminobu Takeyama <ftake@geeko.jp>
- Fix a syntax error in the gtk4_immodule_postun RPM macro
-------------------------------------------------------------------
Thu Sep 23 09:58:14 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -31,5 +31,5 @@ if [ $1 -eq 0 ]; then \
%{_bindir}/gio-querymodules-64 %{_libdir}/gtk-4.0/4.0.0/immodules \
else \
%{_bindir}/gio-querymodules %{_libdir}/gtk-4.0/4.0.0/immodules \
fi \
fi \
fi