[tlssled/el6] * Tue Nov 11 2014 Fabian Affolter <mail at fabian-affolter.ch> - 1.3-5 - Fix path for bash

Fabian Affolter fab at fedoraproject.org
Tue Nov 11 14:47:58 UTC 2014


commit 0c9fee3453ade98a1d3c35792b33f35ecc592232
Author: Fabian Affolter <fabian at affolter-engineering.ch>
Date:   Tue Nov 11 15:47:44 2014 +0100

    * Tue Nov 11 2014 Fabian Affolter <mail at fabian-affolter.ch> - 1.3-5
    - Fix path for bash

 tlssled.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tlssled.spec b/tlssled.spec
index 0ce2ce5..7789886 100644
--- a/tlssled.spec
+++ b/tlssled.spec
@@ -1,6 +1,6 @@
 Name:       tlssled
 Version:    1.3
-Release:    4%{?dist}
+Release:    5%{?dist}
 Summary:    An evaluation tool for SSL/TLS (HTTPS) web server implementations
 
 License:    GPLv3+
@@ -29,12 +29,15 @@ renegotiation capabilities.
 
 %install
 install -p -m 0755 -D %{SOURCE0} %{buildroot}%{_bindir}/tlssled
-sed -i 's|#!/usr/bin/env bash|#!/usr/bin/bash|g' %{buildroot}%{_bindir}/tlssled
+sed -i 's|#!/usr/bin/env bash|#!/bin/bash|g' %{buildroot}%{_bindir}/tlssled
 
 %files
 %{_bindir}/%{name}
 
 %changelog
+* Tue Nov 11 2014 Fabian Affolter <mail at fabian-affolter.ch> - 1.3-5
+- Fix path for bash
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list