From 363e2a0088d439cb322c53135ef7d5c1bb37fcf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 25 Jul 2024 23:21:34 +0200 Subject: [PATCH] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- connect-proxy.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/connect-proxy.spec b/connect-proxy.spec index 50ccadf..0857f52 100644 --- a/connect-proxy.spec +++ b/connect-proxy.spec @@ -1,9 +1,10 @@ Name: connect-proxy Version: 1.105 -Release: 2%{?dist} +Release: 3%{?dist} Summary: SSH Proxy command helper -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: http://www.taiyo.co.jp/~gotoh/ssh/connect.html Source0: ssh-connect-%{version}.tar.gz # Real source listed below, it was renamed for sanity's sake @@ -50,6 +51,9 @@ cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1/ %{_bindir}/%{name} %changelog +* Thu Jul 25 2024 Miroslav Suchý - 1.105-3 +- convert license to SPDX + * Wed Jul 17 2024 Fedora Release Engineering - 1.105-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild