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

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