SPECS: VirtualBox.spec - skip debug packages for kernel modules only build
glen
glen at pld-linux.org
Fri Oct 31 01:32:52 CET 2008
Author: glen Date: Fri Oct 31 00:32:51 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- skip debug packages for kernel modules only build
---- Files affected:
SPECS:
VirtualBox.spec (1.145 -> 1.146)
---- Diffs:
================================================================
Index: SPECS/VirtualBox.spec
diff -u SPECS/VirtualBox.spec:1.145 SPECS/VirtualBox.spec:1.146
--- SPECS/VirtualBox.spec:1.145 Fri Oct 31 01:16:33 2008
+++ SPECS/VirtualBox.spec Fri Oct 31 01:32:46 2008
@@ -13,18 +13,19 @@
%bcond_without userspace # don't build userspace package
%bcond_with verbose
-%define rel 1
-
%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
%define pname VirtualBox
-
Summary: VirtualBox OSE - x86 hardware virtualizer
Summary(pl.UTF-8): VirtualBox OSE - wirtualizator sprzętu x86
Name: %{pname}%{_alt_kernel}
@@ -519,6 +520,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.146 2008/10/31 00:32:46 glen
+- skip debug packages for kernel modules only build
+
Revision 1.145 2008/10/31 00:16:33 baggins
- cosmetics - sed vboxdrv/Makefile in prep
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/VirtualBox.spec?r1=1.145&r2=1.146&f=u
More information about the pld-cvs-commit
mailing list