summaryrefslogtreecommitdiff
path: root/debian/patches/0110-unpdate_IANA_URL.patch
blob: 2f53e5c56383e476a8de30506a7d5ead8d4b9ef6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Fix IANA url
Author: <name and email of author, optional>
Origin: upstream, https://github.com/siderolabs/pkgs/pull/634/commits/5a39853823255f3715857fb4907bca13573e76d0
Bug: https://github.com/ipmitool/ipmitool/issues/377
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023312 
Forwarded: not-needed
Applied-Upstream: https://github.com/siderolabs/pkgs/pull/634/commits/5a39853823255f3715857fb4907bca13573e76d0
Last-Update: 2022-12-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/Makefile.am
===================================================================
--- trunk.orig/Makefile.am
+++ trunk/Makefile.am
@@ -41,7 +41,7 @@ MAINTAINERCLEANFILES = Makefile.in acloc
 	$(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)