[packages/blueman] set PYTHON explicitly to get shebangs right; rel 2

atler atler at pld-linux.org
Tue Jun 11 16:53:56 CEST 2024


commit b68dc1c6e398bf9e667faf736c211cd732744437
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Jun 11 16:18:25 2024 +0200

    set PYTHON explicitly to get shebangs right; rel 2
    
    now that /usr/bin/python points to python3 and is being picked up

 blueman.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/blueman.spec b/blueman.spec
index 7c44998..97478e9 100644
--- a/blueman.spec
+++ b/blueman.spec
@@ -9,7 +9,7 @@ Summary:	Blueman - Bluetooth management utility for GNOME
 Summary(pl.UTF-8):	Blueman - narzędzie do zarządzania łącznością Bluetooth dla GNOME
 Name:		blueman
 Version:	2.4.2
-Release:	1
+Release:	2
 License:	GPL v3+
 Group:		X11/Applications
 Source0:	https://github.com/blueman-project/blueman/releases/download/%{version}/%{name}-%{version}.tar.xz
@@ -157,6 +157,7 @@ Wtyczka Bluemana dla Thunara.
 %configure \
 	CYTHONEXEC=/usr/bin/cython3 \
 	NETWORKTOOLS=/sbin/ip \
+	PYTHON=%{__python3} \
 	--disable-runtime-deps-check \
 	--disable-schemas-compile \
 	--disable-static \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/blueman.git/commitdiff/b68dc1c6e398bf9e667faf736c211cd732744437



More information about the pld-cvs-commit mailing list