public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Update to GNOME 44
@ 2026-09-11 14:42 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-11 14:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : 3c24fe325c27d320443d5daafa5d228ab9c5913b
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-03-02T20:29:45-05:00
Stats : +14/-4 in 4 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/3c24fe325c27d320443d5daafa5d228ab9c5913b?branch=f45
Log:
Update to GNOME 44
---
diff --git a/README.md b/README.md
index 785579b..78fe884 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@ Updating
* `org.freedesktop.Platform/x86_64/22.08`
* `org.freedesktop.Sdk/x86_64/22.08`
-* `org.gnome.Platform/x86_64/43`
-* `org.gnome.Sdk/x86_64/43`
+* `org.gnome.Platform/x86_64/44`
+* `org.gnome.Sdk/x86_64/44`
You also need `python3-jinja2` and possibly a few other Python
packages installed.
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index d79d394..77b364e 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -1593,6 +1593,7 @@ data:
- atk-devel
- attr
- audit-libs
+ - audit-libs-devel
- authselect
- authselect-libs
- autoconf
@@ -2090,6 +2091,7 @@ data:
- libavformat-free
- libavformat-free-devel
- libavif
+ - libavif-devel
- libavutil-free
- libavutil-free-devel
- libb2
@@ -2105,6 +2107,7 @@ data:
- libcap
- libcap-devel
- libcap-ng
+ - libcap-ng-devel
- libcbor
- libcdio
- libcdio-paranoia
@@ -2277,7 +2280,6 @@ data:
- libsndfile-devel
- libsodium
- libsoup
- - libsoup-devel
- libsoup3
- libsoup3-devel
- libsrtp
diff --git a/tools/generate-files.sh b/tools/generate-files.sh
index 7f34fe8..54955da 100755
--- a/tools/generate-files.sh
+++ b/tools/generate-files.sh
@@ -10,7 +10,7 @@ case $base in
;;
gnome-*)
ns=org.gnome
- version=43
+ version=44
;;
*)
echo 1>&2 "Can't identify runtime for $base"
diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index 15c0bfa..608e898 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -69,6 +69,11 @@ bin_ignore = [
#########################################################################
'aomdec', 'aomenc',
+ # audit, audisp-plugins
+ 'aulast', 'aulastlog', 'ausyscall', 'auvirt', 'auditctl', 'auditd',
+ 'augenrules', 'aureport', 'ausearch', 'autrace', 'audisp-remote',
+ 'audisp-statsd', 'audisp-syslog',
+
# In the freedesktop runtime for some reason, doesn't seem useful
'bsdcat',
@@ -124,6 +129,9 @@ bin_ignore = [
# glibc-utils
'mtrace', 'pcprofiledump', 'xtrace',
+ # libcap-ng-utils
+ 'captest', 'filecap', 'netcap', 'pscap',
+
# libidn2
'idn2',
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 14:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 14:42 [flatpaks/flatpak-runtime] f45: Update to GNOME 44 Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox