SPECS: ipset.spec - unify (from template-kernel-module.spec)

glen glen at pld-linux.org
Mon Oct 27 14:13:36 CET 2008


Author: glen                         Date: Mon Oct 27 13:13:36 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unify (from template-kernel-module.spec)

---- Files affected:
SPECS:
   ipset.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/ipset.spec
diff -u SPECS/ipset.spec:1.16 SPECS/ipset.spec:1.17
--- SPECS/ipset.spec:1.16	Mon Oct 27 11:00:16 2008
+++ SPECS/ipset.spec	Mon Oct 27 14:13:30 2008
@@ -6,19 +6,22 @@
 %bcond_without	userspace	# don't build userspace tools
 %bcond_with	verbose		# verbose build (V=1)
 
-%if !%{with kernel}
+%if %{without kernel}
 %undefine	with_dist_kernel
 %endif
-
 %if "%{_alt_kernel}" != "%{nil}"
 %undefine	with_userspace
 %endif
+%if %{without userspace}
+# nothing to be placed to debuginfo package
+%define		_enable_debug_packages	0
+%endif
 
+%define		rel	1
 Summary:	IP sets utility
 Summary(pl.UTF-8):	Narzędzie do zarządzania zbiorami IP
 Name:		ipset
 Version:	2.4.3
-%define		rel	1
 Release:	%{rel}
 License:	GPL
 Group:		Networking/Admin
@@ -193,6 +196,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2008/10/27 13:13:30  glen
+- unify (from template-kernel-module.spec)
+
 Revision 1.16  2008/10/27 10:00:16  pluto
 - updated to 2.4.3, add kernel modules w/ 2.6.27 support.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ipset.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list