Blame SOURCES/0081-ndctl-Drop-executable-bit-for-bash-completion-script.patch

e0018b
From 7912cb0d19b5d17321439d118d41e57236b5484b Mon Sep 17 00:00:00 2001
e0018b
From: Dan Williams <dan.j.williams@intel.com>
e0018b
Date: Wed, 5 Jan 2022 13:32:47 -0800
e0018b
Subject: [PATCH 081/217] ndctl: Drop executable bit for bash-completion script
e0018b
e0018b
The rpm build process warns:
e0018b
e0018b
*** WARNING: ./usr/share/bash-completion/completions/ndctl is executable but has no shebang, removing executable bit
e0018b
e0018b
Clear the unnecessary executable bit since completion helpers are sourced,
e0018b
not executed.
e0018b
e0018b
Link: https://lore.kernel.org/r/164141836772.3990253.4996882214531720931.stgit@dwillia2-desk3.amr.corp.intel.com
e0018b
Tested-by: Alison Schofield <alison.schofield@intel.com>
e0018b
Tested-by: Vaibhav Jain <vaibhav@linux.ibm.com>
e0018b
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
e0018b
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
e0018b
---
e0018b
 contrib/ndctl | 0
e0018b
 1 file changed, 0 insertions(+), 0 deletions(-)
e0018b
 mode change 100755 => 100644 contrib/ndctl
e0018b
e0018b
diff --git a/contrib/ndctl b/contrib/ndctl
e0018b
old mode 100755
e0018b
new mode 100644
e0018b
-- 
e0018b
2.27.0
e0018b