From e456a3947aafa97d69d622b9bdda9dfb08921d9d Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Mon, 10 May 2021 14:47:26 +0200 Subject: [PATCH] Fix License tag --- librtas.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/librtas.spec b/librtas.spec index 21960e0..d00f41d 100644 --- a/librtas.spec +++ b/librtas.spec @@ -1,9 +1,9 @@ Summary: Libraries to provide access to RTAS calls and RTAS events Name: librtas Version: 2.0.2 -Release: 9%{?dist} +Release: 10%{?dist} URL: https://github.com/nfont/librtas -License: LGPL +License: LGPLv2+ Source0: https://github.com/nfont/librtas/archive/v%{version}.tar.gz @@ -68,6 +68,9 @@ rm -f %{buildroot}/%{_docdir}/librtas/* %{_includedir}/librtasevent_v6.h %changelog +* Mon May 10 2021 Than Ngo - 2.0.2-10 +- Fix License tag + * Tue Apr 06 2021 Than Ngo - 2.0.2-9 - improve coverity fix