public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Refresh
Date: Fri, 11 Sep 2026 14:42:45 GMT [thread overview]
Message-ID: <178913776591.1.8370592816991995648.flatpaks-flatpak-runtime-3e057b3a356d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : 3e057b3a356d99c2b7619133bad77a962ad0afe8
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-03-02T20:29:46-05:00
Stats : +5/-12 in 3 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/3e057b3a356d99c2b7619133bad77a962ad0afe8?branch=f45
Log:
Refresh
This includes the fcitx5 update which both migrates the service to
enchant2, and splits out the libs so that the service (which rightfully
belongs on the host) drops out of the dependency chain.
---
diff --git a/container-sdk.yaml b/container-sdk.yaml
index 2464c76..55fa459 100644
--- a/container-sdk.yaml
+++ b/container-sdk.yaml
@@ -174,19 +174,17 @@ flatpak:
- elfutils-libelf-devel
- elfutils-libs
- emacs-filesystem
- - enchant
- enchant2
- enchant2-devel
- expat
- expat-devel
- - fcitx5
- - fcitx5-data
- fcitx5-devel
- fcitx5-gtk
- fcitx5-gtk-devel
- fcitx5-gtk2
- fcitx5-gtk3
- fcitx5-gtk4
+ - fcitx5-libs
- fcitx5-qt
- fcitx5-qt-libfcitx5qt5widgets
- fcitx5-qt-libfcitx5qtdbus
@@ -657,7 +655,6 @@ flatpak:
- libfido2
- libfl-devel
- libfl2
- - libfontenc
- libgcab1
- libgcab1-devel
- libgcc
@@ -710,6 +707,7 @@ flatpak:
- libkadm5
- libksba
- libksba-devel
+ - liblc3
- libldac
- libldb
- liblerc
@@ -977,7 +975,6 @@ flatpak:
- mesa-libGLU
- mesa-va-drivers
- meson
- - mkfontscale
- mlocate
- mozjs115
- mozjs115-devel
@@ -1572,7 +1569,6 @@ flatpak:
- wpebackend-fdo
- wpebackend-fdo-devel
- xapian-core-libs
- - xcb-imdkit
- xcb-proto
- xcb-util
- xcb-util-cursor
@@ -1594,7 +1590,6 @@ flatpak:
- xkeyboard-config
- xkeyboard-config-devel
- xml-common
- - xorg-x11-fonts-ISO8859-1-100dpi
- xorg-x11-proto-devel
- xorg-x11-util-macros
- xorg-x11-xtrans-devel
diff --git a/container.yaml b/container.yaml
index 0333288..6ff7026 100644
--- a/container.yaml
+++ b/container.yaml
@@ -112,15 +112,13 @@ flatpak:
- elfutils-libelf
- elfutils-libs
- emacs-filesystem
- - enchant
- enchant2
- expat
- - fcitx5
- - fcitx5-data
- fcitx5-gtk
- fcitx5-gtk2
- fcitx5-gtk3
- fcitx5-gtk4
+ - fcitx5-libs
- fcitx5-qt
- fcitx5-qt-libfcitx5qt5widgets
- fcitx5-qt-libfcitx5qtdbus
@@ -462,6 +460,7 @@ flatpak:
- libjxl
- libkadm5
- libksba
+ - liblc3
- libldac
- libldb
- liblerc
@@ -831,7 +830,6 @@ flatpak:
- which
- woff2
- wpebackend-fdo
- - xcb-imdkit
- xcb-proto
- xcb-util
- xcb-util-cursor
diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index 4b0c2ac..d9ebef8 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -242,7 +242,7 @@ gcc_libs = [
rename.update({'/usr/lib64/' + x: '/usr/lib/gcc/x86_64-redhat-linux/13/' + x for x in gcc_libs})
for old in ['libasm-0.187.so', 'libdw-0.187.so', 'libelf-0.187.so', 'libdebuginfod-0.187.so']:
- rename['/usr/lib64/' + old] = '/usr/lib64/' + old.replace('-0.187', '-0.189')
+ rename['/usr/lib64/' + old] = '/usr/lib64/' + old.replace('-0.187', '-0.190')
# Fedora has newer glibc
for old in ['ld-2.33.so', 'libBrokenLocale-2.33.so', 'libanl-2.33.so', 'libc-2.33.so',
next reply other threads:[~2026-09-11 14:42 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-11 14:42 Yaakov Selkowitz [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-09-11 14:43 [flatpaks/flatpak-runtime] f45: Refresh Yaakov Selkowitz
2026-09-11 14:43 Yaakov Selkowitz
2026-09-11 14:43 Yaakov Selkowitz
2026-09-11 14:43 Yaakov Selkowitz
2026-09-11 14:43 Yaakov Selkowitz
2026-09-11 14:43 Yaakov Selkowitz
2026-09-11 14:42 Yaakov Selkowitz
2026-09-11 14:42 Yaakov Selkowitz
2026-09-11 14:42 Yaakov Selkowitz
2026-09-11 14:42 Kalev Lember
2026-09-11 14:42 Kalev Lember
2026-09-11 14:42 Kalev Lember
2026-09-11 14:42 Yaakov Selkowitz
2026-09-11 14:42 Yaakov Selkowitz
2026-09-11 14:42 Yaakov Selkowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178913776591.1.8370592816991995648.flatpaks-flatpak-runtime-3e057b3a356d@fedoraproject.org \
--to=yselkowi@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox