
25 Jan
2023
25 Jan
'23
15:11
On Wednesday 2023-01-25 14:59, Manfred Schwarb wrote:
with spaces in filenames?
Looks like a bug. Best is to create a bug report about it. Until it's fixed in TW, you may need to workaround it by renaming the archive.
It is fixed, see https://github.com/rpm-software-management/rpm/issues/2335
The question is whether it is worth backporting (i.e. are there other people with the same issue?),
Probably not worth doing anything about. Even if rpm manages spaces, some build scripts may not, because (improperly escaped) space is a token separator, and it is probably fair to say most people do not care enough and just opt to use an underscore instead. If you ever had a friend who wrote $* or $@ in shell instead of "$@", that's the kind of guy :D