diff options
| author | Jeremy Katz <katzj@redhat.com> | 2003-12-06 01:05:18 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2003-12-06 01:05:18 +0000 |
| commit | 8b0540ce69f43d9deaa26d58aa4ffc7aca81afb0 (patch) | |
| tree | f16e5adf523d8af2739b8b89faa54843d8a9ec55 /scripts | |
| parent | d575623242349b1a0f8f9aad7b1ebf7598a5dd6d (diff) | |
I want this more often...
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/dumphdrlist.py | 4 |
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]) |
