public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Update to Fedora 44
@ 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 : 1aec822b1515404543944fb0e2b7760791fe4404
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-03-02T23:08:05-05:00
Stats : +2/-3 in 3 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/1aec822b1515404543944fb0e2b7760791fe4404?branch=f45
Log:
Update to Fedora 44
---
diff --git a/package-notes.txt b/package-notes.txt
index f6cc000..c04bf64 100644
--- a/package-notes.txt
+++ b/package-notes.txt
@@ -29,7 +29,6 @@ emacs-filesystem: required by desktop-file-utils
fcitx5-qt6: E
filesystem: W: data files
flatpak-xdg-utils: EB: flatpak versions of xdg-email and xdg-open
-fmt: E: dependency of libdnf5, and because of that cannot be built for /app as dnf in koji buildroots can't use libraries installed in /app
fonts-filesystem: W: data files
glib-networking: W: no bins/libs
gnu-free-fonts-common: W: data files
diff --git a/tools/download-fedora-appstream.sh b/tools/download-fedora-appstream.sh
index 2c4ce6b..d3b4c16 100755
--- a/tools/download-fedora-appstream.sh
+++ b/tools/download-fedora-appstream.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
-nvr=$(koji list-tagged --quiet --inherit --latest f43-build appstream-data|awk '{print $1}')
+nvr=$(koji list-tagged --quiet --inherit --latest f44-build appstream-data|awk '{print $1}')
path=$(koji buildinfo $nvr | grep noarch.rpm | sed 's/\t.*$//')
url=$(echo $path | sed s@/mnt/koji/packages/@https://kojipkgs.fedoraproject.org/packages/@)
diff --git a/tools/util.py b/tools/util.py
index 0c4bfae..04f4c5e 100644
--- a/tools/util.py
+++ b/tools/util.py
@@ -11,7 +11,7 @@ import xml.etree.ElementTree as ET
import xml.sax
import zstandard
-RELEASE = 'f43'
+RELEASE = 'f44'
ID_PREFIX = 'org.fedoraproject'
TAG = f'{RELEASE}-flatpak-runtime-packages'
TAG_ARG = f'--tag={TAG}'
^ 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 Fedora 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