automatic version update by autodist [release 1.4.2-1mamba;Thu Aug 08 2013]

This commit is contained in:
Automatic Build System 2024-01-05 21:30:00 +01:00
parent 5233f88056
commit 25264af7d0
2 changed files with 84 additions and 0 deletions

View File

@ -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

78
conntrack-tools.spec Normal file
View File

@ -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 <davide.madrisan@gmail.com>
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 <autodist@mambasoft.it> 1.4.2-1mamba
- automatic version update by autodist
* Tue Apr 30 2013 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
- automatic version update by autodist
* Mon Apr 30 2012 Davide Madrisan <davide.madrisan@gmail.com> 1.0.1-1mamba
- update to 1.0.1
- add build requirement for flex
* Sun Oct 30 2011 Davide Madrisan <davide.madrisan@gmail.com> 1.0.0-1mamba
- update to 1.0.0
* Sun Oct 10 2010 Davide Madrisan <davide.madrisan@gmail.com> 0.9.15-1mamba
- update to 0.9.15
* Thu Feb 18 2010 Davide Madrisan <davide.madrisan@gmail.com> 0.9.14-1mamba
- update to 0.9.14
* Fri Dec 28 2007 Aleph0 <aleph0@openmamba.org> 0.9.5-1mamba
- package created by autospec