hack/rpms/nftables/README.md
This directory builds the calico/nftables-rpms image consumed by the calico/node and istio install-cni image builds. It rebuilds two upstream packages as RPMs:
patches/.Both packages are built entirely from the pinned upstream release tarballs (versions and SHAs in metadata.mk at the repo root) plus the spec files and patches in this directory, which together are the complete corresponding source. The producer image stashes the upstream tarballs, our patches, and the spec files under /src; calico/node and the istio install-cni image copy that into /included-source, so the corresponding source for the GPL binaries ships in the image alongside them (next to the BIRD and Felix GPL source). The upstream license text also ships via the RPMs' %license tag.