GNOME Bugzilla – Bug 536055
Support for special characters in rpm archives
Last modified: 2008-06-02 16:05:19 UTC
Currently, the rpm archives which contains special characters (such as space/tabs, or non ascii characters) are not correctly displayed. For instance, this can be notice in the Adobe Reader rpm archive: /./opt/Adobe/Help/en_US/Adobe\ Reader The "\" should not be there! This also prevents the archives to be fully extracted. This is because cpio escapes all "special" characters. I'll attach a patch which fixes this bug, by using g_compress() on the output from cpio.
Created attachment 111888 [details] [review] Support escaped characters for rpm archives This patch is against svn trunk version.
Patch applied to trunk, the fix will be available in the next major software release. Thank you.