- new version 1.4.3.2
- also install iptables/internal.h, needed for iptables.h and ip6tables.h
This commit is contained in:
parent
9a94261e69
commit
c31ad1566a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user