From 6d4849df368de593c5acc707eddeff7a0e642858 Mon Sep 17 00:00:00 2001 From: liuyumeng Date: Wed, 11 May 2022 15:07:14 +0800 Subject: [PATCH] fix license error (cherry picked from commit 74380d1e32391e4604081209d084e127c197546c) --- uboot-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/uboot-tools.spec b/uboot-tools.spec index 2c0295c..fc61c74 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -3,9 +3,9 @@ Name: uboot-tools Version: 2021.10 -Release: 1 +Release: 2 Summary: tools for U-Boot -License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+ +License: GPL-2.0-or-later and Public Domain and GPL-2.0-only URL: http://www.denx.de/wiki/U-Boot Source0: https://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 Source1: arm-boards @@ -241,6 +241,9 @@ cp -p board/warp7/README builds/docs/README.warp7 %{_mandir}/man1/mkimage.1* %changelog +* Wed May 11 2022 liuyumeng - 2021-10-2 +- fix license error + * Mon Dec 6 2021 yangcheng - 2021.10-1 - Upgrade to 2021.10 -- Gitee