From 5034db8c80551c75592da2ab90d3215a221abe97 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Tue, 24 Jan 2006 14:18:57 +0000 Subject: [PATCH] [tw] - added important iptables header files to devel package --- iptables.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/iptables.spec b/iptables.spec index a195a32..bfdb721 100644 --- a/iptables.spec +++ b/iptables.spec @@ -3,7 +3,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities. Version: 1.3.4 -Release: 2.1 +Release: 3 Source: http://www.netfilter.org/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -98,6 +98,10 @@ mkdir -p $RPM_BUILD_ROOT/etc/sysconfig install -c -m755 %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/iptables-config sed -e 's;iptables;ip6tables;g' -e 's;IPTABLES;IP6TABLES;g' < %{SOURCE2} > ip6tables-config install -c -m755 ip6tables-config $RPM_BUILD_ROOT/etc/sysconfig/ip6tables-config +# install devel header files +mkdir -p $RPM_BUILD_ROOT/usr/include +install -c include/ip*.h $RPM_BUILD_ROOT/usr/include/ + %clean rm -rf $RPM_BUILD_ROOT @@ -139,6 +143,7 @@ fi %if %{build_devel} %files devel %defattr(-,root,root,0755) +%{_includedir}/ip*.h %{_includedir}/libipq.h %{_libdir}/libipq.a %{_libdir}/libiptc.a @@ -146,6 +151,9 @@ fi %endif %changelog +* Tue Jan 24 2006 Thomas Woerner 1.3.4-3 +- added important iptables header files to devel package + * Fri Dec 09 2005 Jesse Keating - rebuilt