- new version 1.4.3.2

- also install iptables/internal.h, needed for iptables.h and ip6tables.h
This commit is contained in:
Thomas Woerner 2009-04-15 12:29:01 +00:00
parent 9a94261e69
commit c31ad1566a
3 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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 <twoerner@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@redhat.com> 1.4.3.1-1
- new version 1.4.3.1
- libiptc is now shared

View File

@ -1 +1 @@
9c67f796f69e1e016cc19e2c19357711 iptables-1.4.3.1.tar.bz2
545698693b636cfc844aafc6729fd48a iptables-1.4.3.2.tar.bz2