Determine if adding the OS qualifier to the RPMs would be beneficial
Add your comments directly to the page. Include links to any relevant research, data, or feedback.
Background
Traditionally, the SIMP RPMs were packaged where the %{dist}
tag was omitted if the package had nothing that bound it to the release and included if there were distribution specific items in the RPM spec file.
Over time, this has shown to cause some difficulties around release time in that you may end up with the same package built and released twice for EL6 and EL7 when it should not have been. When you then go to point at an upstream repo, you will get YUM issues where it finds that the upstream package.
Relevant data
RHEL and its derivatives have gone to just rolling in the %{dist}
tag no matter what to make everything easy to maintain.
Options considered
Option 1: | Option 2: | |
---|---|---|
Description | Leave things the way they are | Add the %{dist} tag to all RPMs |
Pros and cons |
|
|
Estimated cost | TRIVIAL | LOW |