Skip to content

Commit

Permalink
fix: patch ipmitool IANA URL
Browse files Browse the repository at this point in the history
See siderolabs/sidero#1013
See ipmitool/ipmitool#377

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Dec 19, 2022
1 parent c542f39 commit 165dff6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ipmitool/patches/iana-url.patch
@@ -0,0 +1,15 @@
https://github.com/ipmitool/ipmitool/commit/1edb0e27e44196d1ebe449aba0b9be22d376bcb6.diff

diff --git a/Makefile.am b/Makefile.am
index ce3267f0..3182a524 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure configure-stamp \
$(distdir).tar.gz $(distdir).tar.bz2

SUBDIRS = lib src include doc contrib control
-IANA_PEN = http://www.iana.org/assignments/enterprise-numbers
+IANA_PEN = http://www.iana.org/assignments/enterprise-numbers.txt

dist-hook:
cp control/ipmitool.spec $(distdir)
2 changes: 2 additions & 0 deletions ipmitool/pkg.yaml
Expand Up @@ -14,6 +14,8 @@ steps:
- |
tar -xzf ipmitool.tar.gz --strip-components=1
patch -p1 < /pkg/patches/iana-url.patch
mkdir -p /usr/bin \
&& ln -sf /toolchain/bin/env /usr/bin/env
Expand Down

0 comments on commit 165dff6

Please sign in to comment.