rpms/iptables/devel iptables.spec,1.37,1.38

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 24 14:19:00 UTC 2006


Author: twoerner

Update of /cvs/dist/rpms/iptables/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28203

Modified Files:
	iptables.spec 
Log Message:
[tw] - added important iptables header files to devel package



Index: iptables.spec
===================================================================
RCS file: /cvs/dist/rpms/iptables/devel/iptables.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- iptables.spec	9 Dec 2005 22:41:00 -0000	1.37
+++ iptables.spec	24 Jan 2006 14:18:57 -0000	1.38
@@ -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 @@
 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 @@
 %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 @@
 %endif
 
 %changelog
+* Tue Jan 24 2006 Thomas Woerner <twoerner at redhat.com> 1.3.4-3
+- added important iptables header files to devel package
+
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt
 




More information about the fedora-cvs-commits mailing list