fixed default build string to not use '-' to print dates
authorewt <devnull@localhost>
Wed, 10 Jul 1996 23:59:37 +0000 (23:59 +0000)
committerewt <devnull@localhost>
Wed, 10 Jul 1996 23:59:37 +0000 (23:59 +0000)
CVS patchset: 780
CVS date: 1996/07/10 23:59:37

query.c

diff --git a/query.c b/query.c
index a98aa49..1d6b37e 100644 (file)
--- a/query.c
+++ b/query.c
@@ -34,8 +34,8 @@ static void printFileInfo(char * name, unsigned int size, unsigned short mode,
 static char * defaultQueryFormat = 
            "Name        : %-27{NAME} Distribution: %{DISTRIBUTION}\n"
            "Version     : %-27{VERSION}       Vendor: %{VENDOR}\n"
-           "Release     : %-27{RELEASE}   Build Date: %{-BUILDTIME}\n"
-           "Install date: %-27{-INSTALLTIME}   Build Host: %{BUILDHOST}\n"
+           "Release     : %-27{RELEASE}   Build Date: %{BUILDTIME:date}\n"
+           "Install date: %-27{INSTALLTIME:date}   Build Host: %{BUILDHOST}\n"
            "Group       : %-27{GROUP}   Source RPM: %{SOURCERPM}\n"
            "Size        : %{SIZE}\n"
            "Description : %{DESCRIPTION}\n";