File README-KEYRING of Package systemtap-headers
14
1
How to update the systemtap keyring
2
===================================
3
1. update systemtap version in specfile to new version
4
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
5
made the release)
6
3. run 'gpg systemtap-${ver}.tar.gz.{sig,asc}' -- look for "gpg: Signature made {date} using RSA key ID {key}" in output
7
4. run 'gpg --keyserver pgp.mit.edu --recv-key $key' to obtain the key from the public keyserver
8
5. run 'gpg --export --armor --output systemtap.keyring $key'. Select 'y' to
9
overwrite existing file (previous is backed up in .osc)
10
11
How to verify against the keyring
12
=================================
13
1. run 'gpg --keyring systemtap.keyring systemtap-${ver}.tar.gz.sig'
14