From 66ec1f81d673392acf08e4308a3bd84a8a82c49e Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: May 28 2023 22:51:56 +0000 Subject: Use %py3_shebang_fix for Python 3.12 support (bz#2155192) --- diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index 88650fe..1dc8651 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -1,6 +1,6 @@ Name: pyhoca-gui Version: 0.6.1.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Graphical X2Go client written in (wx)Python License: AGPLv3+ @@ -66,7 +66,7 @@ notification area and allows multiple X2Go session handling. %build %if 0%{?fedora} || 0%{?rhel} >= 8 # Fix shebang of pyhoca-gui executable. -pathfix.py -i %{__python3} -pn %{name} +%py3_shebang_fix %{name} %{__python3} setup.py build_i18n %py3_build %else @@ -117,6 +117,9 @@ fi %changelog +* Sun May 28 2023 Orion Poplawski - 0.6.1.1-12 +- Use %%py3_shebang_fix for Python 3.12 support (bz#2155192) + * Fri Jan 20 2023 Fedora Release Engineering - 0.6.1.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild