From 3c4a1239942dbe536e424c5f51497b69342dc56d Mon Sep 17 00:00:00 2001 From: Hangbin Liu Date: Fri, 11 Aug 2023 10:08:03 +0800 Subject: [PATCH] 1.0.20210914-3 Convert the license tag in the spec file to SPDX format. Resolves: RHELMISC-1353 Signed-off-by: Hangbin Liu --- wireguard-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wireguard-tools.spec b/wireguard-tools.spec index 584057e..470bedd 100644 --- a/wireguard-tools.spec +++ b/wireguard-tools.spec @@ -1,9 +1,9 @@ Name: wireguard-tools Version: 1.0.20210914 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://www.wireguard.com/ Summary: Fast, modern, secure VPN tunnel -License: GPLv2 +License: GPL-2.0-only Source0: https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-%{version}.tar.xz @@ -51,6 +51,9 @@ WITH_BASHCOMPLETION=yes WITH_WGQUICK=yes WITH_SYSTEMDUNITS=yes -C src %{_mandir}/man8/wg-quick.8* %changelog +* Fri Aug 11 2023 Hangbin Liu - 1.0.20210914-3 +- Convert spec license tag to SPDX format (RHELMISC-1353) + * Tue Aug 23 2022 Hangbin Liu - 1.0.20210914-2 - Add resolvconf requirement (rhbz#2120112)