SPECS (AC-branch): ipp2p.spec - rel 4

glen glen at pld-linux.org
Fri Mar 16 00:05:09 CET 2007


Author: glen                         Date: Thu Mar 15 23:05:09 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- rel 4

---- Files affected:
SPECS:
   ipp2p.spec (1.52 -> 1.52.2.1) 

---- Diffs:

================================================================
Index: SPECS/ipp2p.spec
diff -u SPECS/ipp2p.spec:1.52 SPECS/ipp2p.spec:1.52.2.1
--- SPECS/ipp2p.spec:1.52	Tue Jan 23 19:28:05 2007
+++ SPECS/ipp2p.spec	Fri Mar 16 00:05:04 2007
@@ -3,6 +3,7 @@
 # Conditional build:
 %bcond_without	dist_kernel	# allow non-distribution kernel
 %bcond_without	kernel		# don't build kernel modules
+%bcond_without	up		# don't build UP module
 %bcond_without	smp		# don't build SMP module
 %bcond_without	userspace	# don't build userspace module
 %bcond_with	verbose		# verbose build (V=1)
@@ -14,7 +15,7 @@
 #
 %define	iptables_ver	1.3.3
 #
-%define	_rel	3
+%define	_rel	4
 Summary:	IPP2P - a netfilter extension to identify P2P filesharing traffic
 Summary(pl):	IPP2P - rozszerzenie filtra pakietów identyfikujące ruch P2P
 Name:		ipp2p
@@ -228,7 +229,9 @@
 %if %{with kernel}
 %files -n kernel%{_alt_kernel}-net-ipp2p
 %defattr(644,root,root,755)
+%if %{with up} || %{without dist_kernel}
 /lib/modules/%{_kernel_ver}/kernel/net/ipv4/netfilter/ipt_%{name}.ko*
+%endif
 
 %if %{with smp} && %{with dist_kernel}
 %files -n kernel%{_alt_kernel}-smp-net-ipp2p
@@ -249,6 +252,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.52.2.1  2007/03/15 23:05:04  glen
+- rel 4
+
 Revision 1.52  2007/01/23 18:28:05  hawk
 - release 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ipp2p.spec?r1=1.52&r2=1.52.2.1&f=u



More information about the pld-cvs-commit mailing list