From f653c8319a969d9a22ce10170d35108519720853f766f7cc112a315f3636a409 Mon Sep 17 00:00:00 2001 From: Imobach Gonzalez Sosa Date: Tue, 15 Sep 2020 14:58:41 +0000 Subject: [PATCH] -- fix detection of present of efivars causing grub2-install failures on some arm boards (bsc#1172114) -- add workaround for ARM to make GRUB2 works for every device. It can potentially break multi-boot (bsc#1167015) - 4.3.9 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=783 --- yast2-bootloader-4.3.8.tar.bz2 | 3 --- yast2-bootloader-4.3.9.tar.bz2 | 3 +++ yast2-bootloader.changes | 9 +++++++++ yast2-bootloader.spec | 8 ++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 yast2-bootloader-4.3.8.tar.bz2 create mode 100644 yast2-bootloader-4.3.9.tar.bz2 diff --git a/yast2-bootloader-4.3.8.tar.bz2 b/yast2-bootloader-4.3.8.tar.bz2 deleted file mode 100644 index dbc85ca..0000000 --- a/yast2-bootloader-4.3.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99f4f1fb5347a1ad8b334bc2535f6e6df7c028676bcd5f97b805eb481169d466 -size 149387 diff --git a/yast2-bootloader-4.3.9.tar.bz2 b/yast2-bootloader-4.3.9.tar.bz2 new file mode 100644 index 0000000..c4c9ed6 --- /dev/null +++ b/yast2-bootloader-4.3.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56cc831a5902c28a930e2c62087a83a2bf94708c050373b2e1a639c37fb7bd00 +size 149902 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 0de9cfc..21b5a61 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 14 12:07:31 UTC 2020 - Josef Reidinger +- merge SLE15 SP2 changes: +-- fix detection of present of efivars causing grub2-install + failures on some arm boards (bsc#1172114) +-- add workaround for ARM to make GRUB2 works for + every device. It can potentially break multi-boot (bsc#1167015) +- 4.3.9 + ------------------------------------------------------------------- Tue Aug 11 11:57:36 CEST 2020 - schubi@suse.de diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index a4d8e85..87ac05c 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -1,7 +1,7 @@ # # spec file for package yast2-bootloader # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: yast2-bootloader -Version: 4.3.8 +Version: 4.3.9 Release: 0 Summary: YaST2 - Bootloader Configuration License: GPL-2.0-or-later Group: System/YaST -Url: https://github.com/yast/yast-bootloader +URL: https://github.com/yast/yast-bootloader Source0: %{name}-%{version}.tar.bz2