From c31ad1566a4d7640fb5531a121924105c286e5b0 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Wed, 15 Apr 2009 12:29:01 +0000 Subject: [PATCH] - new version 1.4.3.2 - also install iptables/internal.h, needed for iptables.h and ip6tables.h --- .cvsignore | 1 + iptables.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 228c954..df55a90 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,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 +iptables-1.4.3.2.tar.bz2 diff --git a/iptables.spec b/iptables.spec index 0ec558f..46f3e53 100644 --- a/iptables.spec +++ b/iptables.spec @@ -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 @@ rm -f %{buildroot}/%{_libdir}/*.la # 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 @@ fi %files devel %defattr(-,root,root) +%dir %{_includedir}/iptables +%{_includedir}/iptables/*.h %{_includedir}/*.h %dir %{_includedir}/libiptc %{_includedir}/libiptc/*.h @@ -146,6 +150,10 @@ fi %{_libdir}/pkgconfig/xtables.pc %changelog +* Wed Apr 15 2009 Thomas Woerner 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 1.4.3.1-1 - new version 1.4.3.1 - libiptc is now shared diff --git a/sources b/sources index 6db72e0..8caf221 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c67f796f69e1e016cc19e2c19357711 iptables-1.4.3.1.tar.bz2 +545698693b636cfc844aafc6729fd48a iptables-1.4.3.2.tar.bz2