SPECS (AC-branch): p2p.spec - rel 11
glen
glen at pld-linux.org
Fri Mar 16 00:14:29 CET 2007
Author: glen Date: Thu Mar 15 23:14:29 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- rel 11
---- Files affected:
SPECS:
p2p.spec (1.23 -> 1.23.2.1)
---- Diffs:
================================================================
Index: SPECS/p2p.spec
diff -u SPECS/p2p.spec:1.23 SPECS/p2p.spec:1.23.2.1
--- SPECS/p2p.spec:1.23 Tue Jan 23 19:28:32 2007
+++ SPECS/p2p.spec Fri Mar 16 00:14:24 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)
@@ -20,7 +21,7 @@
%define iptables_ver 1.3.3
-%define _rel 10
+%define _rel 11
Summary: P2P - a netfilter extension to identify P2P filesharing traffic
Summary(pl): P2P - rozszerzenie filtra pakietów identyfikujące ruch P2P
Name: kernel%{_alt_kernel}-net-p2p
@@ -162,8 +163,10 @@
%if %{with kernel}
%files
+%if %{with up} || %{without dist_kernel}
%defattr(644,root,root,755)
/lib/modules/%{_kernel_ver}/kernel/net/ipv4/netfilter/*
+%endif
%if %{with smp} && %{with dist_kernel}
%files -n kernel%{_alt_kernel}-smp-net-p2p
@@ -184,6 +187,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23.2.1 2007/03/15 23:14:24 glen
+- rel 11
+
Revision 1.23 2007/01/23 18:28:32 hawk
- release 10
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/p2p.spec?r1=1.23&r2=1.23.2.1&f=u
More information about the pld-cvs-commit
mailing list