Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2014-12-05 21:03:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grub2 (Old)
 and      /work/SRC/openSUSE:Factory/.grub2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grub2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/grub2/grub2.changes      2014-11-24 
11:14:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2014-12-05 
21:03:39.000000000 +0100
@@ -1,0 +2,12 @@
+Thu Dec  4 01:42:39 UTC 2014 - [email protected]
+
+- enable 32bit arm targets for uboot and efi
+
+-------------------------------------------------------------------
+Sat Nov 29 18:26:00 UTC 2014 - Led <[email protected]>
+
+- Replace 'echo -e' command in grub2-snapper-plugin.sh script to
+  'printf' command. '-e' option of 'echo' command may be
+  unsupported in some POSIX-complete shells.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ grub2.spec ++++++
--- /var/tmp/diff_new_pack.TT6KwU/_old  2014-12-05 21:03:41.000000000 +0100
+++ /var/tmp/diff_new_pack.TT6KwU/_new  2014-12-05 21:03:41.000000000 +0100
@@ -76,11 +76,16 @@
 %define platform emu
 %endif
 
+%ifarch %{arm}
+%define grubcpu arm
+%define platform uboot
+%endif
+
 %define grubarch %{grubcpu}-%{platform}
 
 # build efi bootloader on some platforms only:
 %if ! 0%{?efi:1}
-%global efi %{ix86} x86_64 ia64 aarch64
+%global efi %{ix86} x86_64 ia64 aarch64 %{arm}
 %endif
 %ifarch aarch64
 %define only_efi 1
@@ -93,10 +98,14 @@
 %ifarch aarch64
 %define grubefiarch arm64-efi
 %else
+%ifarch %{arm}
+%define grubefiarch arm-efi
+%else
 %define grubefiarch %{_target_cpu}-efi
 %endif
 %endif
 %endif
+%endif
 
 %if 0%{?suse_version} == 1110
 %define only_efi %{nil}
@@ -214,7 +223,7 @@
 %if 0%{?only_x86_64:1}
 ExclusiveArch:  x86_64
 %else
-ExclusiveArch:  %{ix86} x86_64 ppc ppc64 ppc64le s390x aarch64
+ExclusiveArch:  %{ix86} x86_64 ppc ppc64 ppc64le s390x aarch64 %{arm}
 %endif
 
 %description
@@ -878,7 +887,7 @@
 %{_libdir}/%{name}/%{grubarch}/grub.chrp
 %{_libdir}/%{name}/%{grubarch}/bootinfo.txt
 %endif
-%ifnarch ppc ppc64 ppc64le s390x
+%ifnarch ppc ppc64 ppc64le s390x %{arm}
 %{_libdir}/%{name}/%{grubarch}/*.image
 %endif
 %{_libdir}/%{name}/%{grubarch}/*.img

++++++ grub2-snapper-plugin.sh ++++++
--- /var/tmp/diff_new_pack.TT6KwU/_old  2014-12-05 21:03:41.000000000 +0100
+++ /var/tmp/diff_new_pack.TT6KwU/_new  2014-12-05 21:03:41.000000000 +0100
@@ -115,7 +115,7 @@
   hk=""
   [ -z "$hotkey" ] || hk="--hotkey=s"
 
-  for c in `echo -e "${cs}" | sort -Vr`; do
+  for c in `printf "${cs}\n" | sort -Vr`; do
     if ! snapshot_submenu "$c" > "${c}/${snapshot_submenu_name}"; then
        rm -f "${c}/${snapshot_submenu_name}"
        continue

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to