- Fix *-32bit package post scripts (bsc#1244535):
the broken conditionals are dropped, assuming only *-32bit builds. Also the superfluous post/postun for ibus-gtk3-32bit were dropped, too. OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=299
This commit is contained in:
@@ -1,26 +1,8 @@
|
||||
ibus-gtk
|
||||
post "%if "%_lib" == "lib64""
|
||||
post "<prefix>%{_bindir}/gtk-query-immodules-2.0-64 --update-cache"
|
||||
post "%else"
|
||||
post "<prefix>%{_bindir}/gtk-query-immodules-2.0 --update-cache"
|
||||
post "%endif"
|
||||
postun "%if "%_lib" == "lib64""
|
||||
postun "<prefix>%{_bindir}/gtk-query-immodules-2.0-64 --update-cache"
|
||||
postun "%else"
|
||||
postun "<prefix>%{_bindir}/gtk-query-immodules-2.0 --update-cache"
|
||||
postun "%endif"
|
||||
supplements "(ibus and gtk2-<targettype>)"
|
||||
ibus-gtk3
|
||||
post "%if "%_lib" == "lib64""
|
||||
post "<prefix>%{_bindir}/gtk-query-immodules-3.0-64 --update-cache"
|
||||
post "%else"
|
||||
post "<prefix>%{_bindir}/gtk-query-immodules-3.0 --update-cache"
|
||||
post "%endif"
|
||||
postun "%if "%_lib" == "lib64""
|
||||
postun "<prefix>%{_bindir}/gtk-query-immodules-3.0-64 --update-cache"
|
||||
postun "%else"
|
||||
postun "<prefix>%{_bindir}/gtk-query-immodules-3.0 --update-cache"
|
||||
postun "%endif"
|
||||
supplements "(ibus and gtk3-<targettype>)"
|
||||
libibus-1_0-5
|
||||
obsoletes "libibus2-<targettype> < <version>"
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 14 08:35:05 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
||||
|
||||
- Fix *-32bit package post scripts (bsc#1244535):
|
||||
the broken conditionals are dropped, assuming only *-32bit builds.
|
||||
Also the superfluous post/postun for ibus-gtk3-32bit were dropped, too.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 31 13:37:22 UTC 2025 - Fuminobu Takeyama <ftake@geeko.jp> - 1.5.32
|
||||
|
||||
|
Reference in New Issue
Block a user