Restore RPM tests in CI; minor cleanup (#527) * Restore RPM tests in CI; factor rpm test skipping int terms of `*skip_rpm` During this month's public meeting, we discovered that none of the RPM packaging tests were not being run in CI. This looks like it was overlooked as of 85eabf2. This change fixes this by leaving rpm tests off by default and adding `default_tests_with_rpm` for the platforms which can run rpmbuild.
Bazel rules for building tar, zip, deb, and rpm for packages.
Use rules-pkg-discuss@googlegroups.com for discussion.
As of Bazel 4.x, Bazel uses this rule set for packaging its distribution. Bazel still contains a limited version of pkg_tar but its feature set is frozen. Any new capabilities will be added here.
patching.md README.md