<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>openSUSE Planet - English</title>
    <link>https://planet.opensuse.org/en/</link>
    <description>Planet openSUSE site providing newest news from the openSUSE Project</description>
    <atom:link href="https://planet.opensuse.org/en/rss20.xml" rel="self" type="application/rss+xml"/>
    <atom:link href="https://planet.opensuse.org/en/atom.xml" type="application/atom+xml"/>

    <item>
      <guid isPermaLink="true">https://dominique.leuenberger.net/blog/?p=1838</guid>
      <dc:creator>Dominique Leuenberger</dc:creator>
      <title>Tumbleweed – Review of the week 2026/28</title>
      <pubDate>Fri, 10 Jul 2026 11:28:31 +0000</pubDate>
      <link>https://dominique.leuenberger.net/blog/2026/07/tumbleweed-review-of-the-week-2026-28/</link>
      <description>&lt;p class=&quot;wp-block-paragraph&quot;&gt;Dear Tumbleweed users and hackers,&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;This past week brought a few heart-stopping moments for both our users and the release engineering team!&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;For our users, the massive size of snapshot 0703 likely came as a surprise. However, the sheer size didn’t actually reflect a massive number of source changes. Instead, it was the result of reconfiguring Tumbleweed to stop building Python 3.11 modules. This shift required us to hand control of the rebuild strategy over to OBS (similar to how we handle full rebuilds for new compilers) and rely on &lt;code&gt;build-compare&lt;/code&gt; to filter out unchanged packages.&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;For the release engineers, the Python change was straightforward. What actually tripped us up was an unfortunate combination of submissions in snapshot 0706, which ultimately had to be discarded. (As a quick aside: snapshots 0704 and 0705 were never built, as that was the weekend the full rebuild without python-3.11 was in progress.) We thought we had pinpointed the issue and reverted the suspected package, only to discover we had only solved half the puzzle.&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;The real culprits were &lt;code&gt;selinux-policy&lt;/code&gt;—which initially looked like the perfect suspect after openQA failed dozens of SELinux tests—combined with an &lt;code&gt;rpm&lt;/code&gt; packaging change that split its plugins into optional subpackages. Specifically, the plugin responsible for SELinux labeling became &lt;em&gt;so&lt;/em&gt; optional that it was no longer installed by default. In retrospect, it was an easy bug to squash once we understood the root cause. For the technically curious: we simply added &lt;code&gt;Requires: (rpm-plugin-selinux if selinux-policy)&lt;/code&gt; to the &lt;code&gt;rpm&lt;/code&gt; package. This finally cleared our openQA tests, though it did force us to discard a few snapshots along the way.&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;Despite the turbulence, we successfully published 4 snapshots (0702, 0703, 0707, and 0708) this past week, delivering the following updates:&lt;/p&gt;



&lt;ul class=&quot;wp-block-list&quot;&gt;
&lt;li&gt;
&lt;strong&gt;Removal of &lt;code&gt;python311-*&lt;/code&gt; module packages:&lt;/strong&gt; We are still shipping the Python 3.11 interpreter alongside base modules like &lt;code&gt;pip&lt;/code&gt; and &lt;code&gt;setuptools&lt;/code&gt;. This ensures you can still use &lt;code&gt;pip&lt;/code&gt;/&lt;code&gt;venv&lt;/code&gt; to install any necessary modules, though they will now be managed outside the control of openSUSE and &lt;code&gt;zypper&lt;/code&gt;.&lt;/li&gt;



&lt;li&gt;KDE Gear 26.04.3&lt;/li&gt;



&lt;li&gt;KDE Plasma 6.7.2&lt;/li&gt;



&lt;li&gt;SDL 3.4.12&lt;/li&gt;



&lt;li&gt;fwupd 2.1.6&lt;/li&gt;



&lt;li&gt;Linux kernel 7.1.2 &amp;amp; 7.1.3&lt;/li&gt;



&lt;li&gt;setools 4.7.0&lt;/li&gt;



&lt;li&gt;systemd 260.3&lt;/li&gt;



&lt;li&gt;Mesa 26.1.4&lt;/li&gt;



&lt;li&gt;GNOME Shell &amp;amp; Mutter 50.3&lt;/li&gt;



&lt;li&gt;Mozilla Firefox 152.0.4&lt;/li&gt;



&lt;li&gt;gpg 2.5.21 &amp;amp; gpgme 2.1.2&lt;/li&gt;
&lt;/ul&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;Let’s take a look at what we can expect in the coming days and weeks.&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;For starters, we will definitely be putting &lt;code&gt;selinux-policy&lt;/code&gt; back into the queue after leaving it reverted for the time being. This will provide the final proof of whether the issue was indeed that tricky combination of submissions, or if &lt;code&gt;rpm&lt;/code&gt; was acting up all by itself.&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;Peeking at the staging projects, integration tests are currently underway for several notable updates:&lt;/p&gt;



&lt;ul class=&quot;wp-block-list&quot;&gt;
&lt;li&gt;GStreamer 1.28.5&lt;/li&gt;



&lt;li&gt;SELinux toolchain 3.11, together with selinux-policy&lt;/li&gt;



&lt;li&gt;linux-glibc-devel 7.1: fix for llvm versions needed; llvm21 in ring as mandatory before we can move on&lt;/li&gt;



&lt;li&gt;Qemu 11.0.0: 32-bit host support has been dropped. kiwi itself was fixed to no longer depend on the obsolete tools, but the current submission of kiwi &lt;a href=&quot;https://github.com/OSInside/kiwi/issues/3023&quot;&gt;introduced a regression, switching Grub2&lt;/a&gt; on our built images from graphical to text mode&lt;/li&gt;



&lt;li&gt;Podman 6.0.0&lt;/li&gt;



&lt;li&gt;GCC 16 as the default system compiler&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>

    <item>
      <guid isPermaLink="true">https://news.opensuse.org/2026/07/10/planet-roundup/</guid>
      <dc:creator>openSUSE News</dc:creator>
      <title>Planet News Roundup</title>
      <pubDate>Fri, 10 Jul 2026 08:00:00 +0000</pubDate>
      <link>https://news.opensuse.org/2026/07/10/planet-roundup/</link>
      <description>&lt;p&gt;This is a roundup of articles from the openSUSE community listed on &lt;a href=&quot;https://planet.opensuse.org&quot;&gt;planet.opensuse.org&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The community blog feed aggregator lists the featured highlights below from July 3 to 9.&lt;/p&gt;

&lt;p&gt;Blogs this week cover usability and printer improvements in Plasma 6.7, a sixth bugfix update for Plasma 6.6, and openSUSE’s support for the XBOOTLDR partition to ease systemd-boot migration. Posts also include a GSoC update on SVG build badges, a new Meteoclimatic plasmoid, a Tellico collection manager update, the July Krita drawing challenge, a retro LCD clock plasmoid, a critique of traditional AI benchmarks, a gVim Wayland guide, Tumbleweed snapshots for week 27, KDE Gear 26.04.3, animation improvements in Plasma, and the Linux Saloon podcast.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here is a summary and links for each post:&lt;/strong&gt;&lt;/p&gt;

&lt;h2 id=&quot;syslog-ng-java-destination-disabled&quot;&gt;&lt;a href=&quot;https://peter.czanik.hu/other/syslog-ng-java-destination-disabled/&quot;&gt;Syslog-ng Java Destination Disabled&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://peter.czanik.hu/&quot;&gt;Peter Czanik’s Blog&lt;/a&gt; announces that Java support is being disabled in all of his syslog-ng packages as a “scream test.” Native C libraries now cover Elasticsearch and Kafka, HDFS has practically disappeared, and the Java drivers were removed from the source code years ago without complaint. The change has already landed in the official openSUSE package, with Fedora Rawhide and git snapshot packages next, and users relying on their own Java driver code are asked to speak up.&lt;/p&gt;

&lt;h2 id=&quot;kdenlive-26043-released&quot;&gt;&lt;a href=&quot;https://www.kdeblog.com/lanzado-de-kdenlive-26-04-3.html&quot;&gt;Kdenlive 26.04.3 Released&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The &lt;a href=&quot;https://www.kdeblog.com/&quot;&gt;KDE Blog&lt;/a&gt; covers the release of Kdenlive 26.04.3, the final maintenance update of the 26.04 series. The update fixes crashes when undoing sequence creation and when recording audio without an audio device. It also continues the cycle’s security hardening by preventing unwanted command execution on MLT versions older than 7.40.&lt;/p&gt;

&lt;h2 id=&quot;thunderbird-listens-to-its-community-to-improve-the-desktop-application&quot;&gt;&lt;a href=&quot;https://victorhckinthefreeworld.com/2026/07/08/thunderbird-escucha-a-las-personas-que-lo-usan-para-mejorar-su-aplicacion-de-escritorio/&quot;&gt;Thunderbird Listens to Its Community to Improve the Desktop Application&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://victorhckinthefreeworld.com/&quot;&gt;Victorhck&lt;/a&gt; translates Thunderbird’s summary of hour-long interviews with ten users about how they manage preferences and settings in the desktop client. Findings include a “set and forget” configuration habit, a desire to cut clutter and cognitive noise from dense settings menus, and confusion caused by overly technical terminology.&lt;/p&gt;

&lt;h2 id=&quot;scmci-project-links-and-better-handling-of-disconnected-branches&quot;&gt;&lt;a href=&quot;https://openbuildservice.org/2026/07/08/scm-ci-update/&quot;&gt;SCM/CI: Project Links and Better Handling of Disconnected Branches&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The &lt;a href=&quot;https://openbuildservice.org/&quot;&gt;Open Build Service Blog&lt;/a&gt; announces an extension to the SCM/CI integration with a new link project step, letting users create project links directly in their workflows. This fills a missing piece needed to allow full project rebuilds for PR/MR sources such as stagings. The update also improves how OBS handles Git branches that do not contain a workflow definition file.&lt;/p&gt;

&lt;h2 id=&quot;usability-improvements-in-plasma-67&quot;&gt;&lt;a href=&quot;https://www.kdeblog.com/mejoras-en-la-usabilidad-en-plasma-6-7.html&quot;&gt;Usability Improvements in Plasma 6.7&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;The &lt;a href=&quot;https://www.kdeblog.com/&quot;&gt;KDE Blog&lt;/a&gt; covers the usability enhancements in Plasma 6.7, including drag-and-drop favorites management, a more intuitive Discover software center, and faster virtual desktop switching in the Overview effect. The update also introduces an autocomplete mode for desktop file selection and easier time zone comparison in the Digital Clock widget.&lt;/p&gt;

&lt;h2 id=&quot;the-illusion-of-benchmarks-traditional-kpis-dont-make-sense-for-measuring-llms&quot;&gt;&lt;a href=&quot;https://assuntonerd.com.br/2026/07/07/a-ilusao-dos-benchmarks-kpis-tradicionais-nao-fazem-sentido-para-medir-llms/&quot;&gt;The Illusion of Benchmarks: Traditional KPIs Don’t Make Sense for Measuring LLMs&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://assuntonerd.com.br/&quot;&gt;Alessandro’s Blog&lt;/a&gt; argues that traditional benchmarks and KPIs are misleading when applied to large language models. Unlike conventional software, LLMs behave probabilistically and may ace academic tests while failing at real-world business tasks. The post warns that benchmark scores have increasingly become marketing tools rather than meaningful measures of actual capability.&lt;/p&gt;

&lt;h2 id=&quot;sixth-bugfix-update-for-plasma-66&quot;&gt;&lt;a href=&quot;https://www.kdeblog.com/sexta-actualizacion-de-plasma-6-6.html&quot;&gt;Sixth Bugfix Update for Plasma 6.6&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;The &lt;a href=&quot;https://www.kdeblog.com/&quot;&gt;KDE Blog&lt;/a&gt; announces the sixth bugfix release for Plasma 6.6, arriving nearly two months after the initial release. The update continues KDE’s regular maintenance cycle with stability improvements, better translations, and error resolution across the desktop environment.&lt;/p&gt;

&lt;h2 id=&quot;support-of-xbootldr-in-opensuse&quot;&gt;&lt;a href=&quot;https://news.opensuse.org/2026/07/07/xbootldr/&quot;&gt;Support of XBOOTLDR in openSUSE&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://news.opensuse.org/&quot;&gt;openSUSE News&lt;/a&gt; explains how the XBOOTLDR partition provides an escape hatch for systems with insufficient ESP space when migrating to systemd-boot. The new partition can live anywhere on the disk and frees the ESP from storing kernel and initrd files. The post includes practical steps for creating the partition, configuring mount points, and migrating boot entries.&lt;/p&gt;

&lt;h2 id=&quot;meteoclimatic-plasmoid-for-the-kde-plasma-desktop&quot;&gt;&lt;a href=&quot;https://victorhckinthefreeworld.com/2026/07/07/plasmoide-para-mostrar-la-informacion-de-meteoclimatic-en-el-escritorio-plasma-de-kde/&quot;&gt;Meteoclimatic Plasmoid for the KDE Plasma Desktop&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://victorhckinthefreeworld.com/&quot;&gt;Victorhck&lt;/a&gt; introduces his first KDE Plasma 6 plasmoid, which displays real-time weather data from Meteoclimatic amateur weather stations directly on the desktop. The widget supports configurable font size, color, opacity, and background visibility. The code is hosted on Codeberg for easy installation and customization.&lt;/p&gt;

&lt;h2 id=&quot;printer-improvements-in-plasma-67&quot;&gt;&lt;a href=&quot;https://www.kdeblog.com/mejoras-para-las-impresoras-en-plasma-6-7.html&quot;&gt;Printer Improvements in Plasma 6.7&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;The &lt;a href=&quot;https://www.kdeblog.com/&quot;&gt;KDE Blog&lt;/a&gt; highlights the printing enhancements in Plasma 6.7, including a system tray printer icon that now shows active job counts. A new print queue management tool offers advanced multi-printer administration while remaining accessible for home use, and connecting to shared printers on Windows networks has been simplified.&lt;/p&gt;

&lt;h2 id=&quot;krita-july-2026-drawing-challenge-kritachallenge&quot;&gt;&lt;a href=&quot;https://www.kdeblog.com/concurso-de-dibujo-krita-de-julio-2026-kritachallenge.html&quot;&gt;Krita July 2026 Drawing Challenge #KritaChallenge&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;The &lt;a href=&quot;https://www.kdeblog.com/&quot;&gt;KDE Blog&lt;/a&gt; promotes the monthly Krita drawing challenge for July 2026 with the theme “An Imaginary Friend.” Entries must be at least 90% created in Krita with no AI-generated content allowed. The winner earns the right to choose the next month’s theme and receives a featured spot on the site.&lt;/p&gt;

&lt;h2 id=&quot;new-tellico-update&quot;&gt;&lt;a href=&quot;https://www.kdeblog.com/nueva-actualizacion-de-tellico.html&quot;&gt;New Tellico Update&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;The &lt;a href=&quot;https://www.kdeblog.com/&quot;&gt;KDE Blog&lt;/a&gt; announces Tellico 4.2.1, the latest release of KDE’s collection manager. The update refreshes data sources for Google Books, Google Scholar, and Colnect, and adds support for multiple ISBN values and a user-defined data fetch argument. The release continues the application’s migration to Qt6 and KDE Frameworks 6.&lt;/p&gt;

&lt;h2 id=&quot;the-machinist&quot;&gt;&lt;a href=&quot;https://blog.jimmac.eu/posts/the-machinist/&quot;&gt;The Machinist&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://blog.jimmac.eu/&quot;&gt;Jakub Steiner&lt;/a&gt; shares a brief personal reflection prompted by a recovered memory during a run, recommending Christian Bale’s film “The Machinist.” The post praises the movie’s mood, acting, and the director’s use of industrial imagery without revealing plot details.&lt;/p&gt;

&lt;h2 id=&quot;gsoc-update-1-can-svg-build-badges-update-themselves&quot;&gt;&lt;a href=&quot;https://mmarhin.github.io/gsoc2026blog/gsoc/opensuse/svg/javascript/2026/07/05/update-1-svg-javascript-limitations.html&quot;&gt;GSoC Update 1: Can SVG Build Badges Update Themselves?&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://mmarhin.github.io/gsoc2026blog/&quot;&gt;Mario’s GSoC Blog&lt;/a&gt; explores whether SVG build badges generated by obs-status-service can self-update in Gitea. Testing reveals that JavaScript inside SVG runs when embedded as an &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;lt;object&amp;gt;&lt;/code&gt; or &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;lt;iframe&amp;gt;&lt;/code&gt;, but not as an &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;lt;img&amp;gt;&lt;/code&gt;, which is how Markdown renders images by default. The post concludes that live-updating badges are possible if Gitea serves them as objects, with a fallback to static server-side rendering for img contexts.&lt;/p&gt;

&lt;h2 id=&quot;retro-lcd-7-segment-clock--plasmoids-for-plasma-6-34&quot;&gt;&lt;a href=&quot;https://www.kdeblog.com/reloj-retro-lcd-7-segment-clock-plasmoides-para-plasma-6-34.html&quot;&gt;Retro LCD 7-Segment Clock – Plasmoids for Plasma 6 (34)&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;The &lt;a href=&quot;https://www.kdeblog.com/&quot;&gt;KDE Blog&lt;/a&gt; presents the 34th installment in its plasmoid series, featuring a retro LCD 7-segment clock widget for Plasma 6. Created by corral76, the minimalist widget offers customizable colors, font, time format, blinking colon, shadow toggle, date display, and an alarm feature.&lt;/p&gt;

&lt;h2 id=&quot;linux-saloon-208--news-flight-early-edition&quot;&gt;&lt;a href=&quot;https://cubiclenate.com/2026/07/04/linux-saloon-208-news-flight-early-edition/&quot;&gt;Linux Saloon 208 | News Flight Early Edition&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://cubiclenate.com/&quot;&gt;Nathan Wolf’s Blog&lt;/a&gt; covers the latest Linux and technology news, including hardware builds like the Warthunder Sim Rig, font management in Linux, and Firefox updates. The episode also discusses the Steam Machine launch, Fedora governance changes, and the retirement of the “Father of the Internet.”&lt;/p&gt;

&lt;h2 id=&quot;improving-animations--this-week-in-plasma&quot;&gt;&lt;a href=&quot;https://www.kdeblog.com/mejorando-las-animaciones-esta-semana-en-plasma.html&quot;&gt;Improving Animations – This Week in Plasma&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;The &lt;a href=&quot;https://www.kdeblog.com/&quot;&gt;KDE Blog&lt;/a&gt; translates Nate Graham’s weekly Plasma report, highlighting animation improvements coming in Plasma 6.8 with better physics models and smoother notification sliding. The post also covers bugfixes across Plasma 6.6.6, 6.7.2, and 6.7.3, including KWin crash fixes, display corrections, and security hardening for task manager widgets.&lt;/p&gt;

&lt;h2 id=&quot;make-gvim-clientserver-work-with-wayland&quot;&gt;&lt;a href=&quot;https://www.freeaptitude.altervista.org/articles/make-gvim-clientserver-work-with-wayland.html&quot;&gt;Make gVim clientserver work with Wayland&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://www.freeaptitude.altervista.org/&quot;&gt;FreeAptitude’s Blog&lt;/a&gt; provides a guide for getting gVim’s clientserver functionality working under Wayland, building on a previous Dolphin service menu for opening files in gVim tabs. The post addresses the compatibility challenges between the X11-based clientserver protocol and Wayland’s security model.&lt;/p&gt;

&lt;h2 id=&quot;tumbleweed--review-of-the-week-202627&quot;&gt;Tumbleweed – Review of the Week 2026/27&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://victorhckinthefreeworld.com/2026/07/03/opensuse-tumbleweed-revision-de-la-semana-27-de-2026/&quot;&gt;Victorhck&lt;/a&gt; and &lt;a href=&quot;https://dominique.leuenberger.net/blog/2026/07/tumbleweed-review-of-the-week-2026-27/&quot;&gt;Dominique Leuenberger&lt;/a&gt; report on three published Tumbleweed snapshots (0627, 0628, 0630) with updates to libzio 1.15, Mozilla Firefox 152.0.3, gpgme 2.1.1, and Pango 1.58.0. In-progress staging includes KDE Gear 26.04.3, KDE Plasma 6.7.2, Linux kernel 7.1.2, Mesa 26.1.4, Podman 6.0.0, and Qemu 11.0.0 dropping 32-bit host support.&lt;/p&gt;

&lt;h2 id=&quot;third-update-of-kde-gear-2604&quot;&gt;&lt;a href=&quot;https://www.kdeblog.com/tercera-actualizacion-de-kde-gear-26-04.html&quot;&gt;Third Update of KDE Gear 26.04&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;The &lt;a href=&quot;https://www.kdeblog.com/&quot;&gt;KDE Blog&lt;/a&gt; announces KDE Gear 26.04.3, the third bugfix update for the KDE applications suite. Notable fixes include Elisa properly switching audio output devices when the global output changes, KDE Connect resolving file transfer issues when notification sending is enabled, and Kdenlive fixing the playback head disappearing during preview.&lt;/p&gt;

&lt;p&gt;View more blogs or learn to publish your own on &lt;a href=&quot;https://planet.opensuse.org&quot;&gt;planet.opensuse.org&lt;/a&gt;.&lt;/p&gt;

&lt;meta name=&quot;openSUSE, Open Source, development, Linux, secure operating systems&quot; content=&quot;HTML,CSS,XML,JavaScript&quot;&gt;</description>
    </item>

    <item>
      <guid isPermaLink="true">https://peter.czanik.hu/other/syslog-ng-java-destination-disabled/</guid>
      <dc:creator>Peter Czanik</dc:creator>
      <title>Syslog-ng Java destination disabled</title>
      <pubDate>Thu, 09 Jul 2026 13:19:41 +0000</pubDate>
      <link>https://peter.czanik.hu/other/syslog-ng-java-destination-disabled/</link>
      <description>&lt;p&gt;For many years, syslog-ng used Java, where C libraries were unavailable. However, over the years native C libraries became available for Elasticsearch and Kafka, and HDFS practically disappeared. As a “scream test”, I am going to disable Java support in all of my syslog-ng packages.&lt;/p&gt;
&lt;p&gt;Once upon a time, Java support was added to syslog-ng to be able to load Elasticsearch Java drivers. Later, Kafka, HDFS, and a generic HTTP destination were also added. Unfortunately, using Java was a major pain. Loading libraries required some manual configuration. Packaging the Java destination in official Linux distribution packages was possible, however, packaging the actual drivers written in Java was impossible. For a while, I maintained unofficial packaging for these drivers, but as C alternatives appeared, I removed these components. Nobody complained. Recently all drivers, except for HDFS, have been removed from the source code as well. Again: nobody complained.&lt;/p&gt;
&lt;p&gt;Right now, we still have HDFS support in the source code, but not for long. I have been posting about it for years now, and nobody asked us to keep it. This is the last driver making use of the Java destination of syslog-ng. We will delete it soon, too.&lt;/p&gt;
&lt;p&gt;We do not delete code related to Java right now. However, as a “scream test” I am going to disable the Java destination in all my packages. I have done it already in the official openSUSE syslog-ng package. Fedora Rawhide is next. I will also remove it from my git snapshot packages.&lt;/p&gt;
&lt;p&gt;If you use Java with your own driver code, let us know! Otherwise, the Java destination will be not just disabled in packages but removed from code as well.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&quot;//peter.czanik.hu/images/syslog-ng-logo1.png&quot;&gt;&lt;figcaption&gt;
            &lt;h4&gt;syslog-ng logo&lt;/h4&gt;
        &lt;/figcaption&gt;
&lt;/figure&gt;</description>
    </item>

    <item>
      <guid isPermaLink="true">https://openbuildservice.org/2026/07/08/scm-ci-update//</guid>
      <dc:creator>Open Build Service</dc:creator>
      <title>SCM/CI: Project Links and Better Handling of Disconnected Branches</title>
      <pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate>
      <link>https://openbuildservice.org/2026/07/08/scm-ci-update//</link>
      <description>We have some news to share regarding the SCM/CI integration for the Open Build Service. The feature has been extended with a link project step, allowing you to create project links in your workflows. On top of that, we improved the handling of Git branches that do not contain a workflow definition (workflow.yml file). Link Projects in Your Workflows One missing piece for SCM/CI integration, needed to allow full project rebuilds for PR/MR sources (stagings),...</description>
    </item>

    <item>
      <guid isPermaLink="true">https://news.opensuse.org/2026/07/07/xbootldr/</guid>
      <dc:creator>openSUSE News</dc:creator>
      <title>Support of XBOOTLDR in openSUSE</title>
      <pubDate>Tue, 07 Jul 2026 15:00:00 +0000</pubDate>
      <link>https://news.opensuse.org/2026/07/07/xbootldr/</link>
      <description>&lt;h2 id=&quot;more-space&quot;&gt;More Space&lt;/h2&gt;

&lt;p&gt;openSUSE moved to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;BLS&lt;/code&gt; some time ago using the bootloaders &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;systemd-boot&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;GRUB2-BLS&lt;/code&gt; that nowadays is mostly a repackaging of the traditional &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;GRUB2&lt;/code&gt;, as the main patches are already merged since 2.16.&lt;/p&gt;

&lt;p&gt;This decision also required more space in the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ESP&lt;/code&gt; partition, as now the kernel and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;initrd&lt;/code&gt;s of all snapshots are stored in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;/boot/efi/$TOKEN&lt;/code&gt;, where &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;$TOKEN&lt;/code&gt; can be the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;machine-id&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;opensuse-tumbleweed&lt;/code&gt; or &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;opensuse-microos&lt;/code&gt;, depending on the installation.  For new installations, this is not a problem since the installer (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;YaST&lt;/code&gt; or &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Agama&lt;/code&gt;) will recommend a large (1 GB) partition; for older installations, the migration can be problematic, to the extreme that if the partition cannot be resized. It is advisable to keep the old &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;GRUB2-EFI&lt;/code&gt; bootloader.&lt;/p&gt;

&lt;p&gt;But if we decide to use &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;systemd-boot&lt;/code&gt;, there is a escape hatch: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;XBOOTLDR&lt;/code&gt;&lt;/p&gt;

&lt;h2 id=&quot;a-new-partition&quot;&gt;A New Partition&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;XBOOTLDR&lt;/code&gt; is a new partition that can live anywhere in the disk.  The &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ESP&lt;/code&gt; has some limitations in that regard, and usually is the first partition in the system.  If present, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;systemd-boot&lt;/code&gt; will look for the menu entries and the kernel / &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;initrd&lt;/code&gt;s in there, freeing the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ESP&lt;/code&gt; of that responsibility.&lt;/p&gt;

&lt;p&gt;The file system of this partition needs to be also &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;FAT32&lt;/code&gt;, like the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ESP&lt;/code&gt; as this is a limitation of the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;UEFI&lt;/code&gt;, and during the creation needs have a specific &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;GPT&lt;/code&gt; identifier (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;GUID&lt;/code&gt;).  With &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;fsdisk&lt;/code&gt;, we can create a new partition and assign the type &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;142&lt;/code&gt; or &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;xbootldr&lt;/code&gt;; this will assign the correct &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;GUID&lt;/code&gt; into the partition table and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;systemd-boot&lt;/code&gt; will recognize it.&lt;/p&gt;

&lt;h2 id=&quot;mount-points&quot;&gt;Mount Points&lt;/h2&gt;

&lt;p&gt;Because of this new partition, the mount points needs to change too.  As commented, the traditional place where openSUSE put the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ESP&lt;/code&gt; is in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;/boot/efi&lt;/code&gt; but now we have two places.  The UAPI recommendation is to have always the boot entries and the kernel in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;/boot&lt;/code&gt;, and only if there is a separated partition for the boot loader, then this will be placed in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;/efi&lt;/code&gt;.  Because this is the case now, we will need to update out &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;/etc/fstab&lt;/code&gt;:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;UUID=4165-E891 /efi  vfat utf8,dmask=0077,noexec,nodev,nosuid,nosymfollow 0 2
UUID=414C-528C /boot vfat utf8,dmask=0077,noexec,nodev,nosuid,nosymfollow 0 2
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Change the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;UUID&lt;/code&gt; to point to the correct device.&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;sdbootutil&lt;/code&gt; can find both partitions and write in the correct place now, depending if we are updating the bootloader or adding new entries.&lt;/p&gt;

&lt;p&gt;Now we can move the boot entries and the kernel directories, both placed in the old &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;/boot/efi/loader&lt;/code&gt; path.  We can manually move it into the new partition, just keep &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;loader/random-seed&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;loader/loader.conf&lt;/code&gt; in the old place, but the rest of the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;loader/&lt;/code&gt; directory can be moved.&lt;/p&gt;

&lt;p&gt;More information about a more detailed description can be found in the following section:&lt;/p&gt;

&lt;h2 id=&quot;further-documentation&quot;&gt;Further Documentation&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.opensuse.org/Portal:MicroOS/FDE#Migrating_from_GRUB2-EFI&quot;&gt;Migrating from GRUB2-EFI&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.opensuse.org/Portal:MicroOS/FDE#XBOOTLDR&quot;&gt;MicroOS FDE&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://uapi-group.org/specifications/specs/boot_loader_specification/&quot;&gt;UAPI.1 The Boot Loader Specification&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>

    <item>
      <guid isPermaLink="true">https://blog.jimmac.eu/posts/the-machinist/</guid>
      <dc:creator>Jakub Steiner</dc:creator>
      <title>The Machinist</title>
      <pubDate>Mon, 06 Jul 2026 00:00:00 +0000</pubDate>
      <link>https://blog.jimmac.eu/posts/the-machinist/</link>
      <description>&lt;p&gt;I couldn&apos;t remember something for weeks. It popped into my head during a run — a relief, even though the memory itself was not pleasant. This episode of my flaky mind reminded me of this movie.&lt;/p&gt;
&lt;p&gt;I won&apos;t give you even a hint of what the movie is about. The strength of it is not the premise, but the mood, the superb acting and Christian Bale&apos;s physical dedication to the role impressed me, alongside a cast of wonderfully weird characters and ominous presence of giant spinning machines. If you somehow missed the movie, give it a go. It&apos;s one of those that keep coming back to you.&lt;/p&gt;</description>
    </item>

    <item>
      <guid isPermaLink="true">https://mmarhin.github.io/gsoc2026blog/gsoc/opensuse/svg/javascript/2026/07/05/update-1-svg-javascript-limitations</guid>
      <dc:creator>Mario Marín (GSoC 2026)</dc:creator>
      <title>GSoC Update 1: Can SVG Build Badges Update Themselves?</title>
      <pubDate>Sun, 05 Jul 2026 16:00:00 +0000</pubDate>
      <link>https://mmarhin.github.io/gsoc2026blog/gsoc/opensuse/svg/javascript/2026/07/05/update-1-svg-javascript-limitations.html</link>
      <description>&lt;p&gt;One of the initial goals of the project was to explore whether the SVG build
results generated by &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;obs-status-service&lt;/code&gt; could become interactive and update
in real time. In particular, I wanted to determine whether an SVG embedded in a
Gitea README or comment in a PR could use JavaScript to request fresh OBS
results without requiring the user to reload the page.&lt;/p&gt;

&lt;h2 id=&quot;testing-javascript-inside-svg&quot;&gt;Testing JavaScript Inside SVG&lt;/h2&gt;

&lt;p&gt;To verify the browser behavior, I created a
&lt;a href=&quot;https://src.opensuse.org/mmarhin/test-js&quot;&gt;small test repository&lt;/a&gt; containing an
SVG clock. The file includes a JavaScript timer that updates the displayed date
and time every second, making it immediately clear whether the script has been
executed.&lt;/p&gt;

&lt;p&gt;I tested the same SVG in several embedding contexts:&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;Context&lt;/th&gt;
      &lt;th&gt;JavaScript&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;SVG opened directly&lt;/td&gt;
      &lt;td&gt;Runs&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;SVG embedded with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;lt;object&amp;gt;&lt;/code&gt;
&lt;/td&gt;
      &lt;td&gt;Runs&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;SVG embedded with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;lt;iframe&amp;gt;&lt;/code&gt;
&lt;/td&gt;
      &lt;td&gt;Runs&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;SVG embedded with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;lt;img&amp;gt;&lt;/code&gt;
&lt;/td&gt;
      &lt;td&gt;Does not run&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;SVG included with Markdown and rendered as &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;lt;img&amp;gt;&lt;/code&gt;
&lt;/td&gt;
      &lt;td&gt;Does not run&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;SVG included with Markdown and rendered as &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;lt;object&amp;gt;&lt;/code&gt;
&lt;/td&gt;
      &lt;td&gt;Runs&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;The important distinction is not whether SVG supports JavaScript, because it
does. The restriction depends on how the browser loads the file.&lt;/p&gt;

&lt;p&gt;When SVG is used as an image, browsers apply a restricted processing mode for
security and privacy reasons. In this context, scripts and external resources
are disabled. This behavior is documented by
&lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/SVG/Guides/SVG_as_an_image&quot;&gt;MDN’s guide to SVG as an image&lt;/a&gt;
and by the
&lt;a href=&quot;https://www.w3.org/TR/SVG/conform.html&quot;&gt;SVG 2 conformance rules&lt;/a&gt;, which
describe the secure image processing modes.&lt;/p&gt;

&lt;h2 id=&quot;giteas-rendering-makes-the-difference&quot;&gt;Gitea’s Rendering Makes the Difference&lt;/h2&gt;

&lt;p&gt;The &lt;a href=&quot;https://spec.commonmark.org/0.31.2/#images&quot;&gt;CommonMark image specification&lt;/a&gt;
defines Markdown images as HTML &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;img&lt;/code&gt; elements. My first test used an SVG stored
in the same repository, and Gitea kept it as &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;img&lt;/code&gt;, so the script did not run.&lt;/p&gt;

&lt;p&gt;Daniel later observed a different case on &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;src.opensuse.org&lt;/code&gt;: an HTTPS SVG
badge served from the openSUSE infrastructure was embedded as an &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;object&lt;/code&gt; and
did update after its 30-second timer. That distinction matters because scripts
are disabled in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;img&lt;/code&gt;, but can run when the SVG is loaded as an &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;object&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;The live
&lt;a href=&quot;https://gitexplorer.opensuse.org/badge/devel:languages:python:Factory/python313.svg&quot;&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;obs-git-explorer&lt;/code&gt; badge&lt;/a&gt;
confirms the second case. It is served as &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;image/svg+xml&lt;/code&gt;, contains a
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;setInterval&lt;/code&gt; that runs every 30 seconds, fetches fresh results from the same
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;gitexplorer.opensuse.org&lt;/code&gt; origin, and updates its text and colors.&lt;/p&gt;

&lt;p&gt;This also limits theme integration. An SVG image may use
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;prefers-color-scheme&lt;/code&gt; to follow the browser or operating-system preference, but
an externally loaded SVG still cannot directly reuse Gitea’s page CSS.&lt;/p&gt;

&lt;h2 id=&quot;implications-for-obs-status-service&quot;&gt;Implications for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;obs-status-service&lt;/code&gt;
&lt;/h2&gt;

&lt;p&gt;This means live updates may be possible for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;obs-status-service&lt;/code&gt;, but only if
Gitea embeds the generated badge as &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;object&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;The practical approach would be simple:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Serve the visible badge as SVG.&lt;/li&gt;
  &lt;li&gt;Let the SVG JavaScript fetch the equivalent &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.json&lt;/code&gt; URL.&lt;/li&gt;
  &lt;li&gt;Update the badge text and colors from that JSON response.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If Gitea keeps the badge as &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;img&lt;/code&gt;, the SVG remains static and server-side
rendering is still the fallback. The key conclusion is that Markdown syntax is
not enough to decide this; the final DOM matters: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;img&lt;/code&gt; is static, while
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;object&lt;/code&gt; can support a self-updating SVG.&lt;/p&gt;</description>
    </item>

    <item>
      <guid isPermaLink="true">https://cubiclenate.com/?p=26036</guid>
      <dc:creator>Nathan Wolf</dc:creator>
      <title>Linux Saloon 208 | News Flight Early Edition</title>
      <pubDate>Sat, 04 Jul 2026 19:46:19 +0000</pubDate>
      <link>https://cubiclenate.com/2026/07/04/linux-saloon-208-news-flight-early-edition/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=linux-saloon-208-news-flight-early-edition</link>
      <description>The content discusses various topics in technology and Linux, such as hardware setups like the Warthunder Sim Rig, font management in Linux, and notable news like the retirement of the “Father of the Internet.” It also covers updates on Firefox, the Steam Machine launch, and Fedora governance changes, along with various resources and upcoming events.</description>
    </item>

    <item>
      <guid isPermaLink="true">https://freeaptitude.altervista.org/articles/make-gvim-clientserver-work-with-wayland</guid>
      <dc:creator>FreeAptitude</dc:creator>
      <title>Make gVim clientserver work with Wayland</title>
      <pubDate>Fri, 03 Jul 2026 15:56:00 +0000</pubDate>
      <link>https://freeaptitude.altervista.org/articles/make-gvim-clientserver-work-with-wayland.html?utm_source=RSS&amp;utm_medium=RSS&amp;utm_campaign=make-gvim-clientserver-work-with-wayland</link>
      <description>In the past I created the Open With gVim Dolphin Service Menu to open the selected files with gVim and display them in separate tabs.</description>
    </item>

    <item>
      <guid isPermaLink="true">https://dominique.leuenberger.net/blog/?p=1835</guid>
      <dc:creator>Dominique Leuenberger</dc:creator>
      <title>Tumbleweed – Review of the week 2026/27</title>
      <pubDate>Fri, 03 Jul 2026 12:11:22 +0000</pubDate>
      <link>https://dominique.leuenberger.net/blog/2026/07/tumbleweed-review-of-the-week-2026-27/</link>
      <description>&lt;p class=&quot;wp-block-paragraph&quot;&gt;Dear Tumbleweed users and hackers,&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;This week, the various maintainers have been busy like usual, but the number of snapshots we managed to publish was slightly lower than in ‘normal’ weeks. Of the 5 snapshots built, we could only release 3 (0627, 0628, and 0630).  The main issue causing discarded snapshots is the update to podman 6.0, which requires a few other modules to remain in sync. Things like buildah, skopeo, netavark – and it so happens that some slipped through in a snapshot but were then detected by openQA as not working as intended. That stack is still taking some time to ‘get right’.&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;The three published snapshots brought you these changes:&lt;/p&gt;



&lt;ul class=&quot;wp-block-list&quot;&gt;
&lt;li&gt;libzio 1.15&lt;/li&gt;



&lt;li&gt;Mozilla Firefox 152.0.3&lt;/li&gt;



&lt;li&gt;gpgme 2.1.1&lt;/li&gt;



&lt;li&gt;Pango 1.58.0&lt;/li&gt;
&lt;/ul&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;The list of what’s being worked on reads a bit more spectacular than the changes of last week, namely:&lt;/p&gt;



&lt;ul class=&quot;wp-block-list&quot;&gt;
&lt;li&gt;KDE Gear 26.04.3&lt;/li&gt;



&lt;li&gt;KDE Plasma 6.7.2&lt;/li&gt;



&lt;li&gt;SDL 3.4.12&lt;/li&gt;



&lt;li&gt;fwupd 2.1.6&lt;/li&gt;



&lt;li&gt;Linux kernel 7.1.2&lt;/li&gt;



&lt;li&gt;Mesa 26.1.4&lt;/li&gt;



&lt;li&gt;linux-glibc-devel 7.1: fix for llvm versions needed&lt;/li&gt;



&lt;li&gt;systemd 260.3&lt;/li&gt;



&lt;li&gt;Qemu 11.0.0: 32-bit host support has been dropped. Only &lt;a href=&quot;https://bugzilla.opensuse.org/show_bug.cgi?id=1263564&quot;&gt;kiwi is currently blocking this update&lt;/a&gt;
&lt;/li&gt;



&lt;li&gt;Python 3.11 modules will be removed; The interpreter itself will remain a bit longer&lt;/li&gt;



&lt;li&gt;Podman 6.0.0&lt;/li&gt;
&lt;/ul&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;&lt;/p&gt;</description>
    </item>

  </channel>
</rss>
