Accepting request 391259 from YaST:Head

submit new version 3.1.176

OBS-URL: https://build.opensuse.org/request/show/391259
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-bootloader?expand=0&rev=223
This commit is contained in:
Dominique Leuenberger 2016-04-22 14:18:45 +00:00 committed by Git OBS Bridge
commit f8047b6793
4 changed files with 91 additions and 12 deletions

View File

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

View File

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

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Fri Apr 22 08:55:08 UTC 2016 - jreidinger@suse.com
- smarter prep partition proposal (bnc#970152)
- fix exception when grub.cfg is not yet generated (bnc#976534)
- 3.1.176
-------------------------------------------------------------------
Wed Apr 20 15:18:46 UTC 2016 - jreidinger@suse.com
- fix installing grub2 to underlaying devices (bnc#976315)
- 3.1.175
-------------------------------------------------------------------
Tue Apr 19 09:01:33 UTC 2016 - jreidinger@suse.com
- Improve misleading label for GRUB2 password (bnc#952633)
- 3.1.174
-------------------------------------------------------------------
Mon Apr 18 13:20:34 UTC 2016 - jreidinger@suse.com
- fix regression in installation on md raid
(related to FATE#317701 found by openqa)
- 3.1.173
-------------------------------------------------------------------
Mon Apr 18 06:53:06 UTC 2016 - jreidinger@suse.com
- fix regression in serial console handling and cover it with
automatic tests
(bnc#870514 appears again)
- 3.1.172
-------------------------------------------------------------------
Thu Apr 14 15:52:10 UTC 2016 - igonzalezsosa@suse.com
- Fix error when showing order of hard disks (bsc#975514)
- 3.1.171
-------------------------------------------------------------------
Thu Apr 14 12:21:20 CEST 2016 - schubi@suse.de
- Fix: Taking modulename "Bootloader" instead of class.
(related to FATE#317701)
- 3.1.170
-------------------------------------------------------------------
Wed Apr 13 14:14:14 UTC 2016 - jreidinger@suse.com
- Clean pending TODOs and implement bootloader API calls with new
architecture (related to FATE#317701)
- 3.1.169
-------------------------------------------------------------------
Wed Apr 13 13:14:30 UTC 2016 - jreidinger@suse.com
- Drop preparing storage data for perl-Bootloader as it is no
longer needed (related to FATE#317701)
- 3.1.168
-------------------------------------------------------------------
Wed Apr 13 11:14:11 UTC 2016 - jreidinger@suse.com
- Fix import of integer timeout and export of terminal symbol
(found during testing of FATE#317701)
- 3.1.167
-------------------------------------------------------------------
Tue Apr 12 13:29:54 UTC 2016 - jreidinger@suse.com
- do not propose nor running grub2-install on bare metal POWER
(bnc#970582)
- do not use perl-Bootloader in yast2-bootloader (FATE#317701)
- 3.1.166
-------------------------------------------------------------------
Fri Mar 23 18:09:10 UTC 2016 - dvaleev@suse.com

View File

@ -17,28 +17,34 @@
Name: yast2-bootloader
Version: 3.1.165
Version: 3.1.176
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
Url: http://github.com/yast/yast-bootloader
BuildRequires: yast2 >= 3.1.112
BuildRequires: yast2 >= 3.1.176
BuildRequires: yast2-devtools >= 3.1.10
BuildRequires: yast2-ruby-bindings >= 1.0.0
BuildRequires: yast2-storage
BuildRequires: rubygem(rspec)
BuildRequires: rubygem(yast-rake)
BuildRequires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.4.0
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
PreReq: /bin/sed %fillup_prereq
# Base classes for inst clients
Requires: parted
Requires: perl-Bootloader-YAML
Requires: yast2 >= 3.1.112
# Yast::Execute class
Requires: yast2 >= 3.1.176
Requires: yast2-core >= 2.18.7
Requires: yast2-packager >= 2.17.24
Requires: yast2-pkg-bindings >= 2.17.25
Requires: yast2-storage >= 2.18.18
# GRUB_DEFAULT attribute
Requires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.4.0
# lenses are needed as cfa_grub2 depends only on augeas bindings, but also
# lenses are needed here
Requires: augeas-lenses
%ifarch %ix86 x86_64
Requires: syslinux
@ -85,9 +91,6 @@ rake install DESTDIR="%{buildroot}"
%dir %{yast_desktopdir}
%{yast_desktopdir}/bootloader.desktop
%dir %{yast_yncludedir}
%dir %{yast_yncludedir}/bootloader
%{yast_yncludedir}/bootloader/*
%dir %{yast_moduledir}
%{yast_moduledir}/*
%dir %{yast_clientdir}