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 42
Date: Fri, 11 Sep 2026 14:43:26 GMT	[thread overview]
Message-ID: <178913780643.1.5523290169230574232.flatpaks-flatpak-runtime-776514ac1e33@fedoraproject.org> (raw)

A new commit has been pushed.

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

Log:
Update to Fedora 42

---
diff --git a/package-notes.txt b/package-notes.txt
index db034cb..b7697e7 100644
--- a/package-notes.txt
+++ b/package-notes.txt
@@ -20,7 +20,6 @@ avahi-glib: EB: include this as well as we already have avahi-libs
 avahi-libs: cups-libs(built that way?)
 breeze-gtk: E: for theming of GTK apps when running on KDE Plasma
 cmake-filesystem: E: avoid problems with cmake autorequires; the prefix=/usr is incorrect for /app builds but unowned directories do not matter for flatpaks
-coreutils-common: W: no bins/libs
 crypto-policies: W: data files
 cyrus-sasl-gssapi: E: for libvirt
 desktop-file-utils: xdg-utils
@@ -55,7 +54,6 @@ libgccjit-devel: E_SDK: for emacs
 libheif-tools: E: used by fotocx, same SRPM as libheif which is already in runtime
 libidn2: W: fedora thing, lots of things use
 libkadm5: F: should exclude libs
-libpwquality: FD: util-linux
 libselinux: W: fedora
 libsemanage: FD: pulled in via shadow-utils
 libsepol: W: fedora
@@ -68,7 +66,6 @@ lua-devel: EB_SDK: same SRPM as lua-libs which is a dependency of lua, and becau
 lz4-libs: W: libarchive
 mailcap: EB: provides /etc/mime.types
 p11-kit-server: EB: provides p11-kit-client.so to make certificates work in container
-pam: FD: util-linux
 pinentry-gnome3: E
 pipewire-jack-audio-connection-kit: EB
 pkcs11-provider: EB: replaces openssl-pkcs11

diff --git a/tools/download-fedora-appstream.sh b/tools/download-fedora-appstream.sh
index 1093b62..9c02af4 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 f41-build appstream-data|awk '{print $1}')
+nvr=$(koji list-tagged --quiet --inherit --latest f42-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/resolve-files.py b/tools/resolve-files.py
index 554cff3..957d4b5 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -112,6 +112,10 @@ if is_platform:
     ignore.update('/usr/bin/' + x for x in platform_bin_ignore)
 
 bin_rename = {
+    # automake
+    'aclocal-1.16': 'aclocal-1.17',
+    'automake-1.16': 'automake-1.17',
+
     # bzip2
     'bzfless': 'bzless',
 
@@ -196,8 +200,8 @@ lib_rename = {
 #    'libffi.so.8': 'libffi.so.8',
 #    'libFLAC++.so.10': 'libFLAC++.so.10',
 #    'libFLAC.so.12': 'libFLAC.so.12',
-    'libgettextlib-0.22.so': 'libgettextlib-0.22.5.so',
-    'libgettextsrc-0.22.so': 'libgettextsrc-0.22.5.so',
+    'libgettextlib-0.22.5.so': 'libgettextlib-0.23.1.so',
+    'libgettextsrc-0.22.5.so': 'libgettextsrc-0.23.1.so',
 #    'libgnutlsxx.so.30': 'libgnutlsxx.so.30',
 #    'libkadm5clnt_mit.so.12': 'libkadm5clnt_mit.so.12',
 #    'libkadm5srv_mit.so.12': 'libkadm5srv_mit.so.12',
@@ -211,6 +215,8 @@ lib_rename = {
     'libpython3.12.so.1.0': 'libpython3.13.so.1.0',
     'libpython3.12.so': 'libpython3.13.so',
 #    'libsepol.so.2': 'libsepol.so.2',
+    'libtcl8.6.so': 'libtcl9.0.so',
+    'libtk8.6.so': 'libtcl9tk9.0.so',
 #    'libunistring.so.5': 'libunistring.so.5',
 #    'libvala-0.56.so': 'libvala-0.56.so',
 #    'libvala-0.56.so.0': 'libvala-0.56.so.0',
@@ -257,7 +263,7 @@ gcc_libs = [
     'libhwasan.so', 'libitm.so', 'liblsan.so', 'libobjc.so', 'libquadmath.so',
     'libstdc++.so', 'libtsan.so', 'libubsan.so'
 ]
-rename.update({'/usr/lib64/' + x: '/usr/lib/gcc/x86_64-redhat-linux/14/' + x for x in gcc_libs})
+rename.update({'/usr/lib64/' + x: '/usr/lib/gcc/x86_64-redhat-linux/15/' + x for x in gcc_libs})
 
 for old in ['libasm-0.191.so', 'libdw-0.191.so', 'libelf-0.191.so', 'libdebuginfod-0.191.so']:
     rename['/usr/lib64/' + old] = '/usr/lib64/' + old.replace('-0.191', '-0.192')
@@ -265,7 +271,7 @@ for old in ['libasm-0.191.so', 'libdw-0.191.so', 'libelf-0.191.so', 'libdebuginf
 # Fedora may have newer icu
 for old in ['libicudata.so.75', 'libicui18n.so.75', 'libicuio.so.75', 'libicutest.so.75',
             'libicutu.so.75', 'libicuuc.so.75']:
-    rename['/usr/lib64/' + old] = '/usr/lib64/' + old.replace('so.75', 'so.74')
+    rename['/usr/lib64/' + old] = '/usr/lib64/' + old.replace('so.75', 'so.76')
 
 include_rename = {
     'asoundlib.h': 'alsa/asoundlib.h',
@@ -456,8 +462,8 @@ ignore_patterns = [
 ignore_compiled = [re.compile(x) for x in ignore_patterns]
 
 rename_patterns = [
-    (r'^/usr/include/c\+\+/[\d\.]*/x86_64-unknown-linux-gnu/(.*)', r'/usr/include/c++/14/x86_64-redhat-linux/\1'),
-    (r'^/usr/include/c\+\+/[\d\.]*/(.*)', r'/usr/include/c++/14/\1'),
+    (r'^/usr/include/c\+\+/[\d\.]*/x86_64-unknown-linux-gnu/(.*)', r'/usr/include/c++/15/x86_64-redhat-linux/\1'),
+    (r'^/usr/include/c\+\+/[\d\.]*/(.*)', r'/usr/include/c++/15/\1'),
     (r'^/usr/include/(libav.*)', r'/usr/include/ffmpeg/\1'),
     (r'^/usr/include/(libsw.*)', r'/usr/include/ffmpeg/\1'),
 #    (r'^/usr/include/mozjs-115/(.*)', r'/usr/include/mozjs-115/\1'),
@@ -585,6 +591,7 @@ global_package_ignore_patterns = [
     '^fido2-tools$',
     '^gamemode.*',
     '^gcab$',
+    '^gcr$',
     '^gcr3.*',
     '^gdbm$',
     '^giflib-utils$',

diff --git a/tools/util.py b/tools/util.py
index 26e31aa..6c49829 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 = 'f41'
+RELEASE = 'f42'
 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=178913780643.1.5523290169230574232.flatpaks-flatpak-runtime-776514ac1e33@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