2007-10-29 23:05:53 +00:00
|
|
|
Name: conntrack-tools
|
2008-10-26 15:34:50 +00:00
|
|
|
Version: 0.9.8
|
|
|
|
Release: 1%{?dist}
|
2007-10-29 23:05:53 +00:00
|
|
|
Summary: Tools to manipulate netfilter connection tracking table
|
|
|
|
Group: System Environment/Base
|
|
|
|
License: GPLv2
|
|
|
|
URL: http://netfilter.org
|
2008-07-16 21:40:28 +00:00
|
|
|
Source0: http://netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2
|
2007-10-29 23:05:53 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2008-10-26 15:34:50 +00:00
|
|
|
BuildRequires: libnfnetlink-devel >= 0.0.33, libnetfilter_conntrack-devel >= 0.0.97
|
|
|
|
BuildRequires: pkgconfig bison flex
|
2007-10-29 23:05:53 +00:00
|
|
|
Provides: conntrack = 1.0-1
|
|
|
|
Obsoletes: conntrack < 1.0-1
|
|
|
|
|
|
|
|
%description
|
|
|
|
The conntrack-tools package contains two programs:
|
|
|
|
- conntrack: the command line interface to interact with the connection
|
|
|
|
tracking system.
|
|
|
|
- conntrackd: the connection tracking userspace daemon that can be used to
|
|
|
|
deploy highly available GNU/Linux firewalls and collect
|
|
|
|
statistics of the firewall use.
|
|
|
|
|
|
|
|
conntrack is used to search, list, inspect and maintain the netfilter
|
|
|
|
connection tracking subsystem of the Linux kernel.
|
|
|
|
Using conntrack, you can dump a list of all (or a filtered selection of)
|
|
|
|
currently tracked connections, delete connections from the state table,
|
|
|
|
and even add new ones.
|
|
|
|
In addition, you can also monitor connection tracking events, e.g.
|
|
|
|
show an event message (one line) per newly established connection.
|
|
|
|
|
|
|
|
%prep
|
2008-07-16 21:40:28 +00:00
|
|
|
%setup -q
|
2007-10-29 23:05:53 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{__make} install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2008-02-23 04:14:49 +00:00
|
|
|
%doc ChangeLog COPYING AUTHORS INSTALL TODO
|
2007-10-29 23:05:53 +00:00
|
|
|
%{_sbindir}/conntrack
|
|
|
|
%{_sbindir}/conntrackd
|
|
|
|
%{_mandir}/man8/*
|
|
|
|
|
|
|
|
%changelog
|
2008-10-26 15:34:50 +00:00
|
|
|
* Sun Oct 26 2008 Paul P. Komkoff Jr <i@stingr.net> - 0.9.8-1
|
|
|
|
- new upstream version
|
|
|
|
- remove rollup patch
|
|
|
|
|
2008-07-17 17:12:02 +00:00
|
|
|
* Wed Jul 16 2008 Paul P. Komkoff Jr <i@stingr.net> - 0.9.7-2
|
|
|
|
- fix Patch0/%patch.
|
|
|
|
|
2008-07-16 21:40:28 +00:00
|
|
|
* Wed Jul 16 2008 Paul P. Komkoff Jr <i@stingr.net> - 0.9.7-1
|
|
|
|
- new upstream version
|
|
|
|
|
2008-02-23 04:14:49 +00:00
|
|
|
* Sat Feb 23 2008 Paul P. Komkoff Jr <i@stingr.net> - 0.9.6-0.1.svn7382
|
|
|
|
- new version from svn
|
|
|
|
|
2008-02-22 22:58:59 +00:00
|
|
|
* Fri Feb 22 2008 Paul P. Komkoff Jr <i@stingr.net> - 0.9.5-5
|
|
|
|
- fix the PATH_MAX-related compilation problem
|
|
|
|
|
2008-02-20 03:19:52 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.5-4
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-10-29 23:05:53 +00:00
|
|
|
* Tue Oct 23 2007 Paul P. Komkoff Jr <i@stingr.net> - 0.9.5-3
|
|
|
|
- review fixes
|
|
|
|
|
|
|
|
* Sun Oct 21 2007 Paul P. Komkoff Jr <i@stingr.net> - 0.9.5-2
|
|
|
|
- review fixes
|
|
|
|
|
|
|
|
* Fri Oct 19 2007 Paul P. Komkoff Jr <i@stingr.net> - 0.9.5-1
|
|
|
|
- new upstream version
|
|
|
|
|
|
|
|
* Sun Jul 22 2007 Paul P. Komkoff Jr <i@stingr.net> - 0.9.4-1
|
|
|
|
- replace conntrack with conntrack-tools
|