rpms/iptables/devel .cvsignore, 1.25, 1.26 iptables.spec, 1.76, 1.77 sources, 1.25, 1.26

Thomas Woerner twoerner at fedoraproject.org
Wed Apr 15 12:29:04 UTC 2009


Author: twoerner

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

Modified Files:
	.cvsignore iptables.spec sources 
Log Message:
- new version 1.4.3.2
- also install iptables/internal.h, needed for iptables.h and ip6tables.h




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- .cvsignore	30 Mar 2009 12:53:21 -0000	1.25
+++ .cvsignore	15 Apr 2009 12:29:00 -0000	1.26
@@ -4,3 +4,4 @@
 iptables-1.4.1.1.tar.bz2
 iptables-1.4.2.tar.bz2
 iptables-1.4.3.1.tar.bz2
+iptables-1.4.3.2.tar.bz2


Index: iptables.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/iptables.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- iptables.spec	30 Mar 2009 12:53:21 -0000	1.76
+++ iptables.spec	15 Apr 2009 12:29:01 -0000	1.77
@@ -1,6 +1,6 @@
 Name: iptables
 Summary: Tools for managing Linux kernel packet filtering capabilities
-Version: 1.4.3.1
+Version: 1.4.3.2
 Release: 1%{?dist}
 Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
 Source1: iptables.init
@@ -72,6 +72,8 @@
 
 # install ip*tables.h header files
 install -m 644 include/ip*tables.h %{buildroot}%{_includedir}/
+install -d -m 755 %{buildroot}%{_includedir}/iptables
+install -m 644 include/iptables/internal.h %{buildroot}%{_includedir}/iptables/
 
 # install ipulog header file
 install -d -m 755 %{buildroot}%{_includedir}/libipulog/
@@ -133,6 +135,8 @@
 
 %files devel
 %defattr(-,root,root)
+%dir %{_includedir}/iptables
+%{_includedir}/iptables/*.h
 %{_includedir}/*.h
 %dir %{_includedir}/libiptc
 %{_includedir}/libiptc/*.h
@@ -146,6 +150,10 @@
 %{_libdir}/pkgconfig/xtables.pc
 
 %changelog
+* Wed Apr 15 2009 Thomas Woerner <twoerner at redhat.com> 1.4.3.2-1
+- new version 1.4.3.2
+- also install iptables/internal.h, needed for iptables.h and ip6tables.h
+
 * 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	30 Mar 2009 12:53:21 -0000	1.25
+++ sources	15 Apr 2009 12:29:01 -0000	1.26
@@ -1 +1 @@
-9c67f796f69e1e016cc19e2c19357711  iptables-1.4.3.1.tar.bz2
+545698693b636cfc844aafc6729fd48a  iptables-1.4.3.2.tar.bz2




More information about the fedora-extras-commits mailing list