File yadm-fix-shebangs.patch of Package yadm

diff --git a/contrib/hooks/encrypt_with_checksums/post_encrypt b/contrib/hooks/encrypt_with_checksums/post_encrypt
index 5bb7cde..93f4798 100755
--- a/contrib/hooks/encrypt_with_checksums/post_encrypt
+++ b/contrib/hooks/encrypt_with_checksums/post_encrypt
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/bash
 
 # yadm - Yet Another Dotfiles Manager
 # Copyright (C) 2015-2021 Tim Byrne and Martin Zuther
diff --git a/contrib/hooks/encrypt_with_checksums/post_list b/contrib/hooks/encrypt_with_checksums/post_list
index e4c57df..6b7478d 100755
--- a/contrib/hooks/encrypt_with_checksums/post_list
+++ b/contrib/hooks/encrypt_with_checksums/post_list
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/bash
 
 # yadm - Yet Another Dotfiles Manager
 # Copyright (C) 2015-2021 Tim Byrne and Martin Zuther
diff --git a/contrib/hooks/encrypt_with_checksums/post_status b/contrib/hooks/encrypt_with_checksums/post_status
index d8778c1..5bbfafa 100755
--- a/contrib/hooks/encrypt_with_checksums/post_status
+++ b/contrib/hooks/encrypt_with_checksums/post_status
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/bash
 
 # yadm - Yet Another Dotfiles Manager
 # Copyright (C) 2015-2021 Tim Byrne and Martin Zuther
diff --git a/yadm b/yadm
index 97a56c1..e1c7d7d 100755
--- a/yadm
+++ b/yadm
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/bash
 # yadm - Yet Another Dotfiles Manager
 # Copyright (C) 2015-2022 Tim Byrne
 
@@ -17,9 +17,11 @@
 
 # shellcheck shell=bash
 # execute script with bash (shebang line is /bin/sh for portability)
-if [ -z "$BASH_VERSION" ]; then
-  [ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
-fi
+#if [ -z "$BASH_VERSION" ]; then
+#  [ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
+#fi
+# Packager note : This interferes with rpmlint
+
 
 VERSION=3.2.1
 
openSUSE Build Service is sponsored by