diff --git a/SPECS/krb5.spec b/SPECS/krb5.spec index 564abf7..b654816 100644 --- a/SPECS/krb5.spec +++ b/SPECS/krb5.spec @@ -18,7 +18,7 @@ Summary: The Kerberos network authentication system Name: krb5 Version: 1.18.2 # for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces) -Release: 6%{?dist} +Release: 7%{?dist} # lookaside-cached sources; two downloads and a build artifact Source0: https://web.mit.edu/kerberos/dist/krb5/1.18/krb5-%{version}%{prerelease}.tar.gz @@ -74,6 +74,7 @@ Patch128: Add-channel-bindings-tests.patch Patch129: Ignore-bad-enctypes-in-krb5_string_to_keysalts.patch Patch130: Fix-leak-in-KERB_AP_OPTIONS_CBT-server-support.patch Patch131: Unify-kvno-option-documentation.patch +Patch132: Document-k-option-in-kvno-1-synopsis.patch License: MIT URL: http://web.mit.edu/kerberos/www/ @@ -684,6 +685,10 @@ exit 0 %{_libdir}/libkadm5srv_mit.so.* %changelog +* Tue Nov 24 2020 Robbie Harwood - 1.18.2-7 +- Document -k option in kvno(1) synopsis +- Resolves: #1869055 + * Wed Oct 21 2020 Robbie Harwood - 1.18.2-6 - Enable MD5 override for FIPS RADIUS - Resolves: #1872689