Hi When building rpm packages with --package, I get a copy of a package for each tool chain, plus I need to build the plain package so that dependencies are resolved. e.g. for things that require M4 I get the following.
- M4-1.4.17 - M4-1.4.17-GCCcore-5.4.0 - M4-1.4.17-foss-2016b - M4-1.4.18 - M4-1.4.18-GCCcore-6.3.0 I'd like to see just - M4-1.4.17 - M4-1.4.18 What options should I pass to *not* have tool chain as part of the requirements when building a package, say Python-3.6.1-foss-2017a? We're currently using HierarchicalMNS for our naming scheme TIA -- Clyde Jones | gRED IT

