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

Florian Festi notifications at github.com
Wed Oct 13 14:11:41 UTC 2021


@ffesti commented on this pull request.



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

Ok, after reading `rpmCharCheck()` 3 more times: Looks like `%{}`are actually legal in dependency names and only create a warning. So they must not be in 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_r728107288
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20211013/4a94682d/attachment.html>


More information about the Rpm-maint mailing list