-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An issue with fpm 1.16 in OL8 not reading the special character in dir name #2087
Comments
* Add test coverage for escaping { and } filename characters Fixes #2087
Sorry you're having trouble. FPM should be able to package this, but in this case, it has a problem telling rpmbuild about the file - this is a bug in fpm, sorta, because rpmbuild makes it difficult to express filenames with spaces or non-alphanumeric characters. I've opened #2088 with a patch that fixes this for me when I try to use the same files as in the Python cement library. |
@Manish2481983 Do you know what version of |
Thanks @jordansissel for investigating this.
|
Hi @jordansissel Any update on this ? |
#2088 should now work on older rpm version, but I still have a few changes to make before merging. I don't have any ETA on merging as this work is on spare time which is small these days. |
Thanks @jordansissel for this update. will wait till then. |
I encountered an issue with fpm 1.16 where directory names with {{ label }} enclosed in quotes do not work as expected. When the directory name is in quotes, it causes the following file-not-found error:
However, if the quotes around the directory name {{ label }} are removed or dir is removed, everything works fine. It seems that fpm 1.16 has trouble processing directory names that contain {{ label }} in quotes.
Please let me know if there is a known workaround or if further investigation is needed.
I am using fpm 1.16
The text was updated successfully, but these errors were encountered: