[Rpm-maint] [rpm-software-management/rpm] Add RPMTAG_MODULARITYLABEL to distinguish packages build for modularity (8390fa8)

Michael Schroeder notifications at github.com
Mon Dec 3 13:23:24 UTC 2018


*eyeroll*

Could we please add support for custom tags? How about reserving some tag range (e.g. 6000-6999) and having a RPM_CUSTOMTAGS string array that defines which tag number has which name?

```
CustomTag: ModularityLabel <foo>
```
would check if "ModularityLabel" is already in the custom tag list. If not, it would append it and thereby allocate a new tag number (e.g. 6000). If we want different types we'll need RPM_CUSTOMTAG_TYPES as well.

Of course we'll also need to add code so that lookup work.

-- 
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/commit/8390fa8515f499994646cf3bd113423744dc7bd9#commitcomment-31536139
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20181203/50c592b8/attachment.html>


More information about the Rpm-maint mailing list