Author: wiget Date: Thu Oct 13 15:46:29 2011 GMT Module: packages Tag: HEAD ---- Log message: - force posix mode in grub-mkconfig (fix for mksh and FD_CLOEXEC on redirects) - rel. 6
---- Files affected: packages/grub2: grub2.spec (1.110 -> 1.111) , posix.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/grub2/grub2.spec diff -u packages/grub2/grub2.spec:1.110 packages/grub2/grub2.spec:1.111 --- packages/grub2/grub2.spec:1.110 Wed Oct 12 22:37:42 2011 +++ packages/grub2/grub2.spec Thu Oct 13 17:46:23 2011 @@ -34,7 +34,7 @@ Summary(pt_BR.UTF-8): Gerenciador de inicialização GRUB2 Name: grub2 Version: 1.99 -Release: 5 +Release: 6 License: GPL v2 Group: Base Source0: http://ftp.gnu.org/gnu/grub/grub-%{version}.tar.xz @@ -54,6 +54,7 @@ Patch7: grub-mkconfig-diagnostics.patch Patch8: ppc.patch Patch9: %{name}-awk.patch +Patch10: posix.patch BuildRequires: autoconf >= 2.53 BuildRequires: automake >= 1:1.11.1-1 BuildRequires: bison @@ -188,6 +189,7 @@ %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 %if "%{cc_version}" < "3.4" grep -rl -- -Wno-missing-field-initializers . | xargs sed -i -e 's,-Wno-missing-field-initializers,,' @@ -378,6 +380,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.111 2011/10/13 15:46:23 wiget +- force posix mode in grub-mkconfig (fix for mksh and FD_CLOEXEC on redirects) +- rel. 6 + Revision 1.110 2011/10/12 20:37:42 arekm - rel 5; force ld.bfd usage ================================================================ Index: packages/grub2/posix.patch diff -u /dev/null packages/grub2/posix.patch:1.1 --- /dev/null Thu Oct 13 17:46:29 2011 +++ packages/grub2/posix.patch Thu Oct 13 17:46:24 2011 @@ -0,0 +1,9 @@ +--- grub-1.99/util/grub-mkconfig.in.wiget 2011-10-13 17:43:32.333505299 +0200 ++++ grub-1.99/util/grub-mkconfig.in 2011-10-13 17:43:45.513070998 +0200 +@@ -1,5 +1,6 @@ + #! /bin/sh + set -e ++set -o posix + + # Generate grub.cfg by inspecting /boot contents. + # Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grub2/grub2.spec?r1=1.110&r2=1.111&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
