diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-09-02 15:34:35 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-09-02 15:34:35 +0300 |
commit | 936e2570195d076ba36aa2bb93f04f395033945d (patch) | |
tree | 507aba79ddc08f9530102977c053cc7a6764f6b3 /macros.in | |
parent | a912ca599ce959dd15dc33378b1686dfc7c3aca8 (diff) | |
download | rpm-936e2570195d076ba36aa2bb93f04f395033945d.tar.gz |
Use %{nvra} as default query format, much simpler...
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -753,10 +753,10 @@ print (t)\ %{nil} # -# Default headerSprintf() output format string for rpm -qa +# Default output format string for rpm -qa # -# XXX Note: escaped %% for use in headerSprintf() -%_query_all_fmt %%{name}-%%{version}-%%{release}%%|arch?{.%%{arch}}:{}| +# XXX Note: escaped %% for use in headerFormat() +%_query_all_fmt %%{nvra} # # Default path to the file used for transaction fcmtl lock. |