From 675fb50f012ab085721b31abba034a8d39266fcc Mon Sep 17 00:00:00 2001 From: orange-snn Date: Wed, 13 May 2020 20:33:36 +0800 Subject: [PATCH 1/2] changethepython2-libfdttopython3-libfdtinbuildrequires --- uboot-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/uboot-tools.spec b/uboot-tools.spec index a893fb7..47eab86 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -1,6 +1,6 @@ Name: uboot-tools Version: 2018.09 -Release: 8 +Release: 9 Summary: tools for U-Boot License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+ URL: http://www.denx.de/wiki/U-Boot @@ -21,7 +21,7 @@ Patch0008: sunxi-DT-A64-add-Pine64-LTS-support.patch BuildRequires: bc dtc gcc make flex bison git-core openssl-devel gdb BuildRequires: python-unversioned-command python2-devel python2-setuptools -BuildRequires: python2-libfdt python2-pyelftools SDL-devel swig +BuildRequires: python3-libfdt python2-pyelftools SDL-devel swig # this required when /usr/bin/python link to python3 BuildRequires: python3-devel %ifarch %{arm} aarch64 @@ -288,6 +288,9 @@ cp -p board/warp7/README builds/docs/README.warp7 %{_mandir}/man1/mkimage.1.gz %changelog +* Fri Mar 20 2020 songnannan - 2018.09-9 +- change the python2-libfdt to python3-libfdt in buildrequires + * Fri Mar 20 2020 songnannan - 2018.09-8 - add gdb in buildrequires -- Gitee From 10d83ae17c148514afc1c63058caf25ebeff7109 Mon Sep 17 00:00:00 2001 From: orange-snn Date: Wed, 13 May 2020 20:34:21 +0800 Subject: [PATCH 2/2] change the python2-libfdt to python3-libfdt in buildrequires --- uboot-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uboot-tools.spec b/uboot-tools.spec index 47eab86..48323ae 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -288,7 +288,7 @@ cp -p board/warp7/README builds/docs/README.warp7 %{_mandir}/man1/mkimage.1.gz %changelog -* Fri Mar 20 2020 songnannan - 2018.09-9 +* Wed May 13 2020 songnannan - 2018.09-9 - change the python2-libfdt to python3-libfdt in buildrequires * Fri Mar 20 2020 songnannan - 2018.09-8 -- Gitee