Revert the patch from -20 as it seems to make FreeIPA worse

This commit is contained in:
Adam Williamson 2018-10-09 13:57:21 -07:00
parent af8b6635d6
commit 4a2dfb104c

View File

@ -18,7 +18,7 @@ Summary: The Kerberos network authentication system
Name: krb5
Version: 1.16.1
# for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces)
Release: 20%{?dist}
Release: 21%{?dist}
# lookaside-cached sources; two downloads and a build artifact
Source0: https://web.mit.edu/kerberos/dist/krb5/1.16/krb5-%{version}%{prerelease}.tar.gz
@ -103,7 +103,10 @@ Patch83: Make-krb5kdc-p-affect-TCP-ports.patch
Patch84: Remove-outdated-note-in-krb5kdc-man-page.patch
Patch85: Fix-k5test-prompts-for-Python-3.patch
Patch86: In-FIPS-mode-add-plaintext-fallback-for-RC4-usages-a.patch
Patch87: Fix-bugs-with-concurrent-use-of-MEMORY-ccaches.patch
# Disabled for now as it seems to make things worse for FreeIPA
# (consistent crashes during server deployment, not just a crash
# in a later test): https://bugzilla.redhat.com/show_bug.cgi?id=1633089#c26
#Patch87: Fix-bugs-with-concurrent-use-of-MEMORY-ccaches.patch
License: MIT
URL: http://web.mit.edu/kerberos/www/
@ -750,6 +753,9 @@ exit 0
%{_libdir}/libkadm5srv_mit.so.*
%changelog
* Tue Oct 09 2018 Adam Williamson <awilliam@redhat.com> - 1.16.1-21
- Revert the patch from -20 for now as it seems to make FreeIPA worse
* Tue Oct 02 2018 Robbie Harwood <rharwood@redhat.com> - 1.16.1-20
- Fix bugs with concurrent use of MEMORY ccaches