diff --git a/krb5.spec b/krb5.spec index 4707179d26dd5d19fac51a9de9c570937dcca6ae..646dd2162e07d5d0366e601b6de39cbb1450d475 100644 --- a/krb5.spec +++ b/krb5.spec @@ -3,7 +3,7 @@ Name: krb5 Version: 1.18.2 -Release: 2 +Release: 3 Summary: The Kerberos network authentication protocol License: MIT URL: http://web.mit.edu/kerberos/www/ @@ -28,6 +28,7 @@ Patch5: Remove-3des-support.patch Patch6: FIPS-with-PRNG-and-RADIUS-and-MD4.patch Patch7: backport-CVE-2020-28196.patch +BuildRequires: gettext BuildRequires: gcc make automake autoconf pkgconfig pam-devel libselinux-devel byacc BuildRequires: libcom_err-devel openssl-devel openldap-devel libss-devel libverto-module-base @@ -317,6 +318,9 @@ make -C src check || : %{_mandir}/man8/* %changelog +* Wed May 26 2021 yixiangzhike - 1.18.2-3 +- Add gettext to BuildRequires + * Thu Jan 7 2021 yixiangzhike - 1.18.2-2 - Fix CVE-2020-28196