[ciphertest/el6] Fix path for bash (rhbz#1162185)

Fabian Affolter fab at fedoraproject.org
Tue Nov 11 14:45:51 UTC 2014


commit 668ba63ce7b9e16442512a2750cee60acd7d8980
Author: Fabian Affolter <fabian at affolter-engineering.ch>
Date:   Tue Nov 11 15:45:31 2014 +0100

    Fix path for bash (rhbz#1162185)

 ciphertest.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ciphertest.spec b/ciphertest.spec
index 31b4587..a4ca5a4 100644
--- a/ciphertest.spec
+++ b/ciphertest.spec
@@ -1,6 +1,6 @@
 Name:           ciphertest
 Version:        0.1.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        An SSL cipher checker
 
 License:        GPLv3+
@@ -20,7 +20,7 @@ it minimizes "failed" checks.
 
 %prep
 %setup -q
-find -name '*.sh' | xargs sed -i '1s|^#!/usr/bin/env bash|#!/usr/bin/bash|'
+find -name '*.sh' | xargs sed -i '1s|^#!/usr/bin/env bash|#!/bin/bash|'
 
 %build
 # nothing to build
@@ -33,6 +33,9 @@ install -Dp -m 0755 cipherTest.sh %{buildroot}%{_bindir}/ciphertest
 %{_bindir}/%{name}
 
 %changelog
+* Tue Oct 29 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.1-3
+- Fix path for bash (rhbz#1162185)
+
 * Wed Oct 29 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.1.1-2
 - Fix Source0
 


More information about the scm-commits mailing list