mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-03 16:07:00 +00:00
d9da502fbe
The copy ran after the cd to the repo root, so it read ../LICENSE from outside the checkout and never placed the file in confluent_osdeploy/. The tarball went out without it and the spec's %install, which does "cp LICENSE" after %setup cds into the unpacked directory, failed. imgutil/buildrpm already copies before its cd; do the same here. The aarch64 spec has its LICENSE lines commented out, so only the x86_64 build broke, but the copy was equally wrong in both scripts.