From 50c28d535fe8bcc0e0c07253f45fa9b9c334bb8e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 15 Feb 2024 10:10:34 +0100 Subject: [PATCH] fix fw_printenv installation in bindir [release 2024.01-2mamba;Wed Feb 14 2024] --- u-boot.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/u-boot.spec b/u-boot.spec index 68cdc94..3476e30 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -10,13 +10,13 @@ Name: u-boot Version: 2024.01 -Release: 1mamba +Release: 2mamba Summary: Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors Group: System/Kernel and Hardware Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://www.denx.de/wiki/U-Boot/WebHome +URL: https://docs.u-boot.org/en/latest/ Source: https://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 Patch0: u-boot-1.1.4-pxa255_idp.patch Patch1: u-boot-1.1.6-phycore-pxa270-4.diff @@ -76,7 +76,7 @@ CROSS_COMPILE=%{_target_platform}- make all [ "%{buildroot}" != / ] && rm -rf %{buildroot} for f in {mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb,kwboot}; do - install -D -m 0755 tools/${f} %{buildroot}%{_bindir}/${f} + install -D -m 0755 tools/${f} %{buildroot}%{_bindir}/`basename ${f}` done for f in {mkimage,dumpimage,kwboot}; do @@ -101,7 +101,7 @@ install -D -m 0644 u-boot.map %{buildroot}/boot/u-boot-%{TARGET_BOARD}.map %files tools %defattr(-,root,root) %{_bindir}/dumpimage -%{_bindir}/env/fw_printenv +%{_bindir}/fw_printenv %{_bindir}/img2srec %{_bindir}/jtagconsole %{_bindir}/kwboot @@ -115,6 +115,9 @@ install -D -m 0644 u-boot.map %{buildroot}/boot/u-boot-%{TARGET_BOARD}.map %doc Licenses %changelog +* Wed Feb 14 2024 Silvan Calarco 2024.01-2mamba +- fix fw_printenv installation in bindir + * Tue Feb 13 2024 Silvan Calarco 2024.01-1mamba - update to 2024.01