From 143f1e5e1ff809e85aa9994f8bf00ad92924d59f Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 27 Mar 2024 19:40:13 +0000 Subject: [PATCH] import CS flatpak-1.10.8-2.el8 --- SPECS/flatpak.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/SPECS/flatpak.spec b/SPECS/flatpak.spec index 1e5023d..c75ea9c 100644 --- a/SPECS/flatpak.spec +++ b/SPECS/flatpak.spec @@ -3,7 +3,7 @@ Name: flatpak Version: 1.10.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Application deployment framework for desktop apps License: LGPLv2+ @@ -34,9 +34,9 @@ BuildRequires: docbook-style-xsl BuildRequires: gettext BuildRequires: libassuan-devel BuildRequires: libcap-devel -BuildRequires: python3.11-pyparsing +BuildRequires: python3-devel +BuildRequires: python3-pyparsing BuildRequires: systemd -BuildRequires: /usr/bin/python3 BuildRequires: /usr/bin/xmlto BuildRequires: /usr/bin/xsltproc @@ -119,6 +119,8 @@ This package contains installed tests for %{name}. %prep %autosetup -p1 +# Make sure to use the RHEL-lifetime supported Python and no other +%py3_shebang_fix scripts/* variant-schema-compiler/* %build @@ -246,6 +248,9 @@ fi %changelog +* Mon Sep 04 2023 Miro HronĨok - 1.10.8-2 +- Make sure to use the RHEL-lifetime supported Python and no other (RHEL-2225) + * Tue Jul 11 2023 Debarshi Ray - 1.10.8-1 - Rebase to 1.10.8 (#2222103) - Fix CVE-2023-28100 and CVE-2023-28101 (#2180311)