Opened 13 years ago
Closed 13 years ago
#23 closed defect (fixed)
rpm: timestamps are not preserved when installing
Reported by: | Yuri Dario | Owned by: | Yuri Dario |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | rpm | Version: | |
Severity: | Keywords: | ||
Cc: |
Description
when rpm installs a file, the timestamp is set to current time.
a simple test on ubuntu showed that timestamps are preserved on installation.
Change History (3)
comment:1 by , 13 years ago
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
more tests showed that rpm installation is ok, the 'bug' is at build time.
cp (and install) does not preserve timestamp while copying files.
cp -p preserves attributes and timestamps.
Fixing in .spec files needed.