diff --git a/yast2-bootloader-4.3.16.tar.bz2 b/yast2-bootloader-4.3.16.tar.bz2 deleted file mode 100644 index af64d64..0000000 --- a/yast2-bootloader-4.3.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1cb6092dbb7096ccdcd79f7c13df3ba9070b5763337ee336059a43eda16dd9f -size 151255 diff --git a/yast2-bootloader-4.3.17.tar.bz2 b/yast2-bootloader-4.3.17.tar.bz2 new file mode 100644 index 0000000..df75639 --- /dev/null +++ b/yast2-bootloader-4.3.17.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa927f350502a6f54e2039bcecf5aff6a9f18c5580e4f0cae964750d03b9c6b +size 152708 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index f3c94df..fd04cc2 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 12 13:23:46 UTC 2021 - Ancor Gonzalez Sosa + +- 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 diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index d976e83..a480acc 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 4.3.16 +Version: 4.3.17 Release: 0 Summary: YaST2 - Bootloader Configuration License: GPL-2.0-or-later @@ -29,8 +29,8 @@ Source0: %{name}-%{version}.tar.bz2 BuildRequires: yast2 >= 4.3.41 BuildRequires: yast2-devtools >= 4.2.2 BuildRequires: yast2-ruby-bindings >= 1.0.0 -# Y2Storage::Mountable#mount_path -BuildRequires: yast2-storage-ng >= 4.0.90 +# BlkDevice#preferred_name and Filesystems::BlkFilesystem#preferred_name +BuildRequires: yast2-storage-ng >= 4.3.36 # lenses needed also for tests BuildRequires: augeas-lenses BuildRequires: update-desktop-files @@ -46,8 +46,8 @@ Requires: yast2 >= 4.3.41 Requires: yast2-core >= 2.18.7 Requires: yast2-packager >= 2.17.24 Requires: yast2-pkg-bindings >= 2.17.25 -# Y2Storage::Mountable#mount_path -Requires: yast2-storage-ng >= 4.0.90 +# BlkDevice#preferred_name and Filesystems::BlkFilesystem#preferred_name +Requires: yast2-storage-ng >= 4.3.36 # Support for multiple values in GRUB_TERMINAL Requires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 1.0.1 # lenses are needed as cfa_grub2 depends only on augeas bindings, but also