bazelbuild / rules_pkg

Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)
Apache License 2.0
214 stars 167 forks source link

Add support for `Obsoletes` tag in RPM definition #778

Closed kellyma2 closed 8 months ago

kellyma2 commented 8 months ago

Currently there doesn't appear to be any support Obsoletes in our RPM structure. This change introduces the support for the Obsoletes tag in the RPM specfile. Unlikely Requires, there doesn't appear to be a context-specific Obsoletes, so this is not added here.