From 76a5ba7f2f0ba3dc1b985db1522da8f07ba35e513996e83b3ccf6c5f22555f47 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 27 Mar 2020 08:43:46 +0000 Subject: [PATCH] - Reverted the changes to delegate to yast2-storage-ng the calculation of udev links. See previous entries for versions 4.2.16 and 4.2.19. - This fixes bsc#1167779 and is related to bsc#1166096 and bsc#1151075. - 4.2.20 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=770 --- yast2-bootloader-4.2.19.tar.bz2 | 3 --- yast2-bootloader-4.2.20.tar.bz2 | 3 +++ yast2-bootloader.changes | 10 ++++++++++ yast2-bootloader.spec | 10 +++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 yast2-bootloader-4.2.19.tar.bz2 create mode 100644 yast2-bootloader-4.2.20.tar.bz2 diff --git a/yast2-bootloader-4.2.19.tar.bz2 b/yast2-bootloader-4.2.19.tar.bz2 deleted file mode 100644 index a1d44de..0000000 --- a/yast2-bootloader-4.2.19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ef14b499bbeac54189487c7d713b48bc9f89415192e23bf86d73f57b1915736 -size 148110 diff --git a/yast2-bootloader-4.2.20.tar.bz2 b/yast2-bootloader-4.2.20.tar.bz2 new file mode 100644 index 0000000..fe3f17b --- /dev/null +++ b/yast2-bootloader-4.2.20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1e038b9668b0befe2ebcd2f726108f4b3045d6aacfa2ae6ee84f1fdbb52bd7 +size 147843 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index ae82e04..c316234 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Mar 27 08:19:54 UTC 2020 - Ancor Gonzalez Sosa + +- Reverted the changes to delegate to yast2-storage-ng the + calculation of udev links. See previous entries for versions + 4.2.16 and 4.2.19. +- This fixes bsc#1167779 and is related to bsc#1166096 and + bsc#1151075. +- 4.2.20 + ------------------------------------------------------------------- Wed Mar 25 07:57:13 UTC 2020 - Ancor Gonzalez Sosa diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 38e95fb..fd836cc 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 4.2.19 +Version: 4.2.20 Release: 0 Summary: YaST2 - Bootloader Configuration License: GPL-2.0-or-later @@ -29,8 +29,8 @@ Source0: %{name}-%{version}.tar.bz2 BuildRequires: yast2 >= 3.1.176 BuildRequires: yast2-devtools >= 4.2.2 BuildRequires: yast2-ruby-bindings >= 1.0.0 -# Y2Storage::BlkDevice#preferred_name -BuildRequires: yast2-storage-ng >= 4.2.102 +# Y2Storage::Mountable#mount_path +BuildRequires: yast2-storage-ng >= 4.0.90 # lenses needed also for tests BuildRequires: augeas-lenses BuildRequires: update-desktop-files @@ -46,8 +46,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 -# Y2Storage::BlkDevice#preferred_name -Requires: yast2-storage-ng >= 4.2.102 +# Y2Storage::Mountable#mount_path +Requires: yast2-storage-ng >= 4.0.90 # 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