[tw] - new URL and spec file cleanup, patch from Robert Scheck

This commit is contained in:
Thomas Woerner 2004-10-07 15:00:55 +00:00
parent ae1bba99ff
commit 9c65ce248e
1 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Summary: A security tool which acts as a wrapper for TCP daemons.
Name: tcp_wrappers
Version: 7.6
Release: 37.1
Release: 37.2
%define LIB_MAJOR 0
%define LIB_MINOR 7
@ -9,7 +9,8 @@ Release: 37.1
Copyright: Distributable
Group: System Environment/Daemons
Source: ftp://coast.cs.purdue.edu/pub/tools/unix/tcp_wrappers/tcp_wrappers_7.6.tar.gz
Source: ftp://ftp.porcupine.org/pub/security/%{name}_%{version}.tar.gz
URL: ftp://ftp.porcupine.org/pub/security/index.html
Patch0: tcpw7.2-config.patch
Patch1: tcpw7.2-setenv.patch
Patch2: tcpw7.6-netgroup.patch
@ -39,7 +40,7 @@ filtering incoming network services requests.
This version also supports IPv6.
%prep
%setup -q -n tcp_wrappers_7.6
%setup -q -n %{name}_%{version}
%patch0 -p1 -b .config
%patch1 -p1 -b .setenv
%patch2 -p1 -b .netgroup
@ -101,6 +102,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/*
%changelog
* Thu Oct 7 2004 Thomas Woerner <twoerner@redhat.com> 7.6-37.2
- new URL and spec file cleanup, patch from Robert Scheck
* Mon Oct 4 2004 Thomas Woerner <twoerner@redhat.com> 7.6-37.1
- rebuilt