summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-01-31 22:55:28 +0000
committerjbj <devnull@localhost>2003-01-31 22:55:28 +0000
commit8b68faf981d02d50d1666f543c337bb72cd23def (patch)
tree3ab7dcc47ddb147dcaad85f204636fd71251fcd2 /macros.in
parent80e703591701ddbd4616ea3b741ecbba389b42fb (diff)
downloadlibrpm-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.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/macros.in b/macros.in
index b795821f3..09ddc875e 100644
--- a/macros.in
+++ b/macros.in
@@ -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.