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

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