rpms/iptstate/F-7 iptstate.spec,1.12,1.13 sources,1.4,1.5

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Thu Aug 23 16:08:45 UTC 2007


Author: twoerner

Update of /cvs/pkgs/rpms/iptstate/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15854

Modified Files:
	iptstate.spec sources 
Log Message:
[tw]
- 2.2.1 for F-7



Index: iptstate.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iptstate/F-7/iptstate.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- iptstate.spec	25 Oct 2006 13:53:49 -0000	1.12
+++ iptstate.spec	23 Aug 2007 16:08:11 -0000	1.13
@@ -1,15 +1,16 @@
 Name: iptstate
 Summary: A top-like display of IP Tables state table entries
-Version: 2.1
-Release: 1
+Version: 2.2.1
+Release: 1%{?dist}
 Source: iptstate-%{version}.tar.bz2
 Patch0: iptstate-2.1-man8.patch
 Group: System Environment/Base
 URL: http://www.phildev.net/iptstate/
-BuildRoot: %{_tmppath}/%{name}-buildroot
-License: zlib License
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+License: zlib
 Requires: iptables
 BuildRequires: ncurses-devel
+BuildRequires: libnetfilter_conntrack-devel
 
 %description
 IP Tables State (iptstate) was originally written to implement
@@ -38,11 +39,11 @@
 make CXXFLAGS="$RPM_OPT_FLAGS"
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 %makeinstall PREFIX=%{buildroot}%{_prefix}
 
 %clean
-rm -rf $RPM_BUILD_ROOT 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,0755)
@@ -51,6 +52,13 @@
 %{_mandir}/man8/iptstate.*
 
 %changelog
+* Thu Aug 23 2007 Thomas Woerner <twoerner at redhat.com> 2.2.1-1
+- added dist tag
+
+* Tue Aug 21 2007 Thomas Woerner <twoerner at redhat.com> 2.2.1-1
+- new version 2.2.1
+- spec file fixes
+
 * Wed Oct 25 2006 Thomas Woerner <twoerner at redhat.com> 2.1-1
 - new version 2.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/iptstate/F-7/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	25 Oct 2006 13:53:49 -0000	1.4
+++ sources	23 Aug 2007 16:08:11 -0000	1.5
@@ -1 +1 @@
-c99e19c66645689b44a871428e003ec7  iptstate-2.1.tar.bz2
+6b08f09b9917f644629efea1febec4b3  iptstate-2.2.1.tar.bz2




More information about the fedora-extras-commits mailing list