Skip to content

Instantly share code, notes, and snippets.

@nodakai
Created April 15, 2016 09:45
Show Gist options
  • Save nodakai/b7277e50ddb1e8b198dfccd44caaacaa to your computer and use it in GitHub Desktop.
Save nodakai/b7277e50ddb1e8b198dfccd44caaacaa to your computer and use it in GitHub Desktop.
#!/bin/sh
rpm -q --qf "$(rpm --querytags | while read line; do echo "$line: %{$line}"; done)" -p $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment