[Rpm-maint] [rpm-software-management/rpm] RPM 4.20 introduces special characters in build dir (Issue #3159)
Nikita Popov
notifications at github.com
Tue Jun 11 16:21:04 UTC 2024
The new build directory handling in RPM 4.20 includes the full package NVR in the build directory. If the NVR includes `~`, that means you now have a special character in the build directory. Tests may not be prepared to deal with this. I've encountered two instances of this now and while one was easy to fix, the other one is not (fixing it would come with significant externalities).
So I have two questions here:
* Is these some easy way to avoid the special character in a specific RPM (without changing the NVR)?
* Might it make sense to sanitize the embedded NVR to avoid special characters in general? Like replace `~` with `.tilde.` or something?
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3159
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/3159 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20240611/17d7a6e6/attachment.html>
More information about the Rpm-maint
mailing list