44f20ab9eb
OBS-URL: https://build.opensuse.org/request/show/330582 OBS-URL: https://build.opensuse.org/package/show/devel:tools/systemtap?expand=0&rev=79
11 lines
524 B
Plaintext
11 lines
524 B
Plaintext
How to update the systemtap keyring:
|
|
|
|
update systemtap version in specfile to new version
|
|
run 'osc service localrun download_files' to download the new tarball and signatrure files
|
|
run 'gpg systemtap-${ver}.tar.gz.sig' -- look for "gpg: Signature made {date} using RSA key ID {key}" in output
|
|
run 'gpg --recv-key $key' to obtain the key from the public keyserver
|
|
run 'gpg --export --armor --output systemtap.keyring $key'
|
|
|
|
How to verify against the keyring:
|
|
run 'gpg --keyring systemtap.keyring systemtap-${ver}.tar.gz.sig'
|