From 1dce3eee6db69ea873c3e4745fd5203f628180a9 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 4 Apr 2024 10:16:10 +0300 Subject: [PATCH] Import from CS git --- SPECS/wireguard-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/wireguard-tools.spec b/SPECS/wireguard-tools.spec index 584057e..470bedd 100644 --- a/SPECS/wireguard-tools.spec +++ b/SPECS/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)