From c0b0b95362ad8efaf3450b8f3a0262efdd6e94e2 Mon Sep 17 00:00:00 2001 From: lauk001 Date: Wed, 3 Aug 2022 09:00:11 +0800 Subject: [PATCH] License compliance rectification --- hwdata.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hwdata.spec b/hwdata.spec index c33ab0a..95c0131 100644 --- a/hwdata.spec +++ b/hwdata.spec @@ -1,8 +1,8 @@ Name: hwdata Summary: Hardware identification and configuration data Version: 0.353 -Release: 1 -License: GPLv2+ +Release: 2 +License: GPL-2.0-or-later Source: https://github.com/vcrhonek/hwdata/archive/v%{version}.tar.gz URL: https://github.com/vcrhonek/hwdata BuildArch: noarch @@ -32,6 +32,9 @@ make install DESTDIR=$RPM_BUILD_ROOT libdir=%{_prefix}/lib %{_datadir}/%{name}/* %changelog +* Wed Aug 03 2022 liukuo - 0.353-2 +- License compliance rectification + * Tue Nov 30 2021 zhouwenpei - 0.353-1 - update to 0.353 -- Gitee