Accepting request 395072 from YaST:Head

submit new version 3.1.183

OBS-URL: https://build.opensuse.org/request/show/395072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-bootloader?expand=0&rev=226
This commit is contained in:
Dominique Leuenberger 2016-05-13 07:22:24 +00:00 committed by Git OBS Bridge
commit 79da53566a
4 changed files with 32 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38e871c3b84b80a26fc51ca528f7ecb0280fb8ede0da7cae562bc7f26869ccc8
size 320985

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:faff20c6d0e21b3c4dcbc1c5db9108f9e86d2297beb7eee0d367731505d60aea
size 321922

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu May 12 15:46:49 CEST 2016 - snwint@suse.de
- fix grub2 settings for lvm encrypted boot partition (bsc #976315)
- 3.1.183
-------------------------------------------------------------------
Wed May 11 11:03:09 UTC 2016 - jreidinger@suse.com
- do not crash when stage1 is set to extended partition (thanks to
mvidner for catch, also fix bnc#978284)
- 3.1.182
-------------------------------------------------------------------
Tue May 10 15:10:43 UTC 2016 - jreidinger@suse.com
- do not crash with uninitialized variable 'extended' (bnc#978284)
- 3.1.181
-------------------------------------------------------------------
Mon May 9 09:28:55 UTC 2016 - agraf@suse.com
- Disable secure boot on AArch64 (bsc#978157)
- Generate grub2 as removable on non-nvram efi systems (bsc#978593)
- 3.1.180
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 2 10:24:17 CEST 2016 - schubi@suse.de Mon May 2 10:24:17 CEST 2016 - schubi@suse.de

View File

@ -17,7 +17,7 @@
Name: yast2-bootloader Name: yast2-bootloader
Version: 3.1.179 Version: 3.1.183
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -28,7 +28,7 @@ BuildRequires: yast2 >= 3.1.176
BuildRequires: yast2-devtools >= 3.1.10 BuildRequires: yast2-devtools >= 3.1.10
BuildRequires: yast2-ruby-bindings >= 1.0.0 BuildRequires: yast2-ruby-bindings >= 1.0.0
BuildRequires: yast2-storage BuildRequires: yast2-storage
BuildRequires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.4.0 BuildRequires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.4.1
BuildRequires: rubygem(%rb_default_ruby_abi:rspec) BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
PreReq: /bin/sed %fillup_prereq PreReq: /bin/sed %fillup_prereq
@ -41,7 +41,7 @@ Requires: yast2-packager >= 2.17.24
Requires: yast2-pkg-bindings >= 2.17.25 Requires: yast2-pkg-bindings >= 2.17.25
Requires: yast2-storage >= 2.18.18 Requires: yast2-storage >= 2.18.18
# GRUB_DEFAULT attribute # GRUB_DEFAULT attribute
Requires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.4.0 Requires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.4.1
# lenses are needed as cfa_grub2 depends only on augeas bindings, but also # lenses are needed as cfa_grub2 depends only on augeas bindings, but also
# lenses are needed here # lenses are needed here
Requires: augeas-lenses Requires: augeas-lenses