X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=xtables-addons.spec;h=2f62b8c6b7adfc07d45baf1a4c9f9934dffec57a;hb=20cc8a659b0ca832677ef68f6a4ee72a11d68bd0;hp=c9fde6bf16d5fe7191517b0a52c1836e04f3a469;hpb=5cbdf32284850986664205e828557dc7be245180;p=packages%2Fxtables-addons.git diff --git a/xtables-addons.spec b/xtables-addons.spec index c9fde6b..2f62b8c 100644 --- a/xtables-addons.spec +++ b/xtables-addons.spec @@ -1,8 +1,11 @@ # +# UPDATE WARNING: xtables-addons 2.0 support only kernels 3.7+ +# +# # Conditional build: %bcond_without dist_kernel # without distribution kernel %bcond_without kernel # don't build kernel modules -%bcond_without userspace # # don't build userspace tools +%bcond_without userspace # don't build userspace tools %if %{without kernel} %undefine with_dist_kernel @@ -15,29 +18,30 @@ %define _enable_debug_packages 0 %endif -%define rel 4 +%define rel 3 +%define pname xtables-addons Summary: Additional extensions for xtables packet filtering system Summary(pl.UTF-8): Dodatkowe rozszerzenia do systemu filtrowania pakietów xtables -Name: xtables-addons -Version: 1.32 +Name: %{pname}%{_alt_kernel} +Version: 2.2 Release: %{rel} License: GPL v2 Group: Networking/Admin -Source0: http://downloads.sourceforge.net/xtables-addons/%{name}-%{version}.tar.xz -# Source0-md5: 978a04e3e532ef0414ae1dd6a405304d -Patch0: kernelrelease.patch +Source0: http://downloads.sourceforge.net/xtables-addons/%{pname}-%{version}.tar.xz +# Source0-md5: bc60abaa3cacc907f646ec6f873054f5 URL: http://xtables-addons.sourceforge.net/ -BuildRequires: autoconf >= 2.50 -BuildRequires: automake >= 1:1.10.2 -BuildRequires: iptables-devel >= 1.4.3 -%{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.25} +BuildRequires: autoconf >= 2.65 +BuildRequires: automake >= 1:1.11 +BuildRequires: iptables-devel >= 1.4.5 +%{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build >= 3:3.7} BuildRequires: libtool BuildRequires: pkgconfig >= 0.9.0 BuildRequires: rpmbuild(macros) >= 1.379 BuildRequires: tar >= 1.22 BuildRequires: xz -Requires: iptables >= 1.4.3 -BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +Requires: iptables >= 1.4.5 +Obsoletes: iptables-ipp2p +BuildRoot: %{tmpdir}/%{pname}-%{version}-root-%(id -u -n) # use macro, so adapter won't try to wrap %define kpackage kernel%{_alt_kernel}-net-xtables-addons = %{version}-%{rel}@%{_kernel_ver_str} @@ -64,7 +68,7 @@ Release: %{rel}@%{_kernel_ver_str} Group: Base/Kernel # VERSION only dependency is intentional, for allowing multiple kernel pkgs and # single userspace package installs. -Requires: %{name} = %{version} +Requires: %{pname} = %{version} Suggests: xtables-geoip Conflicts: xtables-geoip < 20090901-2 %{?with_dist_kernel:%requires_releq_kernel} @@ -77,10 +81,7 @@ Kernel modules for xtables addons. Moduły jądra dla rozszerzeń z pakietu xtables-addons. %prep -%setup -q -%patch0 -p1 - -%{__sed} -i -e 's#build_ipset4=m#build_ipset4=#' mconfig +%setup -q -n %{pname}-%{version} %build %{__libtoolize} @@ -105,19 +106,19 @@ srcdir=${PWD:-$(pwd)} rm -rf $RPM_BUILD_ROOT %if %{with kernel} -install -d $RPM_BUILD_ROOT{/etc/modprobe.d,/lib/modules/%{_kernel_ver}/kernel/net/ipv4/netfilter} -cd extensions -install iptable_rawpost.ko $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/net/ipv4/netfilter -%install_kernel_modules -m compat_xtables -d kernel/net/netfilter -install -p {ACCOUNT/,pknock/,}xt_*.ko $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/net/netfilter -cd .. +%install_kernel_modules -m extensions/iptable_rawpost -d kernel/net/ipv4/netfilter +for drv in extensions/compat_xtables.ko extensions/{ACCOUNT/,pknock/,}xt_*.ko ; do +%install_kernel_modules -m ${drv%.ko} -d kernel/net/netfilter +done +install -d $RPM_BUILD_ROOT/etc/modprobe.d cat <<'EOF' > $RPM_BUILD_ROOT/etc/modprobe.d/xt_sysrq.conf # Set password at modprobe time. This file is secure if properly guarded, # i.e only readable by root. #options xt_SYSRQ password=cookies -# The hash algorithm can also be specified as a module option, for example, to use SHA-256 instead of the default SHA-1: +# The hash algorithm can also be specified as a module option, for example, +# to use SHA-256 instead of the default SHA-1: #options xt_SYSRQ hash=sha256 EOF %endif @@ -125,11 +126,10 @@ EOF %if %{with userspace} %{__make} -C extensions install \ DESTDIR=$RPM_BUILD_ROOT +%{__make} install-man \ + DESTDIR=$RPM_BUILD_ROOT %{__rm} $RPM_BUILD_ROOT%{_libdir}/libxt_ACCOUNT_cl.{la,so} - -install -d $RPM_BUILD_ROOT%{_mandir}/man8 -cp -a xtables-addons.8 $RPM_BUILD_ROOT%{_mandir}/man8 %endif %clean @@ -152,6 +152,7 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_libdir}/libxt_ACCOUNT_cl.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libxt_ACCOUNT_cl.so.0 %attr(755,root,root) %{_libdir}/xtables/libxt_*.so +%{_mandir}/man8/iptaccount.8* %{_mandir}/man8/xtables-addons.8* %endif