diff --git a/nsd.changes b/nsd.changes index 8697788..6859d11 100644 --- a/nsd.changes +++ b/nsd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 12 15:50:13 UTC 2019 - Adam Majer + +- Update keyring as per https://nlnetlabs.nl/people/ + ------------------------------------------------------------------- Tue Dec 10 19:39:57 UTC 2019 - Michael Ströder diff --git a/nsd.keyring b/nsd.keyring index 953fdd9..916d936 100644 Binary files a/nsd.keyring and b/nsd.keyring differ diff --git a/nsd.spec b/nsd.spec index 733c66d..a0a22dd 100644 --- a/nsd.spec +++ b/nsd.spec @@ -34,6 +34,14 @@ Url: http://open.nlnetlabs.nl/nsd/ Source: http://open.nlnetlabs.nl/downloads/nsd/nsd-%{version}.tar.gz Source1: nsd.service Source2: tmpfiles-nsd.conf +# Generated with from https://nlnetlabs.nl/people/ +# +# curl -Ss https://nlnetlabs.nl/people/ | \ +# grep 'PGP Key ID' | \ +# sed 's,.*PGP Key ID: \([A-Z0-9 ]\+\).*,\1,' | \ +# perl -e 'while($_=<>){chop; s, ,,g;print; print(" ");}' | \ +# xargs gpg --export-options export-minimal --export > nsd.keyring +# Source4: nsd.keyring Source5: https://www.nlnetlabs.nl/downloads/nsd/nsd-%{version}.tar.gz.asc Source10: nsd-rpmlintrc