From 9754159268d4b16b51dfb1167882fa94d1f1e2ad Mon Sep 17 00:00:00 2001 From: lijingyuan007 <18829898205@163.com> Date: Thu, 27 May 2021 10:54:16 +0800 Subject: [PATCH] Add the compilation dependency of gcc. --- tcp_wrappers.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tcp_wrappers.spec b/tcp_wrappers.spec index 5f3f41e..0e459b6 100644 --- a/tcp_wrappers.spec +++ b/tcp_wrappers.spec @@ -1,12 +1,13 @@ Name: tcp_wrappers Version: 7.6 -Release: 97 +Release: 98 Summary: a host-based networking ACL system License: BSD URL: http://ftp.porcupine.org/pub/security/index.html Source0: http://ftp.porcupine.org/pub/security/%{name}_%{version}-ipv6.4.tar.gz BuildRequires: glibc-devel >= 2.2 libnsl2-devel +BuildRequires: gcc Provides: tcp_wrappers-libs Obsoletes: tcp_wrappers-libs @@ -118,6 +119,12 @@ ln -sf hosts_access.5 ${RPM_BUILD_ROOT}%{_mandir}/man5/hosts.deny.5 %{_mandir}/man8/* %changelog +* Thu May 27 2021 lijingyuan - 7.6-98 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Add the compilation dependency of gcc. + * Tue Dec 15 2020 xihaochen - 7.6-97 - Type:requirement - ID:NA