Opened 7 years ago

Closed 7 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 Changed 7 years ago by Silvan Scherrer

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

comment:2 Changed 7 years ago by Silvan Scherrer

Resolution: fixed
Status: newclosed

ok this issue seems completely fixed with the latest gzip rpm. r1228

Note: See TracTickets for help on using tickets.