Accepting request 243752 from YaST:Head

submit new version 3.1.82

OBS-URL: https://build.opensuse.org/request/show/243752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-bootloader?expand=0&rev=180
This commit is contained in:
Stephan Kulow 2014-08-06 13:31:48 +00:00 committed by Git OBS Bridge
commit 15aae329ce
4 changed files with 92 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,89 @@
-------------------------------------------------------------------
Wed Aug 6 08:59:52 UTC 2014 - jreidinger@suse.com
- ignore unknown priority device to avoid problems in corner case
scenarios (bnc#890364)
- 3.1.82
-------------------------------------------------------------------
Tue Aug 5 09:17:20 UTC 2014 - jreidinger@suse.com
- fix assigning priority disks to device map for md raid
(bnc#890246)
- fix choosing priority device causing bootloader crash
(bnc#890204)
- 3.1.81
-------------------------------------------------------------------
Fri Aug 1 07:37:50 UTC 2014 - jsrain@suse.cz
- fixed bootloader installation (bnc#889770)
- 3.1.80
-------------------------------------------------------------------
Thu Jul 31 14:01:43 UTC 2014 - jreidinger@suse.com
- Disk order dialog:
- fix non-working up button (bnc#885867)
- fix enabling/disabling up/down buttons in various situations
- when adding new device set focus to input field to better UX
- 3.1.79
-------------------------------------------------------------------
Thu Jul 31 12:40:37 UTC 2014 - jreidinger@suse.com
- reinit branding in upgrade of SLE-12 as it is overwritten
(bnc#879686)
- 3.1.78
-------------------------------------------------------------------
Thu Jul 31 06:48:59 UTC 2014 - jreidinger@suse.com
- fix crash in bootloader caused by wrong device in device map
(bnc#889670)
- 3.1.77
-------------------------------------------------------------------
Wed Jul 30 14:03:18 CEST 2014 - schubi@suse.de
- Fixed error popup for unsupported bootloader in autoyast.
(bnc#889538)
- 3.1.76
-------------------------------------------------------------------
Wed Jul 30 08:20:59 UTC 2014 - ancor@suse.com
- Added a missing call to i18n for a string (bnc#887553)
- 3.1.75
-------------------------------------------------------------------
Wed Jul 30 06:30:40 UTC 2014 - jreidinger@suse.com
- Fix crash if during proposal some device map value is nil
( found by openQA )
- 3.1.74
-------------------------------------------------------------------
Tue Jul 29 09:23:34 UTC 2014 - jreidinger@suse.com
- Always use device with /boot as first device in device map to
avoid problems with other MBRs (bnc#887808, bnc#880439)
- 3.1.73
-------------------------------------------------------------------
Mon Jul 28 07:18:47 UTC 2014 - jreidinger@suse.com
- fix proposing disabledos prober on certain products (SLES is
affected) (bnc#884007)
- 3.1.72
-------------------------------------------------------------------
Mon Jul 28 09:14:18 CEST 2014 - snwint@suse.de
- enable secure boot by default (bnc #879486)
- 3.1.71
-------------------------------------------------------------------
Fri Jul 25 16:11:37 UTC 2014 - jreidinger@suse.com

View File

@ -17,12 +17,13 @@
Name: yast2-bootloader
Version: 3.1.70
Version: 3.1.82
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
Url: http://github.com/yast/yast-bootloader
BuildRequires: rubygem-rspec
BuildRequires: update-desktop-files
BuildRequires: yast2 >= 3.1.0
@ -121,7 +122,6 @@ make check VERBOSE=1
%{yast_ybindir}/*
%dir %{yast_scrconfdir}
%{yast_scrconfdir}/*.scr
%dir %{yast_fillupdir}
%{yast_fillupdir}/*
%dir %{yast_schemadir}
%dir %{yast_schemadir}/autoyast
@ -133,6 +133,7 @@ make check VERBOSE=1
%doc %{yast_docdir}/COPYING
%files devel-doc
%defattr(-,root,root)
%doc %{yast_docdir}/autodocs
%changelog