commit 9acb4935e59955a1c19c320af16f54a9e2006ea6
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 19:46:06 2023 +0100
Use new shebang macro
kodi.spec | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index 5f74d8a..c3ca390 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -196,7 +196,6 @@ BuildRequires: pipewire-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: python3-devel
BuildRequires: python3-pillow
-BuildRequires: /usr/bin/pathfix.py
BuildRequires: rapidjson-devel
BuildRequires: spdlog-devel
BuildRequires: sqlite-devel
@@ -301,7 +300,7 @@ This package contains FirewallD files for Kodi.
%patch -P 2 -p1 -b.innobinfix
# Fix up Python shebangs
-pathfix.py -pni "%{__python3} %{py3_shbang_opts}" \
+%py3_shebang_fix \
tools/EventClients/lib/python/zeroconf.py \
tools/EventClients/Clients/PS3BDRemote/ps3_remote.py \
tools/EventClients/lib/python/ps3/sixaxis.py \
Show replies by date