Blame SOURCES/0001-Use-explicit-usr-bin-python3.patch

9a632c
From 17162396d9ace9396c27826f1c62719186e29ae9 Mon Sep 17 00:00:00 2001
9a632c
From: =?UTF-8?q?Pavel=20Filipensk=C3=BD?= <pfilipensky@samba.org>
9a632c
Date: Fri, 20 Jan 2023 20:53:44 +0100
9a632c
Subject: [PATCH] Use explicit #!/usr/bin/python3
9a632c
9a632c
---
9a632c
 checkopts    | 2 +-
9a632c
 smb2-quota   | 2 +-
9a632c
 smb2-secdesc | 2 +-
9a632c
 smbinfo      | 2 +-
9a632c
 4 files changed, 4 insertions(+), 4 deletions(-)
9a632c
9a632c
diff --git a/checkopts b/checkopts
9a632c
index 88e70b1..00c4cfd 100755
9a632c
--- a/checkopts
9a632c
+++ b/checkopts
9a632c
@@ -1,4 +1,4 @@
9a632c
-#!/usr/bin/env python3
9a632c
+#!/usr/bin/python3
9a632c
 #
9a632c
 # Script to check for inconsistencies between documented mount options
9a632c
 # and implemented kernel options.
9a632c
diff --git a/smb2-quota b/smb2-quota
9a632c
index 6d0b8a3..49207c7 100755
9a632c
--- a/smb2-quota
9a632c
+++ b/smb2-quota
9a632c
@@ -1,4 +1,4 @@
9a632c
-#!/usr/bin/env python
9a632c
+#!/usr/bin/python3
9a632c
 # coding: utf-8
9a632c
 #
9a632c
 # smb2-quota is a cmdline tool to display quota information for the
9a632c
diff --git a/smb2-secdesc b/smb2-secdesc
9a632c
index 5886091..534dd92 100755
9a632c
--- a/smb2-secdesc
9a632c
+++ b/smb2-secdesc
9a632c
@@ -1,4 +1,4 @@
9a632c
-#!/usr/bin/env python
9a632c
+#!/usr/bin/python3
9a632c
 # coding: utf-8
9a632c
 
9a632c
 import array
9a632c
diff --git a/smbinfo b/smbinfo
9a632c
index 73c5bb3..766024e 100755
9a632c
--- a/smbinfo
9a632c
+++ b/smbinfo
9a632c
@@ -1,4 +1,4 @@
9a632c
-#!/usr/bin/env python3
9a632c
+#!/usr/bin/python3
9a632c
 # -*- coding: utf-8 -*-
9a632c
 #
9a632c
 # smbinfo is a cmdline tool to query SMB-specific file and fs
9a632c
-- 
9a632c
2.38.1
9a632c