- The logic for calculating a device udev link is now delegated to

the yast2-storage-ng module (jsc#SLE-17081, also related to
  bsc#1177926 and bsc#1169874).
- 4.3.17

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=793
This commit is contained in:
YaST Team Bot 2021-01-13 16:25:39 +00:00 committed by Git OBS Bridge
parent 2dd5605475
commit 3a563dbc0a
4 changed files with 17 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jan 12 13:23:46 UTC 2021 - Ancor Gonzalez Sosa <ancor@suse.com>
- The logic for calculating a device udev link is now delegated to
the yast2-storage-ng module (jsc#SLE-17081, also related to
bsc#1177926 and bsc#1169874).
- 4.3.17
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 16 16:13:58 UTC 2020 - Josef Reidinger <jreidinger@suse.com> Mon Nov 16 16:13:58 UTC 2020 - Josef Reidinger <jreidinger@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package yast2-bootloader # spec file for package yast2-bootloader
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: yast2-bootloader Name: yast2-bootloader
Version: 4.3.16 Version: 4.3.17
Release: 0 Release: 0
Summary: YaST2 - Bootloader Configuration Summary: YaST2 - Bootloader Configuration
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -29,8 +29,8 @@ Source0: %{name}-%{version}.tar.bz2
BuildRequires: yast2 >= 4.3.41 BuildRequires: yast2 >= 4.3.41
BuildRequires: yast2-devtools >= 4.2.2 BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: yast2-ruby-bindings >= 1.0.0 BuildRequires: yast2-ruby-bindings >= 1.0.0
# Y2Storage::Mountable#mount_path # BlkDevice#preferred_name and Filesystems::BlkFilesystem#preferred_name
BuildRequires: yast2-storage-ng >= 4.0.90 BuildRequires: yast2-storage-ng >= 4.3.36
# lenses needed also for tests # lenses needed also for tests
BuildRequires: augeas-lenses BuildRequires: augeas-lenses
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
@ -46,8 +46,8 @@ Requires: yast2 >= 4.3.41
Requires: yast2-core >= 2.18.7 Requires: yast2-core >= 2.18.7
Requires: yast2-packager >= 2.17.24 Requires: yast2-packager >= 2.17.24
Requires: yast2-pkg-bindings >= 2.17.25 Requires: yast2-pkg-bindings >= 2.17.25
# Y2Storage::Mountable#mount_path # BlkDevice#preferred_name and Filesystems::BlkFilesystem#preferred_name
Requires: yast2-storage-ng >= 4.0.90 Requires: yast2-storage-ng >= 4.3.36
# Support for multiple values in GRUB_TERMINAL # Support for multiple values in GRUB_TERMINAL
Requires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 1.0.1 Requires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 1.0.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