de.pengutronix.rauc.Installer.xml has no license comment so add it to the list of licenses. This license issue was found during Fedora RPM spec review[2] and an upstream issue[1] has been created.
[1] https://github.com/rauc/rauc/issues/1713 [2] https://bugzilla.redhat.com/show_bug.cgi?id=2356980 Signed-off-by: Bruno Thomsen <[email protected]> --- rules/rauc.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/rauc.make b/rules/rauc.make index 9a8671c32..cfb504567 100644 --- a/rules/rauc.make +++ b/rules/rauc.make @@ -21,9 +21,10 @@ RAUC_SUFFIX := tar.xz RAUC_URL := https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX) RAUC_SOURCE := $(SRCDIR)/$(RAUC).$(RAUC_SUFFIX) RAUC_DIR := $(BUILDDIR)/$(RAUC) -RAUC_LICENSE := LGPL-2.1-or-later +RAUC_LICENSE := LGPL-2.1-or-later AND custom RAUC_LICENSE_FILES := \ file://README.rst;startline=281;endline=294;md5=a0262c76b558b6a450c56cae990d129a \ + file://src/de.pengutronix.rauc.Installer.xml;startline=2;endline=2;md5=41d7f09959c20acd068e570c3320f17e \ file://COPYING;md5=4fbd65380cdd255951079008b364516c # ---------------------------------------------------------------------------- base-commit: 0f6f4bb1a807614be4804cc849b9371e56c15ab7 -- 2.49.0
