Add gettext to BuildRequires

This commit is contained in:
yixiangzhike 2021-05-26 12:05:00 +08:00
parent 8aae4eb423
commit a8687abd4c

View File

@ -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 <zhangxingliang3@huawei.com> - 1.18.2-3
- Add gettext to BuildRequires
* Thu Jan 7 2021 yixiangzhike <zhangxingliang3@huawei.com> - 1.18.2-2
- Fix CVE-2020-28196