Bugfixes
- Perform a data repair during the sync process to address a couple of data quality issues. Namely: fix changelogs in some cases where what is saved no longer matches what is synced, and fix packages which were previously incorrectly marked as non-modular.
[2643](https://github.com/pulp/pulp_rpm/issues/2643)
- Fix import/export of Alma linux repositories.
[2648](https://github.com/pulp/pulp_rpm/issues/2648)
- Do not optimize sync if retain-package-versions was set/changed
[2704](https://github.com/pulp/pulp_rpm/issues/2704)
- Fixed a bug were some SLES repos were publishing metadata with missing drpms.
[2705](https://github.com/pulp/pulp_rpm/issues/2705)
- Fixed orphan cleanup error in case Addon(Variant) were pointing to same subrepo.
[2733](https://github.com/pulp/pulp_rpm/issues/2733)
- Ensured unsupported metadata files are also handled during publish.
[2795](https://github.com/pulp/pulp_rpm/issues/2795)
Misc
- [2620](https://github.com/pulp/pulp_rpm/issues/2620)
---