[v2,1/2] elf: update NT_FDO_PACKAGING_METADATA spec URL

Message ID 20240515001035.2189418-1-luca.boccassi@gmail.com
State Committed
Commit 52aae0860018b500b8212b5d63495dbe6b9b7022
Headers
Series [v2,1/2] elf: update NT_FDO_PACKAGING_METADATA spec URL |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch success Patch applied to master at the time it was sent
linaro-tcwg-bot/tcwg_glibc_build--master-arm success Testing passed
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_glibc_check--master-arm success Testing passed
linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 success Testing passed

Commit Message

Luca Boccassi May 15, 2024, 12:10 a.m. UTC
  From: Luca Boccassi <bluca@debian.org>

Page was renamed some time ago, there's a redirect but better
to point to the right one

Signed-off-by: Luca Boccassi <bluca@debian.org>
---
 elf/elf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/elf/elf.h b/elf/elf.h
index 55b2e87860..1df9b59935 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -1337,7 +1337,7 @@  typedef struct
 #define NT_GNU_PROPERTY_TYPE_0 5
 
 /* Packaging metadata as defined on
-   https://systemd.io/COREDUMP_PACKAGE_METADATA/ */
+   https://systemd.io/ELF_PACKAGE_METADATA/ */
 #define NT_FDO_PACKAGING_METADATA 0xcafe1a7e
 
 /* Note section name of program property.   */