Accepting request 566485 from YaST:Head
submit new version 4.0.13 OBS-URL: https://build.opensuse.org/request/show/566485 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-bootloader?expand=0&rev=249
This commit is contained in:
commit
6db48183aa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e1651abca9eaf92337d80ba362009f6775d99033bc1d55f6034e4f4fb7d42e5
|
||||
size 166397
|
3
yast2-bootloader-4.0.13.tar.bz2
Normal file
3
yast2-bootloader-4.0.13.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c19e277785d9c0e9c69b65af91bf8b759a99a3ef02a2e65b4eade3f82311bf79
|
||||
size 119768
|
@ -1,9 +1,217 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 16:51:54 UTC 2018 - jreidinger@suse.com
|
||||
|
||||
- fix crash for getting partition to activate when stage1 device
|
||||
is disk (bsc#1076121)
|
||||
- 4.0.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 09:45:24 UTC 2018 - jsrain@suse.cz
|
||||
|
||||
- fix typo in function name (bsc#1075725)
|
||||
- 4.0.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 07:25:09 UTC 2018 - ancor@suse.com
|
||||
|
||||
- Rely on the new Y2Storage::Devicegraph#find_by_any_name when
|
||||
matching udev names to their corresponding kernel device names
|
||||
(bsc#1073254).
|
||||
- 4.0.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 12:20:05 UTC 2018 - jreidinger@suse.com
|
||||
|
||||
- Legacy (non-EFI) x86: Fixed multi-device booting problems
|
||||
(mostly RAID, also LVM and multipath). Now the boot loader is
|
||||
written to ALL physical devices that host the boot partition
|
||||
(or the MBR). Before, only one of them was picked and the BIOS
|
||||
could pick a different one to boot from. (bsc#1072908)
|
||||
- Related UI change: "Boot Loader Location" has been simplified. We
|
||||
kept the option "Boot from Master Boot Record", but the remaining
|
||||
three options, for booting from the Boot, Root, or
|
||||
Extended partitions, have been unified to a single option
|
||||
"Boot from Partition".
|
||||
- 4.0.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 11 12:41:21 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
- fix invalidation of cache causing crash (bsc#1071931)
|
||||
- 4.0.9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 12:41:16 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
- improve detection of md raids devices (bsc#1063957)
|
||||
- 4.0.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 07:55:19 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
- Prevent crash when doing backup of boot sector (bsc#1067131)
|
||||
- 4.0.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 28 10:22:57 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
- Do not propose boot from partition for md raids (bsc#1063957)
|
||||
- 4.0.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 13:14:50 UTC 2017 - gsouza@suse.com
|
||||
|
||||
- use correct function to detect devices (bsc#1059757)
|
||||
- improve dialog to add devices in bootloader order (bsc#1060172)
|
||||
- 4.0.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 10:25:47 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
- merge SLE12 SP3 fixes:
|
||||
- Fix detection of upgrade of grub2 (bsc#1059603)
|
||||
- Fallback to default when default section does not exists. It can
|
||||
happen during upgrade, when sections are renamed.(bsc#1059603)
|
||||
- Find correct mbr device to install grub (bsc#1039712,
|
||||
bsc#1052006)
|
||||
- 4.0.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 3 10:09:39 CET 2017 - schubi@suse.de
|
||||
|
||||
- AutoYaST: Do not export stage1 settings anymore (boot_boot,
|
||||
boot_custom,...) (bnc#1063975)
|
||||
- 4.0.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 11:54:25 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
- Use always kernel name for underlaying devices detection
|
||||
(caused by fix for bsc#1057604)
|
||||
- 4.0.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 09:14:41 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
- fix regression to udev mapping introduced by new storage-ng
|
||||
(bsc#1057604)
|
||||
- 4.0.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 8 14:48:33 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
- make disk order dialog wider to improve readability (bsc#1055647)
|
||||
- 4.0.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 11:44:34 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
- Do not propose to stage1 to be installed to encrypted partition
|
||||
(bsc#1056862)
|
||||
- 3.3.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 14 11:28:13 UTC 2017 - gsouza@suse.com
|
||||
|
||||
- Allow installation of system without grub if it will not be
|
||||
used (bsc#1014167)
|
||||
- 3.3.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 14:14:33 UTC 2017 - snwint@suse.com
|
||||
|
||||
- merge storage-ng branch to master
|
||||
- note: all changes below with this date belong to the merge
|
||||
- 3.3.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 14:14:33 UTC 2017 - snwint@suse.de
|
||||
|
||||
- not everything is a disk, use libstorage's partitionable instead
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 14:14:33 UTC 2017 - ancor@suse.com
|
||||
|
||||
- storage-ng: adapted calls to temporary y2storage_* methods, since
|
||||
they were finally removed from Y2Storage::StorageManager.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 14:14:33 UTC 2017 - jlopez@suse.com
|
||||
|
||||
- storage-ng: adapt detection of PReP partition
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 14:14:33 UTC 2017 - shundhammer@suse.de
|
||||
|
||||
- Merged master to storage-ng branch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 14:14:33 UTC 2017 - igonzalezsosa@suse.com
|
||||
|
||||
- Adapt the module to use the new storage-ng during system cloning
|
||||
(bsc#1047245)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 14:14:33 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
- storage-ng:
|
||||
- implement detection of encrypted boot
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 14:14:33 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
- storage-ng: use new wrapper API
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 14:14:33 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
- storage-ng: fixed proposal to not try to install to LVM
|
||||
partition
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 14:14:33 UTC 2017 - snwint@suse.de
|
||||
|
||||
- storage-ng: avoid call to old libstorage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 14:14:33 UTC 2017 - ancor@suse.com
|
||||
|
||||
- storage-ng: fixed proposal to work with LVM and encrypted LVM
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 14:14:33 UTC 2017 - ancor@suse.com
|
||||
|
||||
- storage-ng: simplify code by using a new query function in
|
||||
yast2-storage-ng (#with_name_or_partition)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 14:14:33 UTC 2017 - ancor@suse.com
|
||||
|
||||
- storage-ng: fixed minimal legacy proposal to work with GPT
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 14:14:33 UTC 2017 - ancor@suse.com
|
||||
|
||||
- storage-ng: fixed minimal EFI proposal
|
||||
- storage-ng: made minimal legacy proposal work
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 14:14:33 UTC 2017 - aschnell@suse.com
|
||||
|
||||
- make simple EFI proposal work with storage-ng
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 14:14:33 UTC 2017 - aschnell@suse.com
|
||||
|
||||
- storage-ng: removed dependency from (old) yast2-storage, even
|
||||
if it breaks some functionality.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 23 09:14:05 CEST 2017 - schubi@suse.de
|
||||
|
||||
- AuotYaST configuration: Set StorageDevices flag disks_valid
|
||||
- AutoYaST configuration: Set StorageDevices flag disks_valid
|
||||
to true. So libstorage can scan valid disks and "/" partition
|
||||
can be found. (bnc#1043132)
|
||||
can be found. (bnc#1046738, bnc#1043132)
|
||||
- 3.3.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yast2-bootloader
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-bootloader
|
||||
Version: 3.3.0
|
||||
Version: 4.0.13
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -27,7 +27,8 @@ Url: http://github.com/yast/yast-bootloader
|
||||
BuildRequires: yast2 >= 3.1.176
|
||||
BuildRequires: yast2-devtools >= 3.1.10
|
||||
BuildRequires: yast2-ruby-bindings >= 1.0.0
|
||||
BuildRequires: yast2-storage
|
||||
# Y2Storage::Devicegraph#find_by_any_name
|
||||
BuildRequires: yast2-storage-ng >= 4.0.67
|
||||
# lenses needed also for tests
|
||||
BuildRequires: augeas-lenses
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.5.1
|
||||
@ -41,7 +42,8 @@ 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
|
||||
# Y2Storage::Devicegraph#find_by_any_name
|
||||
Requires: yast2-storage-ng >= 4.0.67
|
||||
# GrubCfg with boot_entries that filter out unbootable entries
|
||||
Requires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.5.1
|
||||
# lenses are needed as cfa_grub2 depends only on augeas bindings, but also
|
||||
|
Loading…
x
Reference in New Issue
Block a user