Hello community,

here is the log from the commit of package grub for openSUSE:12.1:Update:Test 
checked in at 2012-02-16 10:38:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update:Test/grub (Old)
 and      /work/SRC/openSUSE:12.1:Update:Test/.grub.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grub", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.1:Update:Test/grub/grub.changes       2012-02-16 
10:38:39.000000000 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.grub.new/grub.changes  2012-02-16 
10:38:41.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb 13 11:59:09 UTC 2012 - [email protected]
+
+- Remove silly MAP_GROWSDOWN flag when allocating scratch mem
+  for the grub shell (bnc#717836, bnc#640391)
+
+-------------------------------------------------------------------

New:
----
  no-MAP_GROWSDOWN

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grub.spec ++++++
--- /var/tmp/diff_new_pack.8rXjSu/_old  2012-02-16 10:38:41.000000000 +0100
+++ /var/tmp/diff_new_pack.8rXjSu/_new  2012-02-16 10:38:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package grub (Version 0.97)
+# spec file for package grub
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           grub
 %ifarch x86_64
-BuildRequires:  gcc41-32bit glibc-devel-32bit libncurses5-32bit 
ncurses-devel-32bit
+BuildRequires:  gcc41-32bit
+BuildRequires:  glibc-devel-32bit
+BuildRequires:  libncurses5-32bit
+BuildRequires:  ncurses-devel-32bit
 %else
-BuildRequires:  gcc41 glibc-devel libncurses5 ncurses-devel
+BuildRequires:  gcc41
+BuildRequires:  glibc-devel
+BuildRequires:  libncurses5
+BuildRequires:  ncurses-devel
 %endif
-License:        GPLv2+
-Group:          System/Boot
 Version:        0.97
-Release:        167
+Release:        0
 Source0:        %{name}-%{version}.tar.gz
 Source1:        installgrub
 Source2:        grubonce
@@ -69,9 +70,12 @@
 Patch40:        grub-iso-fixes
 Patch41:        stage2-gfx-cmdline-len-fix.diff
 Patch42:        nulterminate-configfile
+Patch43:        no-MAP_GROWSDOWN
 Url:            http://www.gnu.org/software/grub/grub.en.html
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Grand Unified Boot Loader
+License:        GPL-2.0+
+Group:          System/Boot
 PreReq:         fileutils sh-utils util-linux
 Conflicts:      trustedgrub
 ExclusiveArch:  %ix86 x86_64
@@ -144,6 +148,7 @@
 %patch40 -p1
 %patch41 -p1
 %patch42 -p1
+%patch43 -p1
 
 %build
 perl -pi -e 's,/usr/share/grub/i386-pc,/usr/lib/grub,' docs/grub.texi

++++++ no-MAP_GROWSDOWN ++++++
--- grub-0.97/grub/asmstub.c.orig       2011-09-12 12:02:32.000000000 +0200
+++ grub-0.97/grub/asmstub.c    2011-09-26 16:55:51.000000000 +0200
@@ -145,9 +145,9 @@ grub_stage2 (void)
 
   assert (grub_scratch_mem == 0);
 #ifdef MAP_32BIT
-#define MY_MAP_SET MAP_PRIVATE | MAP_GROWSDOWN | MAP_ANONYMOUS | MAP_32BIT
+#define MY_MAP_SET MAP_PRIVATE | MAP_ANONYMOUS | MAP_32BIT
 #else
-#define MY_MAP_SET MAP_PRIVATE | MAP_GROWSDOWN | MAP_ANONYMOUS
+#define MY_MAP_SET MAP_PRIVATE | MAP_ANONYMOUS
 #endif
   scratch = mmap(NULL,
                  0x100000 + EXTENDED_MEMSIZE + 15,
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to