Hello All!
We have the need to address some files in a rpm that contain blanks in their names.
The %files section would look like the following:
%files
/sbin/file1
/sbin/file2
/opt/xxx/xxx xxx
/opt/xxx/yyy yyy
During the build process I get an error that the files are not found because it is looking for a "/opt/xxx/xxx" and a "xxx" file. I tried several things like using \, or " and ' but I didn't find a solution.
As the software we want to put into the rpm isn't from us, is there a chance to do this or do we have to talk to the developer to change the file names ?
Tanks for any information.
Rainer