Bug Description: suse has different paths for it's krb tools.
Fix Description: Allow supporting different paths based on distro detection.
https://pagure.io/389-ds-base/issue/50729
Author: William Brown william@blackhats.net.au
Review by: ???
Please note this adds a requires on "distro" as a python module. It's worth cheking I did this correcctly with requirements.txt
Please also add Requires: python%{python3_pkgversion}-distro to 389-ds-base.spec.in for lib389 and add distro to lib389/setup.py
Requires: python%{python3_pkgversion}-distro
389-ds-base.spec.in
distro
lib389/setup.py
Thanks @vashirov :) I'll update this now.
rebased onto e7e5d31a53391f558220bb57a79191e86ae23dea
ack
rebased onto 7ccf59111d9cb0d9972d71bdc93ed7d8d006e92b
Pull-Request has been merged by firstyear
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/3785
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: suse has different paths for it's krb
tools.
Fix Description: Allow supporting different paths based
on distro detection.
https://pagure.io/389-ds-base/issue/50729
Author: William Brown william@blackhats.net.au
Review by: ???