Opened 8 years ago
Closed 8 years ago
#265 closed defect (fixed)
brp-compress
| Reported by: | Silvan Scherrer | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | rpm | Version: | |
| Severity: | highest | Keywords: | |
| Cc: |
Description
brp-compress compresses files with gzip. If the file is already compressed, it first decompresses it. In the case of a gz file it uses gunzip. But to have gunzip decompress a file the -d switch is needed. Unfortunately this one is missing on line 31.
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
ok this issue seems completely fixed with the latest gzip rpm. r1228
Note:
See TracTickets
for help on using tickets.

this turns out to be a gzip issue. Our gzip port doesn't behave as the nix variant.