URL: https://github.com/SSSD/sssd/pull/396 Author: fidencio Title: #396: CI: Add missing http-parser-devel dependency Action: opened
PR body: """ As reported on #3526, running $ ./contrib/ci/run on CentOS 7 minimal installation ends up in failure on configure because ./contrib/ci/deps.sh does not attempt to install http-parser-devel.
We don't have to worry about CentOS 6 as SSSD is built using --without-secrets there, thus http-parser-devel is not required.
Resolves: https://pagure.io/SSSD/sssd/issue/3526
Signed-off-by: Fabiano Fidêncio fidencio@redhat.com """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/396/head:pr396 git checkout pr396
URL: https://github.com/SSSD/sssd/pull/396 Title: #396: CI: Add missing http-parser-devel dependency
lslebodn commented: """ A) http -parser is required for secrets responders which is not supported on el6 due to missing dependency on higher version of libcurl.
B) we extract build dependencies from spec file """
See the full comment at https://github.com/SSSD/sssd/pull/396#issuecomment-333486427
URL: https://github.com/SSSD/sssd/pull/396 Author: fidencio Title: #396: CI: Add missing http-parser-devel dependency Action: closed
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/396/head:pr396 git checkout pr396
URL: https://github.com/SSSD/sssd/pull/396 Title: #396: CI: Add missing http-parser-devel dependency
Label: +Rejected
sssd-devel@lists.fedorahosted.org