SPECS (AC-branch): qemu.spec - fix macros order, disable debuginfo for kern...
glen
glen at pld-linux.org
Thu Jul 3 12:32:47 CEST 2008
Author: glen Date: Thu Jul 3 10:32:47 2008 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- fix macros order, disable debuginfo for kernel only build
---- Files affected:
SPECS:
qemu.spec (1.85.2.38 -> 1.85.2.39)
---- Diffs:
================================================================
Index: SPECS/qemu.spec
diff -u SPECS/qemu.spec:1.85.2.38 SPECS/qemu.spec:1.85.2.39
--- SPECS/qemu.spec:1.85.2.38 Thu Jul 3 12:31:54 2008
+++ SPECS/qemu.spec Thu Jul 3 12:32:42 2008
@@ -15,19 +15,22 @@
%bcond_without kernel # build kqemu KERNEL MODULES
%bcond_without userspace # don't build userspace utilities
-%if %{without kernel}
-%undefine with_dist_kernel
-%endif
-
# no kernel kqemu module for ppc
%ifarch ppc
%undefine with_kqemu
%undefine with_kernel
%endif
+%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 kqemu_version 1.3.0pre11
%define qemu_version 0.9.1
@@ -306,6 +309,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.85.2.39 2008/07/03 10:32:42 glen
+- fix macros order, disable debuginfo for kernel only build
+
Revision 1.85.2.38 2008/07/03 10:31:54 glen
- merge from LINUX_2_6_22 branch, old one in LINUX_2_6_16 branch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qemu.spec?r1=1.85.2.38&r2=1.85.2.39&f=u
More information about the pld-cvs-commit
mailing list