[Rpm-maint] [rpm-software-management/rpm] Require package names to be valid provides (#1778)

Panu Matilainen notifications at github.com
Thu Oct 14 08:51:56 UTC 2021


@pmatilai commented on this pull request.



> @@ -19,6 +19,7 @@
 #undef HTDATATYPE
 
 #define ALLOWED_CHARS_NAME ".-_+%{}"
+#define ALLOWED_FIRSTCHARS_NAME "_%{}"

Took a bit of digging, but here's the case for unexpanded macros in the names etc:
https://bugzilla.redhat.com/show_bug.cgi?id=547997

So as I tried to say in my previous comment, you'd still need to allow `%` as the first character.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1778#discussion_r728773148
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20211014/49b3c150/attachment.html>


More information about the Rpm-maint mailing list