URL: https://github.com/freeipa/freeipa/pull/1019
Author: tomaskrizek
Title: #1019: Backport PR 999 to ipa-4-5
Action: opened
PR body:
"""
This PR was opened automatically because PR #999 was pushed to master and backport to ipa-4-5 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1019/head:pr1019
git checkout pr1019
URL: https://github.com/freeipa/freeipa/pull/1012
Author: abbra
Title: #1012: csrgen: support openssl 1.0 and 1.1
Action: opened
PR body:
"""
Support both openssl 1.0 and 1.1 APIs where sk_* functions got prefixed
with OPENSSL_ in the latter version.
Since referencing a symbol from a dynamically loaded library generates
exception, use the AttributeError exception to catch it and fall back to
the older method.
Fixes https://pagure.io/freeipa/issue/7110
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1012/head:pr1012
git checkout pr1012
URL: https://github.com/freeipa/freeipa/pull/907
Author: pvomacka
Title: #907: WebUI: fix WebUI unit tests
Action: opened
PR body:
"""
This pull request fixes WebUI unit tests.
And there are also commits from PR #628 which should be removed once the PR #628 will be pushed. But they are necessary for this PR.
https://pagure.io/freeipa/issue/6974
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/907/head:pr907
git checkout pr907
URL: https://github.com/freeipa/freeipa/pull/1020
Author: pvomacka
Title: #1020: Backport PR 628 to ipa-4-5
Action: opened
PR body:
"""
This PR was opened automatically because PR #628 was pushed to master and backport to ipa-4-5 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1020/head:pr1020
git checkout pr1020
URL: https://github.com/freeipa/freeipa/pull/1017
Author: stlaz
Title: #1017: Backport PR 945 to ipa-4-5
Action: opened
PR body:
"""
This PR was opened automatically because PR #945 was pushed to master and backport to ipa-4-5 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1017/head:pr1017
git checkout pr1017
URL: https://github.com/freeipa/freeipa/pull/989
Author: felipevolpone
Title: #989: Removing part of circular dependency of ipaplatformin ipalib
Action: opened
PR body:
"""
After commit cac3475a0454b730d6e5b2093c2e63d395acd387, ipa-backup is broken due to circular dependencies. This fixes it, removing circular dependency of ipalib. The ipalib.constants.IPAAPI_USER is now passed as parameter to the functions that use it.
https://pagure.io/freeipa/issue/7108
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/989/head:pr989
git checkout pr989
URL: https://github.com/freeipa/freeipa/pull/915
Author: martbab
Title: #915: [master only] Move tmpfiles.d configuration handling back to spec file
Action: opened
PR body:
"""
Since ipaapi user is now created during RPM install and not in runtime,
we may switch back to shipping tmpfiles.d configuration directly in RPMs
and not create it in runtime, which is a preferred way to handle drop-in
configuration anyway.
This also means that the drop-in config will be shipped in /usr/lib
instead of /etc according to Fedora packaging guidelines.
This partially reverts commit 38c66896de1769077cd5b057133606ec5eeaf62b.
https://pagure.io/freeipa/issue/7053
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/915/head:pr915
git checkout pr915