fedora-python / fedora-python/pyp2rpm
Pyp2rpm doesn't respect original timestamps
- Dominant language
- Python
- Stars
- 129
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
Assume `pyp2rpm -n addict` downloads addict-0.2.7.tar.gz
Should be
```
> $ stat addict-0.2.7.tar.gz
File: ‘addict-0.2.7.tar.gz’
Size: 3173 Blocks: 8 IO Block: 4096 regular file
Device: fd02h/64770d Inode: 4854460 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 1000/ rkuska) Gid: ( 1000/ rkuska)
Context: unconfined_u:object_r:user_home_t:s0
Access: 2015-01-07 09:21:40.000000000 +0100
Modify: 2014-12-19 10:00:43.000000000 +0100
Change: 2015-01-07 09:22:04.343883590 +0100
Birth: -
```
Instead of:
```
> $ stat addict-0.2.7.tar.gz
File: ‘addict-0.2.7.tar.gz’
Size: 3173 Blocks: 8 IO Block: 4096 regular file
Device: fd02h/64770d Inode: 4854460 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 1000/ rkuska) Gid: ( 1000/ rkuska)
Context: unconfined_u:object_r:user_home_t:s0
Access: 2015-01-07 09:21:40.000000000 +0100
Modify: 2015-01-07 09:22:04.343883590 +0100
Change: 2015-01-07 09:22:04.343883590 +0100
Birth: -
```
---
- Bitbucket: https://bitbucket.org/bkabrda/pyp2rpm/issue/26
- Originally reported by: Robert Kuska
- Originally created at: 2015-01-07T09:46:35.633
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.