diff --git a/iptstate.spec b/iptstate.spec index 66d658b..1740feb 100644 --- a/iptstate.spec +++ b/iptstate.spec @@ -1,10 +1,9 @@ Name: iptstate Summary: A top-like display of IP Tables state table entries -Version: 2.2.1 -Release: 3%{?dist} -Source: iptstate-%{version}.tar.bz2 +Version: 2.2.2 +Release: 2%{?dist} +Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 Patch0: iptstate-2.1-man8.patch -Patch1: iptstate-2.2.1-strerror.patch Group: System Environment/Base URL: http://www.phildev.net/iptstate/ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -14,15 +13,15 @@ BuildRequires: ncurses-devel BuildRequires: libnetfilter_conntrack-devel %description -IP Tables State (iptstate) was originally written to implement -the "state top" feature of IP Filter (see "The Idea" below) in -IP Tables. "State top" displays the states held by your stateful -firewall in a top-like manner. +IP Tables State (iptstate) was originally written to implement +the "state top" feature of IP Filter in IP Tables. "State top" +displays the states held by your stateful firewall in a top-like +manner. Since IP Tables doesn't have a built in way to easily display this information even once, an option was added to just have it display the state table once. - + Features include: - Top-like realtime state table information - Sorting by any field @@ -37,14 +36,13 @@ display the state table once. %prep %setup -q %patch0 -p1 -b .man8 -%patch1 -p1 -b .strerror %build -make CXXFLAGS="$RPM_OPT_FLAGS" +make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS" %install rm -rf %{buildroot} -%makeinstall PREFIX=%{buildroot}%{_prefix} +make install PREFIX=%{buildroot}%{_prefix} INSTALL="install -p" %clean rm -rf %{buildroot} @@ -56,6 +54,23 @@ rm -rf %{buildroot} %{_mandir}/man8/iptstate.* %changelog +* Tue Nov 10 2009 Paul P. Komkoff Jr - 2.2.2-2 +- rebuild for libnetfilter_conntrack-0.0.100 + +* Tue Nov 10 2009 Thomas Woerner 2.2.2-1 +- new version 2.2.2 +- removed upstream strerror patch +- fixed package description (rhbz#140516) + +* Fri Jul 24 2009 Fedora Release Engineering - 2.2.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Feb 25 2009 Fedora Release Engineering - 2.2.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Jan 19 2009 Thomas Woerner 2.2.1-4 +- merge review (rhbz#225908) + * Mon Feb 25 2008 Thomas Woerner 2.2.1-3 - fixed compile problem because of strerror undefined in scope Fixes (rhbz#434482)