systemtap/README-KEYRING
Martin Pluskal f7c0cf9e42 - Avoid usage of %{_libdir} in a noarch package: noarch cannot rely
on libdir, an arch-dependent variable. Rather use %{_prefix}/lib*
  to remove files. Fixes build with RPM 4.20.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/systemtap?expand=0&rev=152
2025-01-15 07:39:56 +00:00

14 lines
801 B
Plaintext

How to update the systemtap keyring
===================================
1. update systemtap version in specfile to new version
2. run 'osc service localrun download_files' to download the new tarball and signatrure files (the signature file may be .sig or .asc, it varies depending on who
made the release)
3. run 'gpg systemtap-${ver}.tar.gz.{sig,asc}' -- look for "gpg: Signature made {date} using RSA key ID {key}" in output
4. run 'gpg --keyserver pgp.mit.edu --recv-key $key' to obtain the key from the public keyserver
5. run 'gpg --export --armor --output systemtap.keyring $key'. Select 'y' to
overwrite existing file (previous is backed up in .osc)
How to verify against the keyring
=================================
1. run 'gpg --keyring systemtap.keyring systemtap-${ver}.tar.gz.sig'