Bug 2455539 - uboot-tools-2026.04 is available
Summary: uboot-tools-2026.04 is available
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: uboot-tools
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Peter Robinson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: AcceptedFreezeException
Depends On:
Blocks: F44FinalFreezeException
TreeView+ depends on / blocked
 
Reported: 2026-04-06 18:43 UTC by Upstream Release Monitoring
Modified: 2026-04-13 21:06 UTC (History)
9 users (show)

Fixed In Version: uboot-tools-2026.04-2.fc44
Clone Of:
Environment:
Last Closed: 2026-04-13 21:06:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Update to 2026.04 (#2455539) (1.06 KB, patch)
2026-04-06 18:43 UTC, Upstream Release Monitoring
no flags Details | Diff

Description Upstream Release Monitoring 2026-04-06 18:43:51 UTC
Releases retrieved: 2026.04
Upstream release that is considered latest: 2026.04
Current version/release in rawhide: 2026.04-0.9.rc5.fc45
URL: https://u-boot.org

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/5022/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/uboot-tools

Comment 1 Upstream Release Monitoring 2026-04-06 18:43:57 UTC
Created attachment 2136053 [details]
Update to 2026.04 (#2455539)

Comment 2 Upstream Release Monitoring 2026-04-06 19:48:05 UTC
the-new-hotness/release-monitoring.org's scratch build of uboot-tools-2026.04-1.fc43.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=144129055

Comment 3 Fedora Blocker Bugs Application 2026-04-06 19:57:32 UTC
Proposed as a Freeze Exception for 44-final by Fedora user pbrobinson using the blocker tracking app because:

 Update to the GA version of U-Boot for the release. It fixes a number of small things.

Comment 4 Fedora Update System 2026-04-08 13:18:33 UTC
FEDORA-2026-c4b1e19b5c (uboot-tools-2026.04-1.fc44) has been submitted as an update to Fedora 44.
https://bodhi.fedoraproject.org/updates/FEDORA-2026-c4b1e19b5c

Comment 5 Fedora Update System 2026-04-09 01:38:46 UTC
FEDORA-2026-c4b1e19b5c has been pushed to the Fedora 44 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-c4b1e19b5c`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-c4b1e19b5c

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 6 Adam Williamson 2026-04-10 19:11:00 UTC
"It fixes a number of small things."

Could you expand? This is the commit log between rc5 and final:

[adamw@toolbx fedora-toolbox-43 u-boot (master)]$ git log v2026.04-rc5..v2026.04 --oneline
88dc2788777 (tag: v2026.04) Prepare v2026.04
0290cec364f Add an initial CONTRIBUTE.rst
47e064f1317 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
d8bd70741f0 arm64: dts: renesas: Disable SCIF1 in Renesas R-Car X5H R8A78000 SoC DT
e7b5aee706f net: rswitch: Avoid NULL pointer dereference during PHY access
214aababe07 Revert "usb: cdns3: use VBUS Valid to determine role for dr_mode OTG"
4dc4080805f .mailmap: Fix Jerome's entry
74f5e3ef30d powerpc/mpc83xx: Move alignment padding into __u_boot_list section
c704af3c8b0 Merge tag 'doc-2026-04-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
c0097714277 doc: overlay-fdt-boot: .dtbos do not need load addresses
22037a6ebb3 doc: board: ti: fix incorrect labels for boot switches
155cd085616 doc: board: fix OPTEE args for TI SoCs
d0dfaacf57a doc: Use sys.path.append for pytests being found
2632deee5fa doc/buildman: fix missing :: on examples
4bcac9511c8 doc: pstore: fix typo
72cc446490e treewide: fix uImage.FIT document paths
c24a72c35ab Merge tag 'rpi-2026.04-rc5' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi
4e64ea88585 rpi: Update the naming for bcm2712 SoC RevD naming
b04e4b19d4d arm: bcm: Include missing errno.h
075bd023c77 Merge tag 'qcom-fixes-24Mar2026' of https://source.denx.de/u-boot/custodians/u-boot-snapdragon
1cf505e51b4 watchdog: qcom: stop watchdog by default
4577a672ece qcom: rpmh: don't error for SLEEP requests
7f09aff3992 serial: msm-geni: allow invalid clock
bb5012fb66c power: regulator: qcom: Correct dependenecies for DM_REGULATOR_QCOM_USB_VBUS
0f265c20a56 phy: qcom: qusb2: Add QCS615 QUSB2 PHY support
c4169dfa1dc clk: qcom: qcs615: Add GCC_AHB2PHY_WEST_CLK clock support
c4f40d09259 clk: qcom: qcs615: Add GCC_USB3_PRIM_CLKREF_CLK support

but I really don't have enough subject area knowledge to understand the significance of all those changes.

Comment 7 Peter Robinson 2026-04-11 12:08:43 UTC
(In reply to Adam Williamson from comment #6)
> "It fixes a number of small things."
> 
> Could you expand? This is the commit log between rc5 and final:

Expand it to what exactly? Am I expected to write an essay?

> but I really don't have enough subject area knowledge to understand the
> significance of all those changes.

It fixes issues on a number of QCom platforms (yes, we do ship support for some), some USB issues on some controllers, some issues on RPi devices inc detection of DT for some RPi5 devices (no, I've not got the USB on RPi4 issue fixed yet, hence why the updates wasn't linked to that bug), some fixes for renasas platforms (yes we support a couple of those too).

Comment 8 Adam Williamson 2026-04-11 16:38:35 UTC
+4 in https://pagure.io/fedora-qa/blocker-review/issue/2095 , marking accepted FE.

Comment 9 Fedora Update System 2026-04-12 16:34:23 UTC
FEDORA-2026-c4b1e19b5c has been pushed to the Fedora 44 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-c4b1e19b5c`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-c4b1e19b5c

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 10 Fedora Update System 2026-04-12 19:51:30 UTC
FEDORA-2026-c4b1e19b5c (bcm283x-firmware-20260408-1.6bc3936.fc44, dt-schema-2026.04-1.fc44, and 1 more) has been submitted as an update to Fedora 44.
https://bodhi.fedoraproject.org/updates/FEDORA-2026-c4b1e19b5c

Comment 11 Fedora Update System 2026-04-13 01:41:42 UTC
FEDORA-2026-c4b1e19b5c has been pushed to the Fedora 44 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-c4b1e19b5c`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-c4b1e19b5c

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 12 Fedora Update System 2026-04-13 21:06:08 UTC
FEDORA-2026-c4b1e19b5c (bcm283x-firmware-20260408-1.6bc3936.fc44, dt-schema-2026.04-1.fc44, and 1 more) has been pushed to the Fedora 44 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.