bazelbuild / rules_pkg

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

Align pkg_rpm returned files with other rules #692

Closed k0walik closed 11 months ago

k0walik commented 1 year ago

pkg_rpm returns both package file and a symbolic link, while other rules return only the actual file.

This is a follow up PR on the comment in #685.

aiuto commented 1 year ago

Leaving this one for @nacl. They are the RPM expert and heavy user.

aiuto commented 1 year ago

Still trying to get a handle on the CI failures. It doesn't make sense.

aiuto commented 11 months ago

Friendly ping. Can you try to update your branch and push again so we can see if CI is cleared up?

k0walik commented 11 months ago

Done! The CI is passing.

aiuto commented 11 months ago

Does this fix #685?

k0walik commented 11 months ago

Yes, we can close that one

aiuto commented 11 months ago

Thanks!