Bug 89965

Summary: Could --rollback print the rollback goal in seconds since epoch
Product: [Retired] Red Hat Linux Reporter: James Olin Oden <james.oden>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED WONTFIX QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: low    
Version: 9Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-04-30 13:29:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to print rollback goal none

Description James Olin Oden 2003-04-30 13:18:59 UTC
Description of problem:
For debuging purposes it would be really nice if rpm would print the 
rollback goal in seconds since epoch when a rollback is requested.

Version-Release number of selected component (if applicable):
4.2-0.69

How reproducible:
N/A

Steps to Reproduce:
N/A
    
Actual results:
N/A

Expected results:
N/A

Additional info:

Comment 1 James Olin Oden 2003-04-30 13:20:18 UTC
Created attachment 91419 [details]
Patch to print rollback goal

Comment 2 Jeff Johnson 2003-04-30 13:29:29 UTC
The rollback goal is compared with transaction id's.

Transaction id's are 4 byte ints with the property of ordering.
There are no other guarantees on the value. In fact, there have
been mumblings about changing the contents to something else (not by me).

I'm reluctant to expose the tid value even in debugging messages
lest INSTALLTIME and INSTALLTID, which atm have identical values,
get confused in usage.

However, ctime(3) is easy, and I'm not about to tell you what to do. ;-)