Bug Description: On EPEL python3 packages are not built, but still mentioned in Requires. This prevents 389-ds-base from being installed.
Fix Description: Require python3-lib389 only on Fedora and EPEL > 7. Additionally fix conditionals according to packaging guidelines.
https://pagure.io/389-ds-base/issue/49603
Reviewed by: ???
ack
rebased onto b05fe2fe4bd665063c2a2ac64cd4b0a9f6a8e0f8
Pull-Request has been merged by vashirov
389-ds-base is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in 389-ds-base's github repository.
This pull request has been cloned to Github as issue and is available here: - https://github.com/389ds/389-ds-base/issues/2663
If you want to continue to work on the PR, please navigate to the github issue, download the patch from the attachments and file a new pull request.
Thank you for understanding. We apologize for all inconvenience.
Pull-Request has been closed by spichugi
Bug Description:
On EPEL python3 packages are not built, but still mentioned in Requires.
This prevents 389-ds-base from being installed.
Fix Description:
Require python3-lib389 only on Fedora and EPEL > 7. Additionally fix
conditionals according to packaging guidelines.
https://pagure.io/389-ds-base/issue/49603
Reviewed by: ???