Re: [Rpm-maint] [rpm-software-management/rpm] Fix compatible-release, versions with dot-star, semantically versioned deps, and python version (#951)

2019-12-01 Thread Panu Matilainen
I know, that's the general level problem that we need to sort out before we can proceed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] RFE: allow setting rpm variable, named with other variables (#960)

2019-12-01 Thread nim-nim
I’d like to be able to declare rpm variables, with a name constructed from other rpm variables ```rpmspec %global something%{suffix} value ``` Because I need to pass info from `%build` to `%install`, and `%build` may execute the same operation for multiple subpackages. The current way to do