Change License field to LGPL-2.1 to prevent rpminspect test to fail

The dist.rpminspect.analysis.license test fails with the following error:

"LGPLv2.1 is not an approved license"

This is because the license short string is not listed in the rpminspect
license database. For LGPLv2.1, the LGPL-2.1 short string should be used.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
Javier Martinez Canillas 2020-07-13 11:14:15 +02:00
parent 9a21dabf72
commit 515f6c5447
No known key found for this signature in database
GPG Key ID: C751E590D63F3D69

View File

@ -1,8 +1,8 @@
Name: efivar Name: efivar
Version: 37 Version: 37
Release: 8%{?dist} Release: 9%{?dist}
Summary: Tools to manage UEFI variables Summary: Tools to manage UEFI variables
License: LGPLv2.1 License: LGPL-2.1
URL: https://github.com/rhboot/efivar URL: https://github.com/rhboot/efivar
Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release}
ExclusiveArch: %{efi} ExclusiveArch: %{efi}
@ -79,6 +79,9 @@ make abicheck
%{_libdir}/*.so.* %{_libdir}/*.so.*
%changelog %changelog
* Mon Jul 13 2020 Javier Martinez Canillas <javierm@redhat.com> - 37-9
- Change License field to LGPL-2.1 to prevent rpminspect test to fail
* Wed Apr 22 2020 Hans de Goede <hdegoede@redhat.com> - 37-8 * Wed Apr 22 2020 Hans de Goede <hdegoede@redhat.com> - 37-8
- Add a patch to fix eMMC sysfs path parsing - Add a patch to fix eMMC sysfs path parsing
Resolves: rhbz#1826864 Resolves: rhbz#1826864