From 06fcfac988414119512baa0765a24d58f027c704 Mon Sep 17 00:00:00 2001 From: lauk001 Date: Wed, 3 Aug 2022 12:37:30 +0800 Subject: [PATCH] License compliance rectification --- libosinfo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libosinfo.spec b/libosinfo.spec index 6926939..2b77a5e 100644 --- a/libosinfo.spec +++ b/libosinfo.spec @@ -1,8 +1,8 @@ Name: libosinfo Version: 1.10.0 -Release: 2 +Release: 3 Summary: A library for managing OS information for virtualization -License: LGPLv2+ +License: LGPL-2.0-or-later URL: https://libosinfo.org/ Source: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.xz @@ -91,6 +91,9 @@ rm -rf %{buildroot} %files lang -f %{name}.lang %changelog +* Wed Aug 03 2022 liukuo - 1.10.0-3 +- License compliance rectification + * Mon Jun 20 2022 guozhaorui - 1.10.0-2 - fix build fail on meson-0.6 -- Gitee