Hello community,

here is the log from the commit of package testssl.sh for openSUSE:Factory 
checked in at 2020-04-04 12:27:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/testssl.sh (Old)
 and      /work/SRC/openSUSE:Factory/.testssl.sh.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "testssl.sh"

Sat Apr  4 12:27:09 2020 rev:2 rq:791270 version:3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/testssl.sh/testssl.sh.changes    2020-01-28 
10:54:45.093001458 +0100
+++ /work/SRC/openSUSE:Factory/.testssl.sh.new.3248/testssl.sh.changes  
2020-04-04 12:28:12.872100558 +0200
@@ -1,0 +2,5 @@
+Fri Apr  3 20:05:45 UTC 2020 - Christian Boltz <suse-b...@cboltz.de>
+
+- fix bash path for Leap 15.x
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ testssl.sh.spec ++++++
--- /var/tmp/diff_new_pack.T71JLX/_old  2020-04-04 12:28:13.836101555 +0200
+++ /var/tmp/diff_new_pack.T71JLX/_new  2020-04-04 12:28:13.836101555 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package testssl.sh
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2018 Matthias Fehring <buschman...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,9 +13,10 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define _data_dir_name testssl-sh
 
 Name:           testssl.sh
@@ -24,12 +25,12 @@
 Summary:        Testing TLS/SSL Encryption Anywhere On Any Port
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Security
-Url:            https://testssl.sh
+URL:            https://testssl.sh
 Source0:        
https://github.com/drwetter/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        %{name}-rpmlintrc
 Patch0:         testssl.sh-2.9.95-set-install-dir.patch
-Requires:       openssl
 Requires:       bash >= 3.2
+Requires:       openssl
 BuildArch:      noarch
 
 %description
@@ -40,7 +41,12 @@
 %prep
 %setup -q
 %patch0 -p1
+%if 0%{?suse_version} > 1500
 sed -i 's|#!/usr/bin/env bash|#!/usr/bin/bash|g' testssl.sh
+%else
+# in Leap 15.x, it's still /bin/bash
+sed -i 's|#!/usr/bin/env bash|#!/bin/bash|g' testssl.sh
+%endif
 
 %build
 


Reply via email to