!4 Add the compilation dependency of gcc.

From: @lijingyuan007
Reviewed-by: @zengwefeng
Signed-off-by: @zengwefeng
This commit is contained in:
openeuler-ci-bot 2021-05-27 21:27:04 +08:00 committed by Gitee
commit 9476c9dbf1

View File

@ -1,6 +1,6 @@
Name: tftp Name: tftp
Version: 5.2 Version: 5.2
Release: 28 Release: 29
Summary: The client for the Trivial File Transfer Protocol (TFTP) Summary: The client for the Trivial File Transfer Protocol (TFTP)
License: BSD License: BSD
Group: Applications/Internet Group: Applications/Internet
@ -20,6 +20,7 @@ Patch0009: tftp-doc.patch
Patch0010: tftp-enhanced-logging.patch Patch0010: tftp-enhanced-logging.patch
BuildRequires: readline-devel autoconf systemd-units BuildRequires: readline-devel autoconf systemd-units
BuildRequires: gcc
%description %description
TFTP which is the abbreviation of Trivial File Fransfer Protocol TFTP which is the abbreviation of Trivial File Fransfer Protocol
@ -84,6 +85,12 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}
%changelog %changelog
* Thu May 27 2021 lijingyuan <lijingyuan3@huawei.com> - 5.2-29
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Add the compilation dependency of gcc.
* Tue Dec 15 2020 xihaochen <xihaochen@huawei.com> - 5.2-28 * Tue Dec 15 2020 xihaochen <xihaochen@huawei.com> - 5.2-28
- Type:requirement - Type:requirement
- ID:NA - ID:NA