Skip to content

Instantly share code, notes, and snippets.

@op-ct
Created October 18, 2017 20:02
Show Gist options
  • Select an option

  • Save op-ct/1284ec74b746497d2d72327f7e057841 to your computer and use it in GitHub Desktop.

Select an option

Save op-ct/1284ec74b746497d2d72327f7e057841 to your computer and use it in GitHub Desktop.
Query for GPG key ids for all RPMs

Query for GPG key ids for all RPMs

# from https://bugzilla.redhat.com/show_bug.cgi?id=846354#c1
rpm -qa --qf "%|DSAHEADER?{%{DSAHEADER:pgpsig}}:{%|RSAHEADER?{%{RSAHEADER:pgpsig}}:{(none}|}| %{NVRA}\n"|cut -d' ' -f11,12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment