Accepting request 1151452 from home:pgajdos:t

- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN

OBS-URL: https://build.opensuse.org/request/show/1151452
OBS-URL: https://build.opensuse.org/package/show/network:utilities/testssl.sh?expand=0&rev=19
This commit is contained in:
Martin Hauke 2024-02-26 18:25:20 +00:00 committed by Git OBS Bridge
parent bb2edacdba
commit 30262d7f04
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 26 12:52:24 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Wed Sep 28 20:54:50 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>

View File

@ -40,8 +40,7 @@ any port for the support of TLS/SSL ciphers, protocols as well as some
cryptographic flaws.
%prep
%setup -q
%patch0 -p1
%autosetup -p1
%if 0%{?suse_version} > 1500
sed -i 's|#!/usr/bin/env bash|#!/usr/bin/bash|g' testssl.sh
%else