Created
February 17, 2017 16:22
-
-
Save vathpela/d7eadab46fba2d14aea3bc781db31ba9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 8a8e8d2654fb556bb68a16d3de8404d63ffc3e92 | |
Author: Peter Jones <[email protected]> | |
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 <[email protected]> | |
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