mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-13 01:31:56 -06:00
Require more recent glibc on F27
On CPUs with AVX-512 instruction set, ntpd sometimes segfaults because PTHREAD_STACK_MIN is too small. The bug has been fixed in glibc-2.26-24.fc27.x86_64 or later. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1564527 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexey Slaykovsky <alexey@slaykovsky.com>
This commit is contained in:
parent
2a6ba687d0
commit
888d9861f8
@ -879,6 +879,11 @@ Requires: python2-sssdconfig
|
|||||||
Requires: python2-cryptography >= 1.6
|
Requires: python2-cryptography >= 1.6
|
||||||
Requires: iptables
|
Requires: iptables
|
||||||
Requires: python2-mock
|
Requires: python2-mock
|
||||||
|
%if 0%{?fedora} == 27
|
||||||
|
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1564527
|
||||||
|
# Tests are failing because ntpd restarts segfaults on some CPU archs.
|
||||||
|
Requires: glibc >= 2.26-24
|
||||||
|
%endif
|
||||||
|
|
||||||
Provides: %{alt_name}-tests = %{version}
|
Provides: %{alt_name}-tests = %{version}
|
||||||
Conflicts: %{alt_name}-tests
|
Conflicts: %{alt_name}-tests
|
||||||
@ -912,6 +917,11 @@ Requires: ldns-utils
|
|||||||
Requires: python3-sssdconfig
|
Requires: python3-sssdconfig
|
||||||
Requires: python3-cryptography >= 1.6
|
Requires: python3-cryptography >= 1.6
|
||||||
Requires: iptables
|
Requires: iptables
|
||||||
|
%if 0%{?fedora} == 27
|
||||||
|
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1564527
|
||||||
|
# Tests are failing because ntpd restarts segfaults on some CPU archs.
|
||||||
|
Requires: glibc >= 2.26-24
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n python3-ipatests
|
%description -n python3-ipatests
|
||||||
IPA is an integrated solution to provide centrally managed Identity (users,
|
IPA is an integrated solution to provide centrally managed Identity (users,
|
||||||
|
Loading…
Reference in New Issue
Block a user