From d31050e22daafeb13233f38af40a4d4cbfeba02c Mon Sep 17 00:00:00 2001 From: haochenstar Date: Tue, 15 Dec 2020 16:43:01 +0800 Subject: [PATCH] remove fedora keyword --- tcp_wrappers.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tcp_wrappers.spec b/tcp_wrappers.spec index c487c0f..5f3f41e 100644 --- a/tcp_wrappers.spec +++ b/tcp_wrappers.spec @@ -1,6 +1,6 @@ Name: tcp_wrappers Version: 7.6 -Release: 96 +Release: 97 Summary: a host-based networking ACL system License: BSD URL: http://ftp.porcupine.org/pub/security/index.html @@ -10,7 +10,6 @@ BuildRequires: glibc-devel >= 2.2 libnsl2-devel Provides: tcp_wrappers-libs Obsoletes: tcp_wrappers-libs -# backport from fedora Patch0000: tcpw7.2-config.patch Patch0001: tcpw7.2-setenv.patch Patch0002: tcpw7.6-netgroup.patch @@ -119,6 +118,12 @@ ln -sf hosts_access.5 ${RPM_BUILD_ROOT}%{_mandir}/man5/hosts.deny.5 %{_mandir}/man8/* %changelog +* Tue Dec 15 2020 xihaochen - 7.6-97 +- Type:requirement +- ID:NA +- SUG:NA +- DESC:remove sensitive words + * Wed Sep 04 2019 Huiming Xie - 7.6-96 - Package init -- Gitee