- disabled libipq, removed upstream, not provided by kernel anymore
This commit is contained in:
parent
dde6759990
commit
243a920c56
@ -22,7 +22,7 @@
|
||||
Name: iptables
|
||||
Summary: Tools for managing Linux kernel packet filtering capabilities
|
||||
Version: 1.4.14
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
||||
Source1: iptables.init
|
||||
Source2: iptables-config
|
||||
@ -79,7 +79,7 @@ stable and may change with every new version. It is therefore unsupported.
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing " \
|
||||
./configure --enable-devel --enable-libipq --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=/etc --libdir=%{_libdir} --libexecdir=%{_libdir} --mandir=%{_mandir} --includedir=%{_includedir} --with-kernel=/usr --with-kbuild=/usr --with-ksource=/usr
|
||||
./configure --enable-devel --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=/etc --libdir=%{_libdir} --libexecdir=%{_libdir} --mandir=%{_mandir} --includedir=%{_includedir} --with-kernel=/usr --with-kbuild=/usr --with-ksource=/usr
|
||||
|
||||
# do not use rpath
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
@ -221,7 +221,6 @@ fi
|
||||
%{_libdir}/xtables/libip6t*
|
||||
%{_libdir}/xtables/libxt*
|
||||
%{_libdir}/libip*tc.so.*
|
||||
%{_libdir}/libipq.so.*
|
||||
%{_libdir}/libxtables.so.*
|
||||
|
||||
%files devel
|
||||
@ -233,17 +232,17 @@ fi
|
||||
%{_includedir}/libiptc/*.h
|
||||
%dir %{_includedir}/libipulog
|
||||
%{_includedir}/libipulog/*.h
|
||||
%{_mandir}/man3/*
|
||||
%{_libdir}/libip*tc.so
|
||||
%{_libdir}/libipq.so
|
||||
%{_libdir}/libxtables.so
|
||||
%{_libdir}/pkgconfig/libipq.pc
|
||||
%{_libdir}/pkgconfig/libiptc.pc
|
||||
%{_libdir}/pkgconfig/libip4tc.pc
|
||||
%{_libdir}/pkgconfig/libip6tc.pc
|
||||
%{_libdir}/pkgconfig/xtables.pc
|
||||
|
||||
%changelog
|
||||
* Wed Jul 18 2012 Thomas Woerner <twoerner@redhat.com> 1.4.14-2
|
||||
- disabled libipq, removed upstream, not provided by kernel anymore
|
||||
|
||||
* Wed Jul 18 2012 Thomas Woerner <twoerner@redhat.com> 1.4.14-1
|
||||
- new version 1.4.14
|
||||
- extensions: add IPv6 capable ECN match extension
|
||||
|
Loading…
Reference in New Issue
Block a user