Skip to content

Instantly share code, notes, and snippets.

@vathpela
Created February 17, 2017 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vathpela/d7eadab46fba2d14aea3bc781db31ba9 to your computer and use it in GitHub Desktop.
Save vathpela/d7eadab46fba2d14aea3bc781db31ba9 to your computer and use it in GitHub Desktop.
commit 8a8e8d2654fb556bb68a16d3de8404d63ffc3e92
Author: Peter Jones <pjones@redhat.com>
Date: Fri Feb 17 10:54:36 2017 -0500
Add .popt macros for "rpmspec --trace".
This lets you trace the macro expander when you do, for example,
"rpmspec --trace -P foo.spec".
Signed-off-by: Peter Jones <pjones@redhat.com>
diff --git a/.popt b/.popt
new file mode 100644
index 0000000..974770d
--- /dev/null
+++ b/.popt
@@ -0,0 +1 @@
+rpm* alias --trace --eval '%trace'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment