Bug 434856
Summary: | Please add a flag to filter OSX stuff | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Nicolas Mailhot <nicolas.mailhot> |
Component: | unzip | Assignee: | Ivana Varekova <varekova> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | pmatilai |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-02-27 08:22:54 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 235705, 434850 |
Description
Nicolas Mailhot
2008-02-25 20:58:39 UTC
I think it'd be better if unzip *defaulted* to not extracting the Apple-metadata when running on non-OSX system where the data is totally useless for 99.99% users. For the 0.01% that care, add a new flag to request extracting the OSX-metadata instead. The archive you use as an example contains files in GFS_NEOHELLENIC_OT and in __MACOSX directory so both of them are unpacked by unzip command. There is no difference between these files for unzip (the only difference is the directory name). unzip command should not do any automatic censorship in the archive files and this seems for me to be too specialize case to have a separate option for it. Situation should be fixed on the zip side which create this archive and which attach unwanted __MACOSX zip files here. Option -x should be used with file name not with directory name so there should be used option -x __MACOSX/* to eliminate __MACOSX directory. |