rpms/iptables/devel .cvsignore, 1.24, 1.25 iptables.spec, 1.75, 1.76 sources, 1.24, 1.25 iptables-1.3.8-typo_latter.patch, 1.1, NONE

Thomas Woerner twoerner at fedoraproject.org
Mon Mar 30 12:53:52 UTC 2009


Author: twoerner

Update of /cvs/pkgs/rpms/iptables/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18537

Modified Files:
	.cvsignore iptables.spec sources 
Removed Files:
	iptables-1.3.8-typo_latter.patch 
Log Message:
- new version 1.4.3.1
  - libiptc is now shared
  - supports all new features of the 2.6.29 kernel
- dropped typo_latter patch




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore	20 Feb 2009 13:44:58 -0000	1.24
+++ .cvsignore	30 Mar 2009 12:53:21 -0000	1.25
@@ -3,3 +3,4 @@
 iptables-1.4.1.tar.bz2
 iptables-1.4.1.1.tar.bz2
 iptables-1.4.2.tar.bz2
+iptables-1.4.3.1.tar.bz2


Index: iptables.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/iptables.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- iptables.spec	5 Mar 2009 14:06:37 -0000	1.75
+++ iptables.spec	30 Mar 2009 12:53:21 -0000	1.76
@@ -1,12 +1,11 @@
 Name: iptables
 Summary: Tools for managing Linux kernel packet filtering capabilities
-Version: 1.4.2
-Release: 3%{?dist}
+Version: 1.4.3.1
+Release: 1%{?dist}
 Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
 Source1: iptables.init
 Source2: iptables-config
-Patch4: iptables-1.3.8-typo_latter.patch
-Patch5: iptables-1.4.1.1-cloexec.patch
+Patch5: iptables-1.4.3.1-cloexec.patch
 Group: System Environment/Base
 URL: http://www.netfilter.org/
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -52,7 +51,6 @@
 
 %prep
 %setup -q
-%patch4 -p1 -b .typo_latter
 %patch5 -p1 -b .cloexec
 
 %build
@@ -72,11 +70,6 @@
 # remove la file(s)
 rm -f %{buildroot}/%{_libdir}/*.la
 
-# install iptc header files
-install -d -m 755 %{buildroot}%{_includedir}/libiptc/
-install -m 644 include/libiptc/*.h %{buildroot}%{_includedir}/libiptc/
-install -m 644 libiptc/libiptc.a %{buildroot}/%{_libdir}
-
 # install ip*tables.h header files
 install -m 644 include/ip*tables.h %{buildroot}%{_includedir}/
 
@@ -126,6 +119,7 @@
 %dir /%{_lib}/xtables
 /%{_lib}/xtables/libipt*
 /%{_lib}/xtables/libxt*
+%{_libdir}/libiptc.so.*
 %{_libdir}/libxtables.so.*
 
 %files ipv6
@@ -145,12 +139,19 @@
 %dir %{_includedir}/libipulog
 %{_includedir}/libipulog/*.h
 %{_libdir}/libipq.a
-%{_libdir}/libiptc.a
 %{_mandir}/man3/*
+%{_libdir}/libiptc.so
 %{_libdir}/libxtables.so
+%{_libdir}/pkgconfig/libiptc.pc
 %{_libdir}/pkgconfig/xtables.pc
 
 %changelog
+* Mon Mar 30 2009 Thomas Woerner <twoerner at redhat.com> 1.4.3.1-1
+- new version 1.4.3.1
+  - libiptc is now shared
+  - supports all new features of the 2.6.29 kernel
+- dropped typo_latter patch
+
 * Thu Mar  5 2009 Thomas Woerner <twoerner at redhat.com> 1.4.2-3
 - still more review fixes (rhbz#225906)
   - consistent macro usage


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	20 Feb 2009 13:44:58 -0000	1.24
+++ sources	30 Mar 2009 12:53:21 -0000	1.25
@@ -1 +1 @@
-a138d1c2e74321e0e4e228a9fb301c9a  iptables-1.4.2.tar.bz2
+9c67f796f69e1e016cc19e2c19357711  iptables-1.4.3.1.tar.bz2


--- iptables-1.3.8-typo_latter.patch DELETED ---




More information about the fedora-extras-commits mailing list