bazelbuild / rules_pkg

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

rpm: Add conflicts and obsoletes to sub RPMs #851

Closed kellyma2 closed 5 months ago

kellyma2 commented 5 months ago

This change brings the sub RPM rules closer to parity with both reality and the parent RPM rules by adding the Conflicts and Obsoletes fields to them.

aiuto commented 5 months ago

The CI failure seem seems unrelated. Merging anyway.