From 07e4beaafab17f8e99c847900a293abc2153ce40 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Wed, 15 Oct 2025 13:22:24 +0200 Subject: [PATCH] Fix release date and version in the AppStream data Resolves: RHEL-121458 --- com.redhat.Platform.appdata.xml | 3 +-- com.redhat.Sdk.appdata.xml | 2 +- flatpak-runtime-config.spec | 6 +++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/com.redhat.Platform.appdata.xml b/com.redhat.Platform.appdata.xml index 4ab826d..bd19598 100644 --- a/com.redhat.Platform.appdata.xml +++ b/com.redhat.Platform.appdata.xml @@ -6,8 +6,7 @@ Red Hat Platform Shared libraries - - +

diff --git a/com.redhat.Sdk.appdata.xml b/com.redhat.Sdk.appdata.xml index f184262..545ab6e 100644 --- a/com.redhat.Sdk.appdata.xml +++ b/com.redhat.Sdk.appdata.xml @@ -6,7 +6,7 @@ Red Hat SDK

Tools and headers for developing applications - +

diff --git a/flatpak-runtime-config.spec b/flatpak-runtime-config.spec index 32f6944..a59dd93 100644 --- a/flatpak-runtime-config.spec +++ b/flatpak-runtime-config.spec @@ -4,7 +4,7 @@ Name: flatpak-runtime-config Version: 40 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Configuration files that live inside the flatpak runtime Source1: 50-flatpak.conf Source2: sitecustomize.py @@ -110,6 +110,10 @@ done %{_sysconfdir}/ld.so.conf.d/app.conf %changelog +* Wed Oct 15 2025 Tomas Popela - 40-5 +- Fix release date and version in the AppStream data + Resolves: RHEL-121458 + * Tue Oct 29 2024 Troy Dawson - 40-4 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018