From 088cc10803b39aa6a7b189249691af1abfcbc990 Mon Sep 17 00:00:00 2001 From: Walter Doekes Date: Wed, 13 Nov 2024 22:56:14 +0100 Subject: [PATCH] [build] Replace ipmitool_1.8.19-4+deb12u1 with updated existing version ==== Why I did it ipmitool_1.8.19-4+deb12u1 is gone. Now there is ipmitool_1.8.19-4+deb12u2. Added `-u` to dget because Aron Xu's 8160A17841FE key was not in an installed keyring. Addresses #20789. --- rules/ipmitool.mk | 2 +- src/ipmitool/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/ipmitool.mk b/rules/ipmitool.mk index a3d08452473..00c385b78a8 100644 --- a/rules/ipmitool.mk +++ b/rules/ipmitool.mk @@ -1,6 +1,6 @@ # ipmitool packages IPMITOOL_VERSION = 1.8.19 -IPMITOOL_VERSION_SUFFIX = 4+deb12u1 +IPMITOOL_VERSION_SUFFIX = 4+deb12u2 IPMITOOL_VERSION_FULL = $(IPMITOOL_VERSION)-$(IPMITOOL_VERSION_SUFFIX) IPMITOOL = ipmitool_$(IPMITOOL_VERSION_FULL)_$(CONFIGURED_ARCH).deb $(IPMITOOL)_SRC_PATH = $(SRC_PATH)/ipmitool diff --git a/src/ipmitool/Makefile b/src/ipmitool/Makefile index dc8b9c05ca5..12aaa93c2c8 100644 --- a/src/ipmitool/Makefile +++ b/src/ipmitool/Makefile @@ -9,7 +9,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% : # Remove any stale files rm -rf ./ipmitool-$(IPMITOOL_VERSION) ./ipmitool*.{deb,udeb,dsc,gz,xz} # Obtain ipmitool - dget https://deb.debian.org/debian/pool/main/i/ipmitool/ipmitool_$(IPMITOOL_VERSION_FULL).dsc + dget -u https://deb.debian.org/debian/pool/main/i/ipmitool/ipmitool_$(IPMITOOL_VERSION_FULL).dsc # Build source and Debian packages pushd ipmitool-$(IPMITOOL_VERSION)