packages: grub2/grub2.spec - disable grubemu bcond, add notes what to do to...

glen glen at pld-linux.org
Tue Jul 20 00:48:37 CEST 2010


Author: glen                         Date: Mon Jul 19 22:48:37 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- disable grubemu bcond, add notes what to do to fix it

---- Files affected:
packages/grub2:
   grub2.spec (1.82 -> 1.83) 

---- Diffs:

================================================================
Index: packages/grub2/grub2.spec
diff -u packages/grub2/grub2.spec:1.82 packages/grub2/grub2.spec:1.83
--- packages/grub2/grub2.spec:1.82	Mon Jul 19 21:24:04 2010
+++ packages/grub2/grub2.spec	Tue Jul 20 00:48:32 2010
@@ -1,11 +1,14 @@
 # $Revision$, $Date$
-#
 # TODO
 # - subpackages? e.g. modules and utils
+# - grubemu notes
+#   --enable-grub-emu-usb conflicts with --enable-grub-emu-pci, emu-pci seems experimental
+#   - to build and install the `grub-emu' debugging utility we need to re-run build with --target=emu
+#   - put grub-emu to subpackage if it is fixed
 #
 # Conditional build:
 %bcond_with	static	# build static binaries
-%bcond_without	grubemu	# build grub-emu binary
+%bcond_with		grubemu	# build grub-emu debugging utility
 %bcond_without	efiemu	# build efiemu runtimes
 
 %if "%{cc_version}" < "3.4"
@@ -296,8 +299,8 @@
 %{_mandir}/man8/grub-set-default.8*
 %{_mandir}/man8/update-grub.8*
 %if %{with grubemu}
-#%attr(755,root,root) %{_sbindir}/grub-emu
-#%{_mandir}/man8/grub-emu.8*
+%attr(755,root,root) %{_sbindir}/grub-emu
+%{_mandir}/man8/grub-emu.8*
 %endif
 /lib/grub-mkconfig_lib
 
@@ -350,6 +353,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.83  2010/07/19 22:48:32  glen
+- disable grubemu bcond, add notes what to do to fix it
+
 Revision 1.82  2010/07/19 19:24:04  glen
 - ac-ppc fixes
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grub2/grub2.spec?r1=1.82&r2=1.83&f=u



More information about the pld-cvs-commit mailing list