From 3eeb5879c3fa10faa64c063a90f2ce6a3eb09fa0 Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Jan 26 2022 10:48:52 +0000 Subject: Disable -s in /usr/bin/thg #! (rhbz#2043652) --- diff --git a/tortoisehg.spec b/tortoisehg.spec index b51b6bc..2a401d2 100644 --- a/tortoisehg.spec +++ b/tortoisehg.spec @@ -1,6 +1,9 @@ +# Prevent % py3_build from specifying -s in the executable - that would prevent thg from picking up user installed extensions +%define py3_shbang_opts %nil + Name: tortoisehg Version: 6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mercurial GUI command line tool thg License: GPLv2 # - few files are however under the more permissive GPLv2+ @@ -89,12 +92,12 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT/%{_datadir}/appdata/thg.ap %{_datadir}/nautilus-python/extensions/nautilus-thg.py* %changelog +* Wed Jan 26 2022 Mads Kiilerich - 6.0-3 +- Disable -s in /usr/bin/thg #! (rhbz#2043652) + * Sat Jan 22 2022 Fedora Release Engineering - 6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild -* Fri Dec 10 2021 Mads Kiilerich - 6.0-1 -- tortoisehg 6.0 - * Sun Nov 14 2021 Mads Kiilerich - 5.9.3-2 - Add upstreamed patches for Python 3.10