From 94431dfad50756c3c7ee5929cf69e3f0a8827d42 Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Thu, 29 Oct 2020 18:40:20 +0800 Subject: [PATCH] modify buildrequire to python3-unversioned-command --- uboot-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/uboot-tools.spec b/uboot-tools.spec index 6d04723..9938aa5 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -2,7 +2,7 @@ Name: uboot-tools Version: 2020.07 -Release: 2 +Release: 3 Summary: tools for U-Boot License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+ URL: http://www.denx.de/wiki/U-Boot @@ -30,7 +30,7 @@ Patch0009: USB-host-support-for-Raspberry-Pi-4-board-64-bit.patch Patch0010: rpi-Enable-using-the-DT-provided-by-the-Raspberry-Pi.patch BuildRequires: bc dtc gcc make flex bison git-core openssl-devel gdb -BuildRequires: python-unversioned-command python3-devel python3-setuptools +BuildRequires: python3-unversioned-command python3-devel python3-setuptools BuildRequires: python3-libfdt python3-pyelftools SDL-devel swig # this required when /usr/bin/python link to python3 BuildRequires: python3-devel @@ -244,6 +244,9 @@ cp -p board/warp7/README builds/docs/README.warp7 %{_mandir}/man1/mkimage.1* %changelog +* Wed Oct 21 2020 jinzhimin - 2020.07-3 +- modify buildrequire to python3-unversioned-command + * Tue Sep 10 2020 chengguipeng - 2020.07-2 - Type:bugfix - ID:NA -- Gitee