public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Update to GNOME 50.beta
@ 2026-09-11 14:43 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-11 14:43 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : flatpaks/flatpak-runtime
Branch : f45
Commit : 13a82bb2acc9667e356573464db3734eab9d72b2
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2026-03-04T15:17:10-05:00
Stats  : +4/-1 in 4 file(s)
URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/13a82bb2acc9667e356573464db3734eab9d72b2?branch=f45

Log:
Update to GNOME 50.beta

---
diff --git a/container-sdk.yaml b/container-sdk.yaml
index 58ac9d9..64d50a4 100644
--- a/container-sdk.yaml
+++ b/container-sdk.yaml
@@ -1473,6 +1473,7 @@ flatpak:
     - python3-gstreamer1
     - python3-jinja2
     - python3-libarchive-c
+    - python3-libdex
     - python3-libs
     - python3-libxml2
     - python3-libxslt

diff --git a/container.yaml b/container.yaml
index 6e7535f..be6cdcb 100644
--- a/container.yaml
+++ b/container.yaml
@@ -737,6 +737,7 @@ flatpak:
     - python3-gobject
     - python3-gobject-base
     - python3-gstreamer1
+    - python3-libdex
     - python3-libs
     - python3-libxml2
     - python3-libxslt

diff --git a/tools/generate-files.sh b/tools/generate-files.sh
index 163207b..9d9f4a7 100755
--- a/tools/generate-files.sh
+++ b/tools/generate-files.sh
@@ -10,7 +10,7 @@ case $base in
 	;;
     gnome-*)
 	ns=org.gnome
-	version=49
+	version=50beta
 	;;
     *)
 	echo 1>&2 "Can't identify runtime for $base"

diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index 77d5de7..6b6a6b5 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -515,6 +515,7 @@ global_package_ignore_patterns = [
     '^kbd$',
     '^kbd-legacy$',
     '^kbd-misc$',
+    '^keyutils$',
     '^kmod$',
     '^kmod-devel$',
     '^krb5-server$',

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-11 14:43 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:43 [flatpaks/flatpak-runtime] f45: Update to GNOME 50.beta Yaakov Selkowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox