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