From 5cb8fcef04b19786e97138ade6aab6e31d8a5c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 29 Jul 2024 10:22:28 +0200 Subject: [PATCH] convert GPLv2 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- corkscrew.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/corkscrew.spec b/corkscrew.spec index ca9e799..4d5b355 100644 --- a/corkscrew.spec +++ b/corkscrew.spec @@ -1,8 +1,9 @@ Summary: Tool for tunneling SSH through HTTP proxies Name: corkscrew Version: 2.0 -Release: 37%{?dist} -License: GPLv2 +Release: 38%{?dist} +# Automatically converted from old format: GPLv2 - review is highly recommended. +License: GPL-2.0-only URL: http://freshmeat.sourceforge.net/projects/corkscrew Source0: http://www.agroman.net/corkscrew/%{name}-%{version}.tar.gz Source1: %{name}.1 @@ -51,6 +52,9 @@ install -p -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1 %{_mandir}/man1/%{name}.1.gz %changelog +* Mon Jul 29 2024 Miroslav Suchý - 2.0-38 +- convert license to SPDX + * Wed Jul 17 2024 Fedora Release Engineering - 2.0-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild