From e7f0f6c075e7ae3e3e94ce238ef69b259b17ebe4 Mon Sep 17 00:00:00 2001 From: lijingyuan007 <18829898205@163.com> Date: Thu, 27 May 2021 10:54:48 +0800 Subject: [PATCH] Add the compilation dependency of gcc. --- tftp.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tftp.spec b/tftp.spec index 50b55fd..b5d4f0e 100644 --- a/tftp.spec +++ b/tftp.spec @@ -1,6 +1,6 @@ Name: tftp Version: 5.2 -Release: 28 +Release: 29 Summary: The client for the Trivial File Transfer Protocol (TFTP) License: BSD Group: Applications/Internet @@ -20,6 +20,7 @@ Patch0009: tftp-doc.patch Patch0010: tftp-enhanced-logging.patch BuildRequires: readline-devel autoconf systemd-units +BuildRequires: gcc %description TFTP which is the abbreviation of Trivial File Fransfer Protocol @@ -84,6 +85,12 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir} %changelog +* Thu May 27 2021 lijingyuan - 5.2-29 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Add the compilation dependency of gcc. + * Tue Dec 15 2020 xihaochen - 5.2-28 - Type:requirement - ID:NA