[Rpm-maint] [rpm-software-management/rpm] Arrange different timestamp for %changelog entries from the same day (#1511)

Florian Festi notifications at github.com
Tue Jan 26 10:01:38 UTC 2021


While I like this I wonder if this really works reliably when users are able to give second precise time stamps themselves.

```
Tue Jan 19 19:00:01 2021
Tue Jan 19 19:00:00 2021
Tue Jan 19 19:00:00 2021
Tue Jan 19 19:00:00 2021
```

will end up as
```
Tue Jan 19 19:00:01 2021
Tue Jan 19 19:00:02 2021
Tue Jan 19 19:00:01 2021
Tue Jan 19 19:00:00 2021
```
Breaking the order by time stamp, right?

May be the code should just set the time to one second newer than the previous (possibly increased) time stamp whenever the order is disturbed by the changes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1511#issuecomment-767435227
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210126/564bd125/attachment.html>


More information about the Rpm-maint mailing list