From 331d8e0e0ab92cbeadae903f1234bc130a40c3cf3b0c96cf6ef0424f3b617b18 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Aug 2020 07:46:21 +0000 Subject: [PATCH] Accepting request 825404 from hardware:boot:staging OBS-URL: https://build.opensuse.org/request/show/825404 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=102 --- u-boot.changes | 5 +++++ u-boot.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/u-boot.changes b/u-boot.changes index 9cd632b..0e45b5b 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 9 19:41:12 UTC 2020 - Matwey Kornilov + +- Use python3 for pyelftools + ------------------------------------------------------------------- Tue Jun 2 06:54:36 UTC 2020 - Matthias Brugger diff --git a/u-boot.spec b/u-boot.spec index d08dc51..6d44a43 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -287,7 +287,7 @@ BuildRequires: arm-trusted-firmware-sun50ih6 %if %{with uboot_atf} %if "%{name}" == "u-boot-rock64-rk3328" || "%{name}" == "u-boot-evb-rk3399" || "%{name}" == "u-boot-firefly-rk3399" || "%{name}" == "u-boot-rock960-rk3399" || "${name}" == "u-boot-rock-pi-4-rk3399" # make_fit_atf.py -BuildRequires: python-pyelftools +BuildRequires: python3-pyelftools %endif %endif %if "%{name}" == "u-boot-qemu-ppce500"