Go to file
zhouganqing 076f5229aa Import Debian changes 0.8-ok1
package-notes (0.8-ok1) yangtze; urgency=medium

  * Build for openKylin.
2022-11-11 17:27:06 +08:00
.github Import Upstream version 0.8 2022-11-11 17:27:06 +08:00
debian Import Debian changes 0.8-ok1 2022-11-11 17:27:06 +08:00
dh Import Upstream version 0.8 2022-11-11 17:27:06 +08:00
man Import Upstream version 0.8 2022-11-11 17:27:06 +08:00
rpm Import Upstream version 0.8 2022-11-11 17:27:06 +08:00
tests Import Upstream version 0.8 2022-11-11 17:27:06 +08:00
README.md Import Upstream version 0.8 2022-11-11 17:27:06 +08:00
generate-package-notes.py Import Upstream version 0.8 2022-11-11 17:27:06 +08:00
generate-package-notes.sh Import Upstream version 0.8 2022-11-11 17:27:06 +08:00
hello.spec Import Upstream version 0.8 2022-11-11 17:27:06 +08:00

README.md

ELF Package Notes Reference Implementation

Description

This repository provides a script to generate an ELF note that can be linked into compiled binaries (programs and shared libraries) to provide metadata about the package for which the binary was compiled.

See Package Metadata for Core Files for the overview and details.

We provide implementations in Python and POSIX shell, with compatible CLI interfaces.

Requirements

generate-package-notes.py

  • python3 (>= 3.5)
  • python3-simplejson
  • binutils (>= 2.38) [--readonly true]

generate-package-notes.sh

  • POSIX shell
  • binutils (>= 2.38) [--readonly true]