From 5943e611c8cff22e1d5e788aaa1f747c7823275f Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Tue, 7 Nov 2023 15:01:32 -0500 Subject: [PATCH] Disable appstream support for F40+ --- kf5-frameworkintegration.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-frameworkintegration.spec b/kf5-frameworkintegration.spec index 9afcea5..ba1bc84 100644 --- a/kf5-frameworkintegration.spec +++ b/kf5-frameworkintegration.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.111.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins License: CC0-1.0 AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-LGPL URL: https://invent.kde.org/frameworks/%{framework} @@ -31,7 +31,7 @@ BuildRequires: kf5-rpm-macros >= %{majmin} BuildRequires: libXcursor-devel BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtx11extras-devel -%if 0%{?fedora} > 23 +%if 0%{?fedora} > 23 && 0%{?fedora} < 40 %global appstream 1 BuildRequires: cmake(AppStreamQt) BuildRequires: cmake(packagekitqt5) @@ -108,6 +108,9 @@ developing applications that use %{name}. %changelog +* Tue Nov 07 2023 Neal Gompa - 5.111.0-3 +- Disable appstream support for F40+ + * Fri Oct 13 2023 Jan Grulich - 5.111.0-2 - Rebuild (qt5)