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: Update to Fedora 44
Date: Fri, 11 Sep 2026 14:43:43 GMT [thread overview]
Message-ID: <178913782321.1.5037599232732830963.flatpaks-flatpak-runtime-1aec822b1515@fedoraproject.org> (raw)
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}'
reply other threads:[~2026-09-11 14:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178913782321.1.5037599232732830963.flatpaks-flatpak-runtime-1aec822b1515@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