From 52b8c3f943c56ad9e13f7be9865c5445fd633093521a3940e0a58fdf3e47c9a1 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 10 Feb 2017 09:48:36 +0000 Subject: [PATCH 01/12] - CaaSP all-in-one-dialog: added validation to the controller node location field, modified label and write it to the minion master.conf file at the end of the installation (FATE#321738) - CaaSP: Display the Beta product warning at start when it is present (bsc#1016887) - Enable CaaSP specific services on the installed system (FATE#321738) - Do not crash if role contain own service to enable (bsc#1022762) - 3.2.21 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=851 --- yast2-installation-3.2.20.tar.bz2 | 3 --- yast2-installation-3.2.21.tar.bz2 | 3 +++ yast2-installation.changes | 13 +++++++++++++ yast2-installation.spec | 5 ++++- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.2.20.tar.bz2 create mode 100644 yast2-installation-3.2.21.tar.bz2 diff --git a/yast2-installation-3.2.20.tar.bz2 b/yast2-installation-3.2.20.tar.bz2 deleted file mode 100644 index ed9e2c5..0000000 --- a/yast2-installation-3.2.20.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0bc6529dac602c20f9ae53284e67c314d17f2ebcab7a56d0d4c64aa47f33c12 -size 440640 diff --git a/yast2-installation-3.2.21.tar.bz2 b/yast2-installation-3.2.21.tar.bz2 new file mode 100644 index 0000000..1662bb2 --- /dev/null +++ b/yast2-installation-3.2.21.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a44a46229276c5730a1f61ef58d217918144a9ad8a56c877e7195fa3176f11b +size 443783 diff --git a/yast2-installation.changes b/yast2-installation.changes index b861312..5d62c53 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Feb 8 16:42:29 UTC 2017 - kanderssen@suse.com + +- CaaSP all-in-one-dialog: added validation to the controller node + location field, modified label and write it to the minion + master.conf file at the end of the installation (FATE#321738) +- CaaSP: Display the Beta product warning at start when it is + present (bsc#1016887) +- Enable CaaSP specific services on the installed system + (FATE#321738) +- Do not crash if role contain own service to enable (bsc#1022762) +- 3.2.21 + ------------------------------------------------------------------- Fri Feb 3 10:07:35 UTC 2017 - jsrain@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index dff0d1d..cf4fe0c 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.20 +Version: 3.2.21 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -77,6 +77,9 @@ Requires: yast2-services-manager # Network service setup moved into yast2-network Requires: yast2-network >= 3.1.143 +# Augeas lenses +Requires: augeas-lenses + # Only in inst-sys # Requires: yast2-add-on # Requires: yast2-update From d1cb74b8d4c51e9bdea1961c22004ff38f36d93dd181899404eef348d1318ef8 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 16 Feb 2017 10:42:36 +0000 Subject: [PATCH 02/12] - Self-Update only shows errors when a custom URL is used (bsc#1025251) - 3.2.22 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=852 --- yast2-installation-3.2.21.tar.bz2 | 3 --- yast2-installation-3.2.22.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 yast2-installation-3.2.21.tar.bz2 create mode 100644 yast2-installation-3.2.22.tar.bz2 diff --git a/yast2-installation-3.2.21.tar.bz2 b/yast2-installation-3.2.21.tar.bz2 deleted file mode 100644 index 1662bb2..0000000 --- a/yast2-installation-3.2.21.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a44a46229276c5730a1f61ef58d217918144a9ad8a56c877e7195fa3176f11b -size 443783 diff --git a/yast2-installation-3.2.22.tar.bz2 b/yast2-installation-3.2.22.tar.bz2 new file mode 100644 index 0000000..02ba29b --- /dev/null +++ b/yast2-installation-3.2.22.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6765e59c896a29aa51cf47762ffcbd48aa57f6dd9f71d62866b3739f4bd4609e +size 444526 diff --git a/yast2-installation.changes b/yast2-installation.changes index 5d62c53..a587808 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 14 14:55:08 UTC 2017 - igonzalezsosa@suse.com + +- Self-Update only shows errors when a custom URL is used + (bsc#1025251) +- 3.2.22 + ------------------------------------------------------------------- Wed Feb 8 16:42:29 UTC 2017 - kanderssen@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index cf4fe0c..8262744 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.21 +Version: 3.2.22 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -107,8 +107,8 @@ Conflicts: yast2-core < 2.17.10 # Top bar with logo Conflicts: yast2-ycp-ui-bindings < 3.1.7 -# new registration widget -Conflicts: yast2-registration <= 3.2.1 +# Registration#get_updates_list does not handle exceptions +Conflicts: yast2-registration < 3.2.3 Obsoletes: yast2-installation-devel-doc From b993075c0e001f5c46edc5724e64e7b9635874f7944e8d431c6e60b5edf43e22 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 16 Feb 2017 14:53:21 +0000 Subject: [PATCH 03/12] Updated to git ref 53dc76d OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=853 --- yast2-installation-3.2.22.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yast2-installation-3.2.22.tar.bz2 b/yast2-installation-3.2.22.tar.bz2 index 02ba29b..91c7008 100644 --- a/yast2-installation-3.2.22.tar.bz2 +++ b/yast2-installation-3.2.22.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6765e59c896a29aa51cf47762ffcbd48aa57f6dd9f71d62866b3739f4bd4609e -size 444526 +oid sha256:78664c6070257747ee88fb3f9cccea442900370c2c503ca9d8969c077ef5f2b6 +size 444199 From 60532c3bf16edaf6ba24b77b0f975c245b3d9a5d514c6d2bb0ec1c7ae30e9271 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 16 Feb 2017 16:33:41 +0000 Subject: [PATCH 04/12] - Add new desktop selection client for opensuse based on roles (poo#14936, bsc#1025415) - drop "inst_new_desktop" client which was replaced by new desktop selection one - 3.2.23 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=854 --- yast2-installation-3.2.22.tar.bz2 | 3 --- yast2-installation-3.2.23.tar.bz2 | 3 +++ yast2-installation.changes | 9 +++++++++ yast2-installation.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.2.22.tar.bz2 create mode 100644 yast2-installation-3.2.23.tar.bz2 diff --git a/yast2-installation-3.2.22.tar.bz2 b/yast2-installation-3.2.22.tar.bz2 deleted file mode 100644 index 91c7008..0000000 --- a/yast2-installation-3.2.22.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78664c6070257747ee88fb3f9cccea442900370c2c503ca9d8969c077ef5f2b6 -size 444199 diff --git a/yast2-installation-3.2.23.tar.bz2 b/yast2-installation-3.2.23.tar.bz2 new file mode 100644 index 0000000..f70a455 --- /dev/null +++ b/yast2-installation-3.2.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6240c8ef6ed82c5009a44e21716df8ccfb08b55e9f0620b90434bef47fbe7f2b +size 443219 diff --git a/yast2-installation.changes b/yast2-installation.changes index a587808..d008022 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 15 17:58:16 UTC 2017 - jreidinger@suse.com + +- Add new desktop selection client for opensuse based on roles + (poo#14936, bsc#1025415) +- drop "inst_new_desktop" client which was replaced by new desktop + selection one +- 3.2.23 + ------------------------------------------------------------------- Tue Feb 14 14:55:08 UTC 2017 - igonzalezsosa@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 8262744..4ca6d03 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.22 +Version: 3.2.23 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 5237b25880b951881413e863988b18bdfc47daf8821fdb508b93e6a2e2e6fab6 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 6 Mar 2017 09:50:15 +0000 Subject: [PATCH 05/12] - CaaSP: do not crash when used a dashed url for the controller node location (bsc#1024965) - CaaSP AY: Adapted requirements of yast2-services-manager. (FATE#321738) - bnc#1022546 - update all-in-one's subdialog (network/kdump/partitioning/...) overview when the dialog is closed and do not lose another content already entered by user. - 3.2.24 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=855 --- yast2-installation-3.2.23.tar.bz2 | 3 --- yast2-installation-3.2.24.tar.bz2 | 3 +++ yast2-installation.changes | 13 +++++++++++++ yast2-installation.spec | 7 ++++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 yast2-installation-3.2.23.tar.bz2 create mode 100644 yast2-installation-3.2.24.tar.bz2 diff --git a/yast2-installation-3.2.23.tar.bz2 b/yast2-installation-3.2.23.tar.bz2 deleted file mode 100644 index f70a455..0000000 --- a/yast2-installation-3.2.23.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6240c8ef6ed82c5009a44e21716df8ccfb08b55e9f0620b90434bef47fbe7f2b -size 443219 diff --git a/yast2-installation-3.2.24.tar.bz2 b/yast2-installation-3.2.24.tar.bz2 new file mode 100644 index 0000000..2a164b5 --- /dev/null +++ b/yast2-installation-3.2.24.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de5054aee89bde2adca4ba98d07025ddc67aec790982bf5fd898158c055b79c +size 444318 diff --git a/yast2-installation.changes b/yast2-installation.changes index d008022..31f58b5 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Mar 6 09:39:00 UTC 2017 - mfilka@suse.com + +- CaaSP: do not crash when used a dashed url for the controller + node location (bsc#1024965) +- CaaSP AY: Adapted requirements of yast2-services-manager. + (FATE#321738) +- bnc#1022546 + - update all-in-one's subdialog (network/kdump/partitioning/...) + overview when the dialog is closed and do not lose another + content already entered by user. +- 3.2.24 + ------------------------------------------------------------------- Wed Feb 15 17:58:16 UTC 2017 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 4ca6d03..fbe9231 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.23 +Version: 3.2.24 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -71,8 +71,9 @@ Requires: initviocons # Proxy settings for 2nd stage (bnc#764951) Requires: yast2-proxy -# Systemd default target and services -Requires: yast2-services-manager +# Systemd default target and services. This version supports +# writing settings in the first installation stage. +Requires: yast2-services-manager >= 3.2.1 # Network service setup moved into yast2-network Requires: yast2-network >= 3.1.143 From b81df12503c199553d7cb85d2e3cb6c7e6fdb948840b006c1e4bdf1bf240adf1 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 6 Mar 2017 13:26:57 +0000 Subject: [PATCH 06/12] - fate#322328 - adapted all-in-one dialog according to comments from UX - 3.2.25 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=856 --- yast2-installation-3.2.24.tar.bz2 | 3 --- yast2-installation-3.2.25.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.2.24.tar.bz2 create mode 100644 yast2-installation-3.2.25.tar.bz2 diff --git a/yast2-installation-3.2.24.tar.bz2 b/yast2-installation-3.2.24.tar.bz2 deleted file mode 100644 index 2a164b5..0000000 --- a/yast2-installation-3.2.24.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5de5054aee89bde2adca4ba98d07025ddc67aec790982bf5fd898158c055b79c -size 444318 diff --git a/yast2-installation-3.2.25.tar.bz2 b/yast2-installation-3.2.25.tar.bz2 new file mode 100644 index 0000000..74228e9 --- /dev/null +++ b/yast2-installation-3.2.25.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751d4f7a837ba3fcd3d8248f7ad0deeccaef060ce4209887666e237fe30d05ad +size 444430 diff --git a/yast2-installation.changes b/yast2-installation.changes index 31f58b5..29ceb2b 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 6 13:33:41 UTC 2017 - mfilka@suse.com + +- fate#322328 + - adapted all-in-one dialog according to comments from UX +- 3.2.25 + ------------------------------------------------------------------- Mon Mar 6 09:39:00 UTC 2017 - mfilka@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index fbe9231..c039f87 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.24 +Version: 3.2.25 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From f832beecae31d39bfb24432ec402fd0f04395509cbbc1c814b233c8b75f6e7a0 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 8 Mar 2017 16:09:32 +0000 Subject: [PATCH 07/12] - Really use the directory.yast file (fate#322372) - 3.2.26 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=857 --- yast2-installation-3.2.25.tar.bz2 | 3 --- yast2-installation-3.2.26.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.2.25.tar.bz2 create mode 100644 yast2-installation-3.2.26.tar.bz2 diff --git a/yast2-installation-3.2.25.tar.bz2 b/yast2-installation-3.2.25.tar.bz2 deleted file mode 100644 index 74228e9..0000000 --- a/yast2-installation-3.2.25.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:751d4f7a837ba3fcd3d8248f7ad0deeccaef060ce4209887666e237fe30d05ad -size 444430 diff --git a/yast2-installation-3.2.26.tar.bz2 b/yast2-installation-3.2.26.tar.bz2 new file mode 100644 index 0000000..c27e563 --- /dev/null +++ b/yast2-installation-3.2.26.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd9ebd835c260ae60c5831f07029113e5f69e284bf5d9d2b53faaded95d5fb4 +size 444872 diff --git a/yast2-installation.changes b/yast2-installation.changes index 29ceb2b..7556603 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 8 16:11:59 CET 2017 - mvidner@suse.cz + +- Really use the directory.yast file (fate#322372) +- 3.2.26 + ------------------------------------------------------------------- Thu Mar 6 13:33:41 UTC 2017 - mfilka@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index c039f87..5e3d202 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.25 +Version: 3.2.26 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 2f05157d676791350129e2da3f6d4c32432c9fa4c433ee74ff78fb89550cf4fd Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 9 Mar 2017 18:06:37 +0000 Subject: [PATCH 08/12] - fix crash when reading if desktop role should have default pre-selected (bsc#1025415) - 3.2.27 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=858 --- yast2-installation-3.2.26.tar.bz2 | 3 --- yast2-installation-3.2.27.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.2.26.tar.bz2 create mode 100644 yast2-installation-3.2.27.tar.bz2 diff --git a/yast2-installation-3.2.26.tar.bz2 b/yast2-installation-3.2.26.tar.bz2 deleted file mode 100644 index c27e563..0000000 --- a/yast2-installation-3.2.26.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fd9ebd835c260ae60c5831f07029113e5f69e284bf5d9d2b53faaded95d5fb4 -size 444872 diff --git a/yast2-installation-3.2.27.tar.bz2 b/yast2-installation-3.2.27.tar.bz2 new file mode 100644 index 0000000..eb82bcf --- /dev/null +++ b/yast2-installation-3.2.27.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e75b8eac829693b0bb36a0895e74afe20f6d613bcd7bb6d0eca3d40dd87501 +size 444992 diff --git a/yast2-installation.changes b/yast2-installation.changes index 7556603..dccbaa0 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 9 17:48:25 UTC 2017 - jreidinger@suse.com + +- fix crash when reading if desktop role should have default + pre-selected (bsc#1025415) +- 3.2.27 + ------------------------------------------------------------------- Wed Mar 8 16:11:59 CET 2017 - mvidner@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 5e3d202..14574fa 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.26 +Version: 3.2.27 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 0cf7c41a7aed1aaa5b413f160b3f5fb44e4ac0126288ccefcc1096749edea3e9 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 13 Mar 2017 14:06:48 +0000 Subject: [PATCH 09/12] - Support to add roles through addons (FATE#320772) - 3.2.28 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=859 --- yast2-installation-3.2.27.tar.bz2 | 3 --- yast2-installation-3.2.28.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 10 +++++----- 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 yast2-installation-3.2.27.tar.bz2 create mode 100644 yast2-installation-3.2.28.tar.bz2 diff --git a/yast2-installation-3.2.27.tar.bz2 b/yast2-installation-3.2.27.tar.bz2 deleted file mode 100644 index eb82bcf..0000000 --- a/yast2-installation-3.2.27.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90e75b8eac829693b0bb36a0895e74afe20f6d613bcd7bb6d0eca3d40dd87501 -size 444992 diff --git a/yast2-installation-3.2.28.tar.bz2 b/yast2-installation-3.2.28.tar.bz2 new file mode 100644 index 0000000..72dc00e --- /dev/null +++ b/yast2-installation-3.2.28.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2acf34875c46c557f3f5378a6bd1ba805a283413cf034c7aeed21486cd7f7551 +size 444700 diff --git a/yast2-installation.changes b/yast2-installation.changes index dccbaa0..4173cff 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 13 12:16:23 UTC 2017 - igonzalezsosa@suse.com + +- Support to add roles through addons (FATE#320772) +- 3.2.28 + ------------------------------------------------------------------- Thu Mar 9 17:48:25 UTC 2017 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 14574fa..6c4f893 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.27 +Version: 3.2.28 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -40,14 +40,14 @@ BuildRequires: yast2-xml BuildRequires: rubygem(rspec) BuildRequires: rubygem(yast-rake) -# UI::Widgets -BuildRequires: yast2 >= 3.2.8 +# ProductControl.system_roles +BuildRequires: yast2 >= 3.2.15 # AutoinstSoftware.SavePackageSelection() Requires: autoyast2-installation >= 3.1.105 -# Needs UI:Widgets -Requires: yast2 >= 3.2.8 +# ProductControl.system_roles +Requires: yast2 >= 3.2.15 # Language::GetLanguageItems and other API # Language::Set (handles downloading the translation extensions) From 4f56f83bf6150f8072597b4e97e9953d5bbed508a89fd20a3b70fdf680df1ce7 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 14 Mar 2017 13:10:50 +0000 Subject: [PATCH 10/12] - Fix desktop selection during installation (bsc#1029312) - 3.2.29 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=860 --- yast2-installation-3.2.28.tar.bz2 | 3 --- yast2-installation-3.2.29.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.2.28.tar.bz2 create mode 100644 yast2-installation-3.2.29.tar.bz2 diff --git a/yast2-installation-3.2.28.tar.bz2 b/yast2-installation-3.2.28.tar.bz2 deleted file mode 100644 index 72dc00e..0000000 --- a/yast2-installation-3.2.28.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2acf34875c46c557f3f5378a6bd1ba805a283413cf034c7aeed21486cd7f7551 -size 444700 diff --git a/yast2-installation-3.2.29.tar.bz2 b/yast2-installation-3.2.29.tar.bz2 new file mode 100644 index 0000000..9dd94ba --- /dev/null +++ b/yast2-installation-3.2.29.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c743ea72f37e334cbcce10d54eef943c778bd8889a1571a4e3125ffe02e03815 +size 444839 diff --git a/yast2-installation.changes b/yast2-installation.changes index 4173cff..b1c1d30 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 14 12:05:44 UTC 2017 - igonzalezsosa@suse.com + +- Fix desktop selection during installation (bsc#1029312) +- 3.2.29 + ------------------------------------------------------------------- Mon Mar 13 12:16:23 UTC 2017 - igonzalezsosa@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 6c4f893..6e48a8d 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.28 +Version: 3.2.29 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From d1b2320cc52e261b9f8f3220e767f23cebd9e04d98c33e5e4a824db2f0b8d9fb Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 16 Mar 2017 10:08:10 +0000 Subject: [PATCH 11/12] - Improve roles buttons distribution in textmode (related to FATE#320772) - 3.2.30 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=861 --- yast2-installation-3.2.29.tar.bz2 | 3 --- yast2-installation-3.2.30.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.2.29.tar.bz2 create mode 100644 yast2-installation-3.2.30.tar.bz2 diff --git a/yast2-installation-3.2.29.tar.bz2 b/yast2-installation-3.2.29.tar.bz2 deleted file mode 100644 index 9dd94ba..0000000 --- a/yast2-installation-3.2.29.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c743ea72f37e334cbcce10d54eef943c778bd8889a1571a4e3125ffe02e03815 -size 444839 diff --git a/yast2-installation-3.2.30.tar.bz2 b/yast2-installation-3.2.30.tar.bz2 new file mode 100644 index 0000000..71cdd28 --- /dev/null +++ b/yast2-installation-3.2.30.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4d0500432f21526fe27b2d3e3a0dc0e72fe67101bf482cb68e5a6fb58a3aec +size 445633 diff --git a/yast2-installation.changes b/yast2-installation.changes index b1c1d30..5270fe8 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 15 10:19:33 UTC 2017 - igonzalezsosa@suse.com + +- Improve roles buttons distribution in textmode (related to + FATE#320772) +- 3.2.30 + ------------------------------------------------------------------- Tue Mar 14 12:05:44 UTC 2017 - igonzalezsosa@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 6e48a8d..b26cb8b 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.29 +Version: 3.2.30 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From cb9aa3e1ed1300c16e9990fe22f8bda876e57aee2b1ac70933bc0f6f8dcd50db Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 20 Mar 2017 14:25:46 +0000 Subject: [PATCH 12/12] - Allow proceeding with the installation after a blocking condition has been corrected in the overview dialog (bsc#1029291). - 3.2.31 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=862 --- yast2-installation-3.2.30.tar.bz2 | 3 --- yast2-installation-3.2.31.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.2.30.tar.bz2 create mode 100644 yast2-installation-3.2.31.tar.bz2 diff --git a/yast2-installation-3.2.30.tar.bz2 b/yast2-installation-3.2.30.tar.bz2 deleted file mode 100644 index 71cdd28..0000000 --- a/yast2-installation-3.2.30.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db4d0500432f21526fe27b2d3e3a0dc0e72fe67101bf482cb68e5a6fb58a3aec -size 445633 diff --git a/yast2-installation-3.2.31.tar.bz2 b/yast2-installation-3.2.31.tar.bz2 new file mode 100644 index 0000000..65dba26 --- /dev/null +++ b/yast2-installation-3.2.31.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b182c40e4513b947ac7fe6dccd4bf4b565979731c955a6567348c66fd22c7ce6 +size 446861 diff --git a/yast2-installation.changes b/yast2-installation.changes index 5270fe8..5c08cf8 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 16 13:07:44 UTC 2017 - mvidner@suse.com + +- Allow proceeding with the installation after a blocking condition + has been corrected in the overview dialog (bsc#1029291). +- 3.2.31 + ------------------------------------------------------------------- Wed Mar 15 10:19:33 UTC 2017 - igonzalezsosa@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index b26cb8b..8177de7 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.30 +Version: 3.2.31 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build