[Rpm-maint] [rpm-software-management/rpm] Add variable arrays to rpm (#1149)

nim-nim notifications at github.com
Tue Mar 31 10:42:38 UTC 2020


Right now a lot of things need special tags in rpm just because they can be declared multiple times (for example `Requires`).

Tags are hugely inconvenient to manipulate in spec automations because they all come with their special handling requirements.

Please add real array primitives to rpm, so they can be replaced by bog standard rpm variables (I believe this would simplify lua bindings a lot too; lua makes heavy array use)

ie the usual non rocket science:

```rpm
%global array [a,b,c]
%append array [d,e]
%array %= [a,b,c]
%array %+= [d,e]
```



-- 
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/issues/1149
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200331/2a356bcb/attachment.html>


More information about the Rpm-maint mailing list