From 523c33e3d99c2c691e15b247a87fb38f47d70381 Mon Sep 17 00:00:00 2001 From: xh Date: Thu, 1 Aug 2024 02:54:16 +0000 Subject: [PATCH] convert license to SPDX --- bridge-utils.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bridge-utils.spec b/bridge-utils.spec index 4f5341c..c3a6f68 100644 --- a/bridge-utils.spec +++ b/bridge-utils.spec @@ -1,8 +1,8 @@ Summary: Utilities for configuring the linux ethernet bridge Name: bridge-utils Version: 1.7.1 -Release: 2 -License: GPLv2+ +Release: 3 +License: GPL-2.0-or-later URL: https://wiki.linuxfoundation.org/networking/bridge Source0: https://git.kernel.org/pub/scm/network/bridge/bridge-utils.git/snapshot/%{name}-%{version}.tar.gz Patch0000: bugfix-bridge-not-check-parameters.patch @@ -35,6 +35,12 @@ autoconf %{_mandir}/man8/brctl.8* %changelog +* Thu Aug 01 2024 xinghe - 1.7.1-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:convert license to SPDX + * Wed Oct 19 2022 xinghe - 1.7.1-2 - Type:bugfix - ID:NA -- Gitee