From a64779e2bebb91bccbccbd04bd4ab0b319a7c794 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 22 Mar 2022 17:10:54 +0100 Subject: upgrade prom-exporter-ipmi --- prom-exporter-ipmi/Makefile | 3 ++- prom-exporter-ipmi/debian/changelog | 6 ++++++ prom-exporter-ipmi/debian/control | 2 +- prom-exporter-ipmi/sha256sums.txt | 2 ++ 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/prom-exporter-ipmi/Makefile b/prom-exporter-ipmi/Makefile index 2e8dd5b..1095964 100644 --- a/prom-exporter-ipmi/Makefile +++ b/prom-exporter-ipmi/Makefile @@ -3,7 +3,7 @@ GITHUB_BASEURL := "https://github.com/prometheus-community/ipmi_exporter/release .PHONY: clean -all: amd64/ipmi_exporter +all: i386/ipmi_exporter amd64/ipmi_exporter %/ipmi_exporter: ipmi_exporter-$(VERSION).linux-%.tar.gz mkdir -p $(shell echo $@ | sed 's#/.*##') @@ -14,5 +14,6 @@ ipmi_exporter-$(VERSION).linux-%.tar.gz: sha256sum -c --ignore-missing sha256sums.txt clean: + rm -rf i386 rm -rf amd64 rm -f ipmi_exporter-$(VERSION).linux-*.tar.gz diff --git a/prom-exporter-ipmi/debian/changelog b/prom-exporter-ipmi/debian/changelog index 2101e25..3757dde 100644 --- a/prom-exporter-ipmi/debian/changelog +++ b/prom-exporter-ipmi/debian/changelog @@ -1,3 +1,9 @@ +prom-exporter-ipmi (1.5.1-1) unstable; urgency=medium + + * New upstream release. + + -- Christian Pointner Tue, 22 Mar 2022 17:10:23 +0100 + prom-exporter-ipmi (1.4.0-1) unstable; urgency=medium * Initial release. diff --git a/prom-exporter-ipmi/debian/control b/prom-exporter-ipmi/debian/control index 6460520..71cf99c 100644 --- a/prom-exporter-ipmi/debian/control +++ b/prom-exporter-ipmi/debian/control @@ -6,7 +6,7 @@ Standards-Version: 3.9.2 Build-Depends: debhelper (>= 9), wget, ca-certificates Package: prom-exporter-ipmi -Architecture: amd64 +Architecture: amd64 i386 Depends: ${misc:Depends}, freeipmi-tools Conflicts: prometheus-ipmi-exporter Description: prometheus ipmi-exporter (binary only) diff --git a/prom-exporter-ipmi/sha256sums.txt b/prom-exporter-ipmi/sha256sums.txt index acec032..93948d8 100644 --- a/prom-exporter-ipmi/sha256sums.txt +++ b/prom-exporter-ipmi/sha256sums.txt @@ -1 +1,3 @@ e052c05ac7d4a2a653d082fd01c3d5e782af72087baecf8d38538d16a86fe111 ipmi_exporter-1.4.0.linux-amd64.tar.gz +1238528a72847da9ee86f10bf75f6f3d67642585ebda505a9f2747214005118d ipmi_exporter-1.5.1.linux-i386.tar.gz +0b598a0d5e303819c2002710cdc0eaf295412a7a13e4401f7ae5d40bfa983df3 ipmi_exporter-1.5.1.linux-amd64.tar.gz -- cgit v1.2.3