From d2c989dc3292764bbb2fef25e5fea67d8fb37447 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 23 Aug 2022 15:29:38 +0100 Subject: [PATCH] 2022.10 RC3 --- sources | 2 +- uboot-tools.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index bed7049..ba88a1e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (u-boot-2022.10-rc1.tar.bz2) = 7db532ed286d8cc8a3e38d7eee6db6bfe11b9ecba62dc5a0e29b3a95c9c345d3be4f1c036bede2d0d069e291d1dcb4e496ffc3c799b17e483f17fb8a57d5d27f +SHA512 (u-boot-2022.10-rc3.tar.bz2) = 4e4c747525c22180ecf7ad18b6064def4542f08782aaadfd7f6a781a3b7fa1e9474f4d20036a9b62d8265eccc78c361c4b278699d7d81d2721d0a7d504a40d3a diff --git a/uboot-tools.spec b/uboot-tools.spec index d3c8f96..e243451 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -1,4 +1,4 @@ -%global candidate rc1 +%global candidate rc3 %if !0%{?rhel} %bcond_without toolsonly %else @@ -7,7 +7,7 @@ Name: uboot-tools Version: 2022.10 -Release: 0.3%{?candidate:.%{candidate}}%{?dist} +Release: 0.4%{?candidate:.%{candidate}}%{?dist} Summary: U-Boot utilities License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+ URL: http://www.denx.de/wiki/U-Boot @@ -208,6 +208,9 @@ cp -p board/sunxi/README.nand builds/docs/README.sunxi-nand %endif %changelog +* Tue Aug 23 2022 Peter Robinson - 2022.10-0.4.rc3 +- Update to 2022.10 RC3 + * Mon Aug 22 2022 Davide Cavalca - 2022.10-0.3.rc1 - Install nodtb variant for Apple M1 (rhbz#2068958)