diff --git a/README.md b/README.md index 1c84ada..9697935 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # conntrack-tools +The conntrack-tools are a set of tools targeted at system administrators. + - conntrack + The command line interface to interact with the connection tracking system (it is intended to replace the old /proc/net/ip_conntrack interface) + - conntrackd + The connection tracking userspace daemon wich covers the specific aspects of stateful firewalls to enable highly available scenarios, and can be used as statistics collector as well + diff --git a/conntrack-tools.spec b/conntrack-tools.spec new file mode 100644 index 0000000..30b4afb --- /dev/null +++ b/conntrack-tools.spec @@ -0,0 +1,78 @@ +Name: conntrack-tools +Version: 1.4.2 +Release: 1mamba +Summary: Tools to manipulate netfilter connection tracking table +Group: Network/Security +Vendor: openmamba +Distribution: openmamba +Packager: Davide Madrisan +URL: http://www.iptables.org/projects/conntrack-tools +Source: http://www.iptables.org/projects/conntrack-tools/files/conntrack-tools-%{version}.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libnetfilter_conntrack-devel +BuildRequires: libnfnetlink-devel +BuildRequires: flex +## AUTOBUILDREQ-END +BuildRequires: libmnl-devel >= 1.0.0 +BuildRequires: libnetfilter_cttimeout-devel +BuildRequires: libnetfilter_cthelper-devel +BuildRequires: libnetfilter_queue-devel >= 1.0.2 +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +The conntrack-tools are a set of tools targeted at system administrators. + - conntrack + The command line interface to interact with the connection tracking system (it is intended to replace the old /proc/net/ip_conntrack interface) + - conntrackd + The connection tracking userspace daemon wich covers the specific aspects of stateful firewalls to enable highly available scenarios, and can be used as statistics collector as well + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_sbindir}/conntrack +%{_sbindir}/conntrackd +%{_sbindir}/nfct +%{_libdir}/conntrack-tools/ct_helper_*.la +%{_libdir}/conntrack-tools/ct_helper_*.so +%{_mandir}/man8/conntrack.* +%{_mandir}/man8/conntrackd.* +%{_mandir}/man8/nfct.8.gz +%doc AUTHORS COPYING + +%changelog +* Thu Aug 08 2013 Automatic Build System 1.4.2-1mamba +- automatic version update by autodist + +* Tue Apr 30 2013 Automatic Build System 1.4.1-1mamba +- automatic version update by autodist + +* Mon Apr 30 2012 Davide Madrisan 1.0.1-1mamba +- update to 1.0.1 +- add build requirement for flex + +* Sun Oct 30 2011 Davide Madrisan 1.0.0-1mamba +- update to 1.0.0 + +* Sun Oct 10 2010 Davide Madrisan 0.9.15-1mamba +- update to 0.9.15 + +* Thu Feb 18 2010 Davide Madrisan 0.9.14-1mamba +- update to 0.9.14 + +* Fri Dec 28 2007 Aleph0 0.9.5-1mamba +- package created by autospec