From 874010d4310879d8d84ed69f01d04262caf0284f Mon Sep 17 00:00:00 2001 From: dogsheng <960055655@qq.com> Date: Sun, 8 Dec 2019 12:06:25 +0800 Subject: [PATCH] update --- krb5.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/krb5.spec b/krb5.spec index e5ec106..44b241b 100644 --- a/krb5.spec +++ b/krb5.spec @@ -1,6 +1,8 @@ +%global _hardening_ldflags %{nil} + Name: krb5 Version: 1.17 -Release: 3 +Release: 4 Summary: The Kerberos network authentication protocol License: MIT URL: http://web.mit.edu/kerberos/www/ @@ -292,6 +294,9 @@ make -C src check || : %{_mandir}/man8/* %changelog +* Fri Nov 15 2019 openEuler Buildteam - 1.17-4 +- change LDFLAGS in building environment to solve build failure of pam_krb5 + * Thu Oct 31 2019 openEuler Buildteam - 1.17-3 - Add BuildRequires: byacc -- Gitee