Skip to content

Jonathan/rpm export expand name

Jonathan Maw requested to merge jonathan/rpm-export-expand-name into tristan/rpm-export

During rpm spec generation, we check whether a given package is the main package, to identify whether fields are added under a %package heading or not.

It is valid rpm spec syntax to define the package name in terms of macros, so I added checking against the expanded name.

Merge request reports