!45 增加构建依赖gcc

From: @bzg1107
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-06-07 20:17:55 +08:00 committed by Gitee
commit 626ab15952

View File

@ -4,7 +4,7 @@
Name: freeradius
Version: 3.0.21
Release: 6
Release: 7
Summary: Remote Authentication Dial-In User Service
License: GPLv2+ and LGPLv2+
@ -22,7 +22,7 @@ Patch0002: Add-missing-backslash-that-precluded-server-from-starting.patch
BuildRequires: autoconf gdbm-devel openssl openssl-devel pam-devel zlib-devel net-snmp-devel
BuildRequires: net-snmp-utils readline-devel libpcap-devel systemd-units libtalloc-devel
BuildRequires: pcre-devel unixODBC-devel json-c-devel libcurl-devel
BuildRequires: pcre-devel unixODBC-devel json-c-devel libcurl-devel gcc
Requires: openssl >= %{openssl_version}
Requires(pre): shadow-utils glibc-common
@ -442,6 +442,10 @@ exit 0
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/ldap
%changelog
* Wed Jun 2 2021 baizhonggui <baizhonggui@huawei.com> - 3.0.21-7
- Fix building error: configure: error: no acceptable C compiler found in $PATH
- Add gcc in BuildRequires
* Mon Apr 26 2021 lingsheng <lingsheng@huawei.com> - 3.0.21-6
- Add missing backslash that precluded server from starting