From 03beeb5d641b74d2a12c6f16c7bd6f2cf2a952a26c7ea1c02658da845115957d Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 26 Sep 2018 14:08:37 +0000 Subject: [PATCH 1/3] - Do not crash when required package is not installed (bsc#1089829) - 4.1.9 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=733 --- yast2-bootloader-4.1.8.tar.bz2 | 3 --- yast2-bootloader-4.1.9.tar.bz2 | 3 +++ yast2-bootloader.changes | 6 ++++++ yast2-bootloader.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-bootloader-4.1.8.tar.bz2 create mode 100644 yast2-bootloader-4.1.9.tar.bz2 diff --git a/yast2-bootloader-4.1.8.tar.bz2 b/yast2-bootloader-4.1.8.tar.bz2 deleted file mode 100644 index e8875bf..0000000 --- a/yast2-bootloader-4.1.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10f703e1982e1d6ba0bb1af48abcc843e518691df5637ffadc2c3588f6889ba6 -size 138183 diff --git a/yast2-bootloader-4.1.9.tar.bz2 b/yast2-bootloader-4.1.9.tar.bz2 new file mode 100644 index 0000000..843b13e --- /dev/null +++ b/yast2-bootloader-4.1.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8fd97b4b78860ceb774c90208e443b71a04dc71f998cb2b9e46cbfc41daf15 +size 138417 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 0fa05cd..fcd2661 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 29 08:14:54 UTC 2018 - dgonzalez@suse.com + +- Do not crash when required package is not installed (bsc#1089829) +- 4.1.9 + ------------------------------------------------------------------- Wed Aug 22 16:33:37 CEST 2018 - schubi@suse.de diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index c750bdb..1afbae9 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 4.1.8 +Version: 4.1.9 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 9d6a98ca9a2df4034a66cf3467f2e276c81985776c07e8beec84ff63fcda7f47 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 16 Oct 2018 15:46:20 +0000 Subject: [PATCH 2/3] - Fixed path to license file. . Build error in bsc#1089829. - 4.1.10 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=734 --- yast2-bootloader-4.1.10.tar.bz2 | 3 +++ yast2-bootloader-4.1.9.tar.bz2 | 3 --- yast2-bootloader.changes | 6 ++++++ yast2-bootloader.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 yast2-bootloader-4.1.10.tar.bz2 delete mode 100644 yast2-bootloader-4.1.9.tar.bz2 diff --git a/yast2-bootloader-4.1.10.tar.bz2 b/yast2-bootloader-4.1.10.tar.bz2 new file mode 100644 index 0000000..ec716cd --- /dev/null +++ b/yast2-bootloader-4.1.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b38cd6aa01425bd1362501df5d08dc221f5bcaab09da7418437339e048633a4 +size 139078 diff --git a/yast2-bootloader-4.1.9.tar.bz2 b/yast2-bootloader-4.1.9.tar.bz2 deleted file mode 100644 index 843b13e..0000000 --- a/yast2-bootloader-4.1.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a8fd97b4b78860ceb774c90208e443b71a04dc71f998cb2b9e46cbfc41daf15 -size 138417 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index fcd2661..178505f 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 16 13:56:04 CEST 2018 - schubi@suse.de + +- Fixed path to license file. . Build error in bsc#1089829. +- 4.1.10 + ------------------------------------------------------------------- Wed Aug 29 08:14:54 UTC 2018 - dgonzalez@suse.com diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 1afbae9..18ae903 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 4.1.9 +Version: 4.1.10 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -103,7 +103,7 @@ rake install DESTDIR="%{buildroot}" %{yast_libdir}/bootloader %dir %{yast_docdir} -%license %{yast_docdir}/COPYING +%license COPYING %doc %{yast_docdir}/README.md %doc %{yast_docdir}/CONTRIBUTING.md From be9767e7622f4fadd90298d1c8e8321077e8f5ca1d58d0ef0d1a5f626a5b54cc Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 24 Oct 2018 08:53:02 +0000 Subject: [PATCH 3/3] - Do not crash if an unknown device is found in a cloned configuration (bsc#1111236) - 4.1.11 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=735 --- yast2-bootloader-4.1.10.tar.bz2 | 3 --- yast2-bootloader-4.1.11.tar.bz2 | 3 +++ yast2-bootloader.changes | 7 +++++++ yast2-bootloader.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-bootloader-4.1.10.tar.bz2 create mode 100644 yast2-bootloader-4.1.11.tar.bz2 diff --git a/yast2-bootloader-4.1.10.tar.bz2 b/yast2-bootloader-4.1.10.tar.bz2 deleted file mode 100644 index ec716cd..0000000 --- a/yast2-bootloader-4.1.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b38cd6aa01425bd1362501df5d08dc221f5bcaab09da7418437339e048633a4 -size 139078 diff --git a/yast2-bootloader-4.1.11.tar.bz2 b/yast2-bootloader-4.1.11.tar.bz2 new file mode 100644 index 0000000..3f6a2ae --- /dev/null +++ b/yast2-bootloader-4.1.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f904a10c72d250afd2b8f5e9a9eb5da6da86a461877c3c3f5d85c64434ee77 +size 138689 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 178505f..8328653 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 23 14:54:29 UTC 2018 - jreidinger@suse.com + +- Do not crash if an unknown device is found in a cloned configuration + (bsc#1111236) +- 4.1.11 + ------------------------------------------------------------------- Tue Oct 16 13:56:04 CEST 2018 - schubi@suse.de diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 18ae903..2804ec2 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 4.1.10 +Version: 4.1.11 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build