From f82d15eeeb5316922cc1867ea92038981ee1a800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 12 Dec 2023 16:22:32 +0100 Subject: [PATCH] Converted license tag to SPDX --- pptp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pptp.spec b/pptp.spec index ec8ac89..637c525 100644 --- a/pptp.spec +++ b/pptp.spec @@ -1,12 +1,12 @@ Name: pptp Version: 1.10.0 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Point-to-Point Tunneling Protocol (PPTP) Client -License: GPLv2+ +License: gpl-2.0-or-later URL: http://pptpclient.sourceforge.net/ Source0: http://downloads.sf.net/pptpclient/pptp-%{version}.tar.gz Source1: pptp-tmpfs.conf -BuildRequires: make +BuildRequires: make BuildRequires: /usr/bin/pod2man BuildRequires: gcc, perl-generators Requires: ppp >= 2.4.2, /sbin/ip @@ -62,6 +62,9 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_prefix}/lib/tmpfiles.d/pptp.conf %{_mandir}/man8/pptpsetup.8* %changelog +* Tue Dec 12 2023 Jaroslav Škarvada - 1.10.0-18 +- Converted license tag to SPDX + * Fri Jul 21 2023 Fedora Release Engineering - 1.10.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild