Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2014-11-24 11:14:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12 
00:20:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2014-11-24 
11:14:36.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov 14 16:06:00 UTC 2014 - Led <[email protected]>
+
+- fix bashism in post script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ grub2.spec ++++++
--- /var/tmp/diff_new_pack.AKVvBC/_old  2014-11-24 11:14:37.000000000 +0100
+++ /var/tmp/diff_new_pack.AKVvBC/_new  2014-11-24 11:14:37.000000000 +0100
@@ -674,7 +674,7 @@
     # Install grub2 stuff and config to make the grub2 testing entry to work 
with updated version
     if /usr/bin/grep -l "^\s*kernel\s*.*/boot/%{name}/i386-pc/core.img" 
/boot/grub/menu.lst; then
       # Determine the partition with /boot
-      BOOT_PARTITION=$(df -h /boot |(read; awk '{print $1; exit}'))
+      BOOT_PARTITION=$(df -h /boot | sed -n '2s/[[:blank:]].*//p')
       # Generate core.img, but don't let it be installed in boot sector
       %{name}-install --no-bootsector $BOOT_PARTITION || true
       # Create a working grub2 config, otherwise that entry is un-bootable

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

Reply via email to