I have one package/spec-file which generate 3 rpm’s:
- firmware-files in noarch
- udev-rule in noarch
- kernel module in x86_64
Problem is that first is FTL (FreeType Project) licensed, the other two GPL-2.0-or-later.
How to manage this in header of spec-file, entry “License:”?
:
Name: [NAME]
Version: [VERSION]
Release: lp154.1
Summary: [SUMMARY]
License: ???
:
%package firmware
:
%package udev
:
Many thanks.