From 9613706ce2f1f6d03c4d7bce386fe97d2a3f1c1a Mon Sep 17 00:00:00 2001 From: liuyumeng Date: Fri, 13 May 2022 16:16:00 +0800 Subject: [PATCH] fix license error --- uboot-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/uboot-tools.spec b/uboot-tools.spec index 64eb126..153f481 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -3,9 +3,9 @@ Name: uboot-tools Version: 2020.07 -Release: 4 +Release: 5 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 @@ -256,6 +256,9 @@ cp -p board/warp7/README builds/docs/README.warp7 %{_mandir}/man1/mkimage.1* %changelog +* Fri May 13 2022 liuyumeng -2020.07-5 +- fix license error + * Mon Apr 19 2021 liuyumeng - 2020.07.-4 - Compilation optimization -- Gitee