From 8cf97bf70e206b621c9639c1fed4261482bc8e81 Mon Sep 17 00:00:00 2001 From: markeryang Date: Sat, 19 Feb 2022 18:04:50 +0800 Subject: [PATCH] correct License --- udisks2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/udisks2.spec b/udisks2.spec index 35f02be..5635b11 100644 --- a/udisks2.spec +++ b/udisks2.spec @@ -59,8 +59,8 @@ Name: udisks2 Summary: Disk Manager Version: 2.9.0 -Release: 3 -License: GPLv2+ +Release: 4 +License: GPL-2.0+ and LGPL-2.0+ Group: System Environment/Libraries URL: https://github.com/storaged-project/udisks Source0: https://github.com/storaged-project/udisks/releases/download/udisks-%{version}/udisks-%{version}.tar.bz2 @@ -438,6 +438,9 @@ udevadm trigger %endif %changelog +* Sat Feb 19 2022 yanglongkang - 2.9.0-4 +- correct License + * Tue Jan 5 2022 yanglongkang -2.9.0-3 - rectify errors in the spec file fix CVE-2021-3802 -- Gitee