]> git.pld-linux.org Git - packages/iptables.git/commitdiff
- _without_ippool changed to _without_patchedkernel - more features require
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 4 Aug 2001 13:52:05 +0000 (13:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  patched kernel (don't compile with vanilla 2.4.7)

Changed files:
    iptables.spec -> 1.41

iptables.spec

index c6cde72168308bf7bd6ea5296b6379a929ad583b..abc6fa91661690b350b2e29506e885ff2a86b715 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _without_ippool - without ippool (which requires patched 2.4.x kernel)
+# _without_patchedkernel - without ippool, prestate, log (which requires patched 2.4.x kernel)
 #
 Summary:       extensible packet filtering system && extensible NAT system
 Summary(pl):   system filtrowania pakietów oraz system translacji adresów (NAT)
@@ -59,8 +59,8 @@ Libraries and headers for developing iptables extensions.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p2
-%patch4 -p1
-%patch5 -p1
+%{!?_without_patchedkernel:%patch4 -p1}
+%{!?_without_patchedkernel:%patch5 -p1}
 %patch6 -p1
 chmod 755 extensions/.*-test*
 mv -f extensions/.NETLINK.test extensions/.NETLINK-test
@@ -94,8 +94,8 @@ cp -a include/* $RPM_BUILD_ROOT%{_includedir}/iptables
 install lib*/lib*.a $RPM_BUILD_ROOT%{_libdir}
 install libipq/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
 
-%{!?_without_ippool:install ippool/lib*.a $RPM_BUILD_ROOT%{_libdir}}
-%{!?_without_ippool:install ippool/ippool $RPM_BUILD_ROOT%{_sbindir}}
+%{!?_without_patchedkernel:install ippool/lib*.a $RPM_BUILD_ROOT%{_libdir}}
+%{!?_without_patchedkernel:install ippool/ippool $RPM_BUILD_ROOT%{_sbindir}}
 
 gzip -9nf KNOWN_BUGS iptables-howtos/*.{txt,ps}
 
This page took 0.033689 seconds and 4 git commands to generate.