summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-12-06 01:05:18 +0000
committerJeremy Katz <katzj@redhat.com>2003-12-06 01:05:18 +0000
commit8b0540ce69f43d9deaa26d58aa4ffc7aca81afb0 (patch)
treef16e5adf523d8af2739b8b89faa54843d8a9ec55 /scripts
parentd575623242349b1a0f8f9aad7b1ebf7598a5dd6d (diff)
I want this more often...
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dumphdrlist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dumphdrlist.py b/scripts/dumphdrlist.py
index 5e49a8323..1267f5274 100644
--- a/scripts/dumphdrlist.py
+++ b/scripts/dumphdrlist.py
@@ -50,8 +50,8 @@ for hdr in hdlist:
epoch = "0"
else:
epoch = hdr[rpm.RPMTAG_EPOCH]
- print "%s:%s-%s-%s.%s %s" %(epoch,
+ print "%s:%s-%s-%s.%s %s %s" %(epoch,
hdr[rpm.RPMTAG_NAME], hdr[rpm.RPMTAG_VERSION],
hdr[rpm.RPMTAG_RELEASE], hdr[rpm.RPMTAG_ARCH],
- hdr[1000002])
+ hdr[1000002], hdr[1000003])