Hi Percona,
This merge broke the creation of RPM packages from the 8.0 branch
(Trunk) Follow up fix to PXB-3316 : Remove doc folder to fix Snyk issues by satya-bodapati · Pull Request #1602 · percona/percona-xtrabackup (github.com)
The merge deletes the documentation and man pages build, but it doesn’t modify the builder script or the RPM spec
percona-xtrabackup/storage/innobase/xtrabackup/utils/percona-xtrabackup-8.0_builder.sh at 8.0 · percona/percona-xtrabackup (github.com)
We get a warning at the beginning of the build about -DWITH_MAN_PAGES=1 defined but not used, and at the end of the RPM build an error about the man pages group 1 not being found.
Could you please take a look at this?