From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 Description of problem: The archive at http://www.xs4all.nl/~bsarempt/python/p.zip contains files with './' path like as './edit.html'. Trying to remove any of these fails. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. wget http://www.xs4all.nl/~bsarempt/python/p.zip 2. zip -d p.zip ./edit.html Actual Results: zip -d p.zip ./edit.html zip error: Nothing to do! (p.zip) Expected Results: zip -d p.zip ./edit.html deleting: ./edit.html Additional info: Roland Illig found a workaround: 'zip -d p.zip [.]/edit.html'. This breaks mc's vfs and probably others'. For more info: http://mail.gnome.org/archives/mc-devel/2004-December/msg00031.html and bug # 141844. The command -r is handled (maybe) correctly, ex: 'zip -r p.zip edit.html' replaces './edit.html' with the new 'edit.html'.
Doncho, Please don't set the architecture if the issue is not architecture specific.
Thank you for your notice. The problem was fixed. Ivana Varekova
Fixed in zip-2.3-29.