Howdy folks!
The problem here is two fold. Spaces and '['. Spaces are solved by double-quoting the filename in the %files section, and normally the '[' can be escaped by doing [\[]. However, when combined, this doesn't work:
%files
%defattr(-,root,root,-)
"/tmp/test/Funky [\[]filename].txt"
The error is: File not found by glob: .../BUILD/tmp/test/Funky [\[]filename].txt
How do I convince rpmbuild to package this file?
-Jordan
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxxxxx http://lists.rpm.org/mailman/listinfo/rpm-list