SHA256
1
0
forked from pool/grub2

Accepting request 259156 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/259156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=103
This commit is contained in:
2014-11-11 23:20:51 +00:00
committed by Git OBS Bridge
parent 950c565c10
commit 82928bcff7
3 changed files with 80 additions and 1 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Oct 30 15:18:16 CET 2014 - jdelvare@suse.de
- grub2.spec: Fix conditional construct which wasn't supported by
older versions of rpmbuild (caused error message
"parseExpressionBoolean returns -1".)
-------------------------------------------------------------------
Thu Oct 30 07:36:15 UTC 2014 - mchang@suse.com
- fix errors when boot is btrfs with Windows partition scheme. The
first partition is created on cylinder boundary that can't offer
enough room for core.img and also the installation has to be in
logical paritition which made MBR the only location to install.
(bnc#841247)
* add grub2-setup-try-fs-embed-if-mbr-gap-too-small.patch
-------------------------------------------------------------------
Tue Sep 30 03:45:04 UTC 2014 - mchang@suse.com