Skip to content

Commit 384a11f

Browse files
committedNov 19, 2024
Revert "build fix sonic-net#20791"
This reverts commit 264d07a. It is now blocking an upstream fix.
1 parent f7177c1 commit 384a11f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎rules/ipmitool.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ipmitool packages
22
IPMITOOL_VERSION = 1.8.19
3-
IPMITOOL_VERSION_SUFFIX = 4+deb12u2
3+
IPMITOOL_VERSION_SUFFIX = 4+deb12u1
44
IPMITOOL_VERSION_FULL = $(IPMITOOL_VERSION)-$(IPMITOOL_VERSION_SUFFIX)
55
IPMITOOL = ipmitool_$(IPMITOOL_VERSION_FULL)_$(CONFIGURED_ARCH).deb
66
$(IPMITOOL)_SRC_PATH = $(SRC_PATH)/ipmitool

‎src/ipmitool/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
99
# Remove any stale files
1010
rm -rf ./ipmitool-$(IPMITOOL_VERSION) ./ipmitool*.{deb,udeb,dsc,gz,xz}
1111
# Obtain ipmitool
12-
dget -u https://deb.debian.org/debian/pool/main/i/ipmitool/ipmitool_$(IPMITOOL_VERSION_FULL).dsc
12+
dget https://deb.debian.org/debian/pool/main/i/ipmitool/ipmitool_$(IPMITOOL_VERSION_FULL).dsc
1313
# Build source and Debian packages
1414
pushd ipmitool-$(IPMITOOL_VERSION)
1515

0 commit comments

Comments
 (0)