diff options
author | jbj <devnull@localhost> | 2003-01-31 22:55:28 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-01-31 22:55:28 +0000 |
commit | 8b68faf981d02d50d1666f543c337bb72cd23def (patch) | |
tree | 3ab7dcc47ddb147dcaad85f204636fd71251fcd2 /macros.in | |
parent | 80e703591701ddbd4616ea3b741ecbba389b42fb (diff) | |
download | librpm-tizen-8b68faf981d02d50d1666f543c337bb72cd23def.tar.gz librpm-tizen-8b68faf981d02d50d1666f543c337bb72cd23def.tar.bz2 librpm-tizen-8b68faf981d02d50d1666f543c337bb72cd23def.zip |
- fix: trap SIGPIPE, close database(s).
- configurable default query output format.
CVS patchset: 6034
CVS date: 2003/01/31 22:55:28
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,7 @@ #/*! \page config_macros Default configuration: @RPMCONFIGDIR@/macros # \verbatim # -# $Id: macros.in,v 1.136 2003/01/07 00:49:55 jbj Exp $ +# $Id: macros.in,v 1.137 2003/01/31 22:55:28 jbj Exp $ # # This is a global RPM configuration file. All changes made here will # be lost when the rpm package is upgraded. Any per-system configuration @@ -682,6 +682,11 @@ package or when debugging this package.\ %{?_dependency_whiteout_5_2} \ %{nil} +# +# Default headerSprintf() output format string for rpm -qa +# +# XXX Note: escaped %% for use in headerSprintf() +%_query_all_fmt %%{name}-%%{version}-%%{release} #============================================================================== # ---- Cache configuration macros. |