We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ac8ff commit c1181eeCopy full SHA for c1181ee
tests/rpmsigdig.at
@@ -281,6 +281,14 @@ runroot rpmkeys -Kv /data/RPMS/hello-2.0-1.x86_64-signed-with-new-subkey.rpm
281
],
282
[])
283
284
+RPMTEST_CHECK([[
285
+runroot_other sq --cert-store=/usr/lib/sysimage/rpm/pubkeys pki list --gossip 2>&1 | grep -e "^[[:xdigit:]]\{40\}"
286
+]],
287
+[0],
288
+[771B18D3D7BAA28734333C424344591E1964C5FC
289
+],
290
+[])
291
+
292
RPMTEST_CHECK([
293
runroot_other touch /usr/lib/sysimage/rpm/pubkeys/writelock
294
runroot_other flock -x /usr/lib/sysimage/rpm/pubkeys/writelock -c "rpmkeys --import /data/keys/rpm.org-rsa-2048-add-subkey.asc"
0 commit comments