From 1d5b85dd84c662e764657b710c4f497c08778c31f961cc226538c4acb606f474 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 9 Apr 2018 08:03:04 +0000 Subject: [PATCH 1/6] - Use AbortException when user aborts (part of fate#318196). - 4.0.45 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=950 --- yast2-installation-4.0.44.tar.bz2 | 3 --- yast2-installation-4.0.45.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 8 +++++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 yast2-installation-4.0.44.tar.bz2 create mode 100644 yast2-installation-4.0.45.tar.bz2 diff --git a/yast2-installation-4.0.44.tar.bz2 b/yast2-installation-4.0.44.tar.bz2 deleted file mode 100644 index 14227d7..0000000 --- a/yast2-installation-4.0.44.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e4fe1754cc8ebbb0fb68b934109724d87a9e04d8d4e67a548892cec09b6860c -size 453494 diff --git a/yast2-installation-4.0.45.tar.bz2 b/yast2-installation-4.0.45.tar.bz2 new file mode 100644 index 0000000..b641a65 --- /dev/null +++ b/yast2-installation-4.0.45.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5e850db0a8865983d440a16cc716bf4551dc5e0b9c3436a8f1fd7c958c144c +size 453545 diff --git a/yast2-installation.changes b/yast2-installation.changes index fd8b407..cdf850e 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 6 17:25:51 UTC 2018 - jlopez@suse.com + +- Use AbortException when user aborts (part of fate#318196). +- 4.0.45 + ------------------------------------------------------------------- Fri Apr 6 12:26:45 UTC 2018 - mvidner@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index d5f040c..5121da2 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,15 +17,15 @@ Name: yast2-installation -Version: 4.0.44 +Version: 4.0.45 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 Url: http://github.com/yast/yast-installation -# new y2start script -Requires: yast2-ruby-bindings >= 3.2.10 +# for AbortException and handle direct abort +Requires: yast2-ruby-bindings >= 4.0.6 Summary: YaST2 - Installation Parts License: GPL-2.0 @@ -36,6 +36,8 @@ Source2: YaST2-Firstboot.service BuildRequires: update-desktop-files BuildRequires: yast2-devtools >= 3.1.10 +# for AbortException and handle direct abort +BuildRequires: yast2-ruby-bindings >= 4.0.6 # needed for xml agent reading about products BuildRequires: yast2-xml BuildRequires: rubygem(rspec) From 96b337d8a6baf1b89d92f0ebcd6c48ea1cb88f3ead1c8c803b9a59e8d74eb8a8 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 11 Apr 2018 08:20:28 +0000 Subject: [PATCH 2/6] - Set Add-On products for installation again after the base product has been selected (bnc#1086846). - 4.0.46 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=951 --- yast2-installation-4.0.45.tar.bz2 | 3 --- yast2-installation-4.0.46.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 yast2-installation-4.0.45.tar.bz2 create mode 100644 yast2-installation-4.0.46.tar.bz2 diff --git a/yast2-installation-4.0.45.tar.bz2 b/yast2-installation-4.0.45.tar.bz2 deleted file mode 100644 index b641a65..0000000 --- a/yast2-installation-4.0.45.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd5e850db0a8865983d440a16cc716bf4551dc5e0b9c3436a8f1fd7c958c144c -size 453545 diff --git a/yast2-installation-4.0.46.tar.bz2 b/yast2-installation-4.0.46.tar.bz2 new file mode 100644 index 0000000..a0cbc5c --- /dev/null +++ b/yast2-installation-4.0.46.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a15f9381d4b4ebab19e1efd7fdd4fd3ecc29bc3e6b8151184f722a517941bba +size 453832 diff --git a/yast2-installation.changes b/yast2-installation.changes index cdf850e..02c8911 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 10 16:37:15 CEST 2018 - schubi@suse.de + +- Set Add-On products for installation again after the base + product has been selected (bnc#1086846). +- 4.0.46 + ------------------------------------------------------------------- Fri Apr 6 17:25:51 UTC 2018 - jlopez@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 5121da2..f0871b4 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.45 +Version: 4.0.46 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -65,8 +65,8 @@ Requires: yast2-pkg-bindings >= 3.1.33 # Mouse-related scripts moved to yast2-mouse Conflicts: yast2-mouse < 2.18.0 -# Yast::Packages.check_remote_installation_packages -Requires: yast2-packager >= 4.0.9 +# Yast::AddOnProduct.selected_installation_products +Requires: yast2-packager >= 4.0.56 # use in startup scripts Requires: initviocons From 30b983db32d060fcf2db4836647009b55b69a160f2460de30bd634392e392699 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 16 Apr 2018 13:27:47 +0000 Subject: [PATCH 3/6] - Ensure proper patterns are selected when going back to system role and switch to different role (bsc#1088883) - 4.0.47 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=952 --- yast2-installation-4.0.46.tar.bz2 | 3 --- yast2-installation-4.0.47.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.0.46.tar.bz2 create mode 100644 yast2-installation-4.0.47.tar.bz2 diff --git a/yast2-installation-4.0.46.tar.bz2 b/yast2-installation-4.0.46.tar.bz2 deleted file mode 100644 index a0cbc5c..0000000 --- a/yast2-installation-4.0.46.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a15f9381d4b4ebab19e1efd7fdd4fd3ecc29bc3e6b8151184f722a517941bba -size 453832 diff --git a/yast2-installation-4.0.47.tar.bz2 b/yast2-installation-4.0.47.tar.bz2 new file mode 100644 index 0000000..8098dce --- /dev/null +++ b/yast2-installation-4.0.47.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e0086bf11b7535957819efd679db6c6babc8b6b56332943055c207e3d0f918 +size 453711 diff --git a/yast2-installation.changes b/yast2-installation.changes index 02c8911..2383b2a 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 16 11:08:57 UTC 2018 - jreidinger@suse.com + +- Ensure proper patterns are selected when going back to system + role and switch to different role (bsc#1088883) +- 4.0.47 + ------------------------------------------------------------------- Tue Apr 10 16:37:15 CEST 2018 - schubi@suse.de diff --git a/yast2-installation.spec b/yast2-installation.spec index f0871b4..0fb576a 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.46 +Version: 4.0.47 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 2494c0e7ecc7d272d7b14e9f6d2ff52e0f2dfbb7d006a6d4b0c76427c413ea13 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 17 Apr 2018 07:40:14 +0000 Subject: [PATCH 4/6] - Don't hard-code the role text color (bsc#1087399). - 4.0.48 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=953 --- yast2-installation-4.0.47.tar.bz2 | 3 --- yast2-installation-4.0.48.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.0.47.tar.bz2 create mode 100644 yast2-installation-4.0.48.tar.bz2 diff --git a/yast2-installation-4.0.47.tar.bz2 b/yast2-installation-4.0.47.tar.bz2 deleted file mode 100644 index 8098dce..0000000 --- a/yast2-installation-4.0.47.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0e0086bf11b7535957819efd679db6c6babc8b6b56332943055c207e3d0f918 -size 453711 diff --git a/yast2-installation-4.0.48.tar.bz2 b/yast2-installation-4.0.48.tar.bz2 new file mode 100644 index 0000000..774f3aa --- /dev/null +++ b/yast2-installation-4.0.48.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3694de1aa74f18954957eef453add7aa352a6b069b1e47f45a3c34ac0eac59 +size 453769 diff --git a/yast2-installation.changes b/yast2-installation.changes index 2383b2a..de2cc32 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 16 12:50:00 UTC 2018 - mvidner@suse.com + +- Don't hard-code the role text color (bsc#1087399). +- 4.0.48 + ------------------------------------------------------------------- Mon Apr 16 11:08:57 UTC 2018 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 0fb576a..d8afc6a 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.47 +Version: 4.0.48 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From b9f5da2ea41fcf9c867906a053c51bb21f7a3d8b16c35d11a9e9aa586c15f014 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 17 Apr 2018 13:43:24 +0000 Subject: [PATCH 5/6] - Installer Updates does not overwrite Driver Updates (bsc#1088685). - 4.0.49 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=954 --- yast2-installation-4.0.48.tar.bz2 | 3 --- yast2-installation-4.0.49.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.0.48.tar.bz2 create mode 100644 yast2-installation-4.0.49.tar.bz2 diff --git a/yast2-installation-4.0.48.tar.bz2 b/yast2-installation-4.0.48.tar.bz2 deleted file mode 100644 index 774f3aa..0000000 --- a/yast2-installation-4.0.48.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de3694de1aa74f18954957eef453add7aa352a6b069b1e47f45a3c34ac0eac59 -size 453769 diff --git a/yast2-installation-4.0.49.tar.bz2 b/yast2-installation-4.0.49.tar.bz2 new file mode 100644 index 0000000..21536c6 --- /dev/null +++ b/yast2-installation-4.0.49.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81867cc69a87d03166b024af38b2b60e4b2fce73d7fea26141855b3b17f26636 +size 453859 diff --git a/yast2-installation.changes b/yast2-installation.changes index de2cc32..c61a9e3 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 17 12:37:12 UTC 2018 - igonzalezsosa@suse.com + +- Installer Updates does not overwrite Driver Updates + (bsc#1088685). +- 4.0.49 + ------------------------------------------------------------------- Mon Apr 16 12:50:00 UTC 2018 - mvidner@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index d8afc6a..7d30f0b 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.48 +Version: 4.0.49 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 84feedb73914e37ea88ac1c75158b0cffe54ab1908d7814d2edc85aadc8c0884 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 19 Apr 2018 14:08:15 +0000 Subject: [PATCH 6/6] - Log more details when unmounting the target partition fails (to debug bsc#1090018) - 4.0.50 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=955 --- yast2-installation-4.0.49.tar.bz2 | 3 --- yast2-installation-4.0.50.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.0.49.tar.bz2 create mode 100644 yast2-installation-4.0.50.tar.bz2 diff --git a/yast2-installation-4.0.49.tar.bz2 b/yast2-installation-4.0.49.tar.bz2 deleted file mode 100644 index 21536c6..0000000 --- a/yast2-installation-4.0.49.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81867cc69a87d03166b024af38b2b60e4b2fce73d7fea26141855b3b17f26636 -size 453859 diff --git a/yast2-installation-4.0.50.tar.bz2 b/yast2-installation-4.0.50.tar.bz2 new file mode 100644 index 0000000..a5701f4 --- /dev/null +++ b/yast2-installation-4.0.50.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782fa6ffefb0c7cdb14624bd3e4bfc43a2121daa53c71201c920ee002916ba38 +size 454252 diff --git a/yast2-installation.changes b/yast2-installation.changes index c61a9e3..ed0b6fc 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 19 13:05:23 UTC 2018 - lslezak@suse.cz + +- Log more details when unmounting the target partition fails + (to debug bsc#1090018) +- 4.0.50 + ------------------------------------------------------------------- Tue Apr 17 12:37:12 UTC 2018 - igonzalezsosa@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 7d30f0b..a723ea0 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.49 +Version: 4.0.50 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build