From 8b2a802d2f1b4c4b9464a2d35985ab44ad247e8798d94495c57cbc9278204c73 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 17 May 2017 08:40:00 +0000 Subject: [PATCH 1/6] - Don't crash if the regurl provided by linuxrc is invalid using the one provided by the control file as fallback (bsc#1035908). - 3.2.39 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=872 --- yast2-installation-3.2.38.tar.bz2 | 3 --- yast2-installation-3.2.39.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.38.tar.bz2 create mode 100644 yast2-installation-3.2.39.tar.bz2 diff --git a/yast2-installation-3.2.38.tar.bz2 b/yast2-installation-3.2.38.tar.bz2 deleted file mode 100644 index 4fdc10c..0000000 --- a/yast2-installation-3.2.38.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:870f96db59804f6592b8b953e930b77e1fb276b032b509ed7eace907e6af9620 -size 446990 diff --git a/yast2-installation-3.2.39.tar.bz2 b/yast2-installation-3.2.39.tar.bz2 new file mode 100644 index 0000000..ec8914b --- /dev/null +++ b/yast2-installation-3.2.39.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25fe2579acfefa62d5f83fa998393ad8e36390dd22d558b4c073a23f893206f +size 448448 diff --git a/yast2-installation.changes b/yast2-installation.changes index 9e17472..a8773fa 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 8 13:17:17 UTC 2017 - knut.anderssen@suse.com + +- Don't crash if the regurl provided by linuxrc is invalid using + the one provided by the control file as fallback (bsc#1035908). +- 3.2.39 + ------------------------------------------------------------------- Wed Apr 26 15:03:33 UTC 2017 - igonzalezsosa@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 1623146..6fe50d5 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.38 +Version: 3.2.39 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -76,8 +76,8 @@ Requires: yast2-proxy # 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 +## Moved inst_install_inf from yast2-network to this package +Requires: yast2-network >= 3.2.25 # Augeas lenses Requires: augeas-lenses From 07c50c625577fd5dd8d3b50e383ab833b34a3228b7118eac7f15a7f7ab1488a5 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 22 May 2017 12:16:47 +0000 Subject: [PATCH 2/6] - Fixed push button label ("Configure Online Repositories") (bsc#1039988) - 3.2.40 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=873 --- yast2-installation-3.2.39.tar.bz2 | 3 --- yast2-installation-3.2.40.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.39.tar.bz2 create mode 100644 yast2-installation-3.2.40.tar.bz2 diff --git a/yast2-installation-3.2.39.tar.bz2 b/yast2-installation-3.2.39.tar.bz2 deleted file mode 100644 index ec8914b..0000000 --- a/yast2-installation-3.2.39.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b25fe2579acfefa62d5f83fa998393ad8e36390dd22d558b4c073a23f893206f -size 448448 diff --git a/yast2-installation-3.2.40.tar.bz2 b/yast2-installation-3.2.40.tar.bz2 new file mode 100644 index 0000000..4d88845 --- /dev/null +++ b/yast2-installation-3.2.40.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f36ddb8e509f7df3e3aa5eb5248219cefb06a972ba29f04f9dd756327184b66 +size 450407 diff --git a/yast2-installation.changes b/yast2-installation.changes index a8773fa..af50f7c 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 22 10:50:32 UTC 2017 - lslezak@suse.cz + +- Fixed push button label ("Configure Online Repositories") + (bsc#1039988) +- 3.2.40 + ------------------------------------------------------------------- Mon May 8 13:17:17 UTC 2017 - knut.anderssen@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 6fe50d5..785186e 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.39 +Version: 3.2.40 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 3e23f1a1de6076985b2a7a988468619d8e43dd9fb2201bb2220e7662d1b5f4b9 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 29 May 2017 09:20:11 +0000 Subject: [PATCH 3/6] - Added requirement of 'cwm/widget' in hiding_place as consequence of changes made in CWM. (boo#1039901). - 3.2.41 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=874 --- yast2-installation-3.2.40.tar.bz2 | 3 --- yast2-installation-3.2.41.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.40.tar.bz2 create mode 100644 yast2-installation-3.2.41.tar.bz2 diff --git a/yast2-installation-3.2.40.tar.bz2 b/yast2-installation-3.2.40.tar.bz2 deleted file mode 100644 index 4d88845..0000000 --- a/yast2-installation-3.2.40.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f36ddb8e509f7df3e3aa5eb5248219cefb06a972ba29f04f9dd756327184b66 -size 450407 diff --git a/yast2-installation-3.2.41.tar.bz2 b/yast2-installation-3.2.41.tar.bz2 new file mode 100644 index 0000000..cdb057c --- /dev/null +++ b/yast2-installation-3.2.41.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b53f3f68564615b55df66b24aae1144feff9592e048cdedcc575be22a15ba25 +size 450101 diff --git a/yast2-installation.changes b/yast2-installation.changes index af50f7c..77379d4 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 29 08:37:19 UTC 2017 - knut.anderssen@suse.com + +- Added requirement of 'cwm/widget' in hiding_place as consequence + of changes made in CWM. (boo#1039901). +- 3.2.41 + ------------------------------------------------------------------- Mon May 22 10:50:32 UTC 2017 - lslezak@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 785186e..7b536b2 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.40 +Version: 3.2.41 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From adf9ddf2ef1332f3a84f2db51cd712cdd92e9b70532ba68b2460aa871bfe2683 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 31 May 2017 11:20:17 +0000 Subject: [PATCH 4/6] - Fixed path to the "adddir" command (it is /sbin instead of /etc) (bsc#1041882) - 3.2.42 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=875 --- yast2-installation-3.2.41.tar.bz2 | 3 --- yast2-installation-3.2.42.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.41.tar.bz2 create mode 100644 yast2-installation-3.2.42.tar.bz2 diff --git a/yast2-installation-3.2.41.tar.bz2 b/yast2-installation-3.2.41.tar.bz2 deleted file mode 100644 index cdb057c..0000000 --- a/yast2-installation-3.2.41.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b53f3f68564615b55df66b24aae1144feff9592e048cdedcc575be22a15ba25 -size 450101 diff --git a/yast2-installation-3.2.42.tar.bz2 b/yast2-installation-3.2.42.tar.bz2 new file mode 100644 index 0000000..48a8885 --- /dev/null +++ b/yast2-installation-3.2.42.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb32b0759ba6d1c5d5c89267970eb594657a6f37d407227c360c56fb83977a0 +size 448996 diff --git a/yast2-installation.changes b/yast2-installation.changes index 77379d4..76276bc 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 31 10:52:59 UTC 2017 - lslezak@suse.cz + +- Fixed path to the "adddir" command (it is /sbin instead of /etc) + (bsc#1041882) +- 3.2.42 + ------------------------------------------------------------------- Mon May 29 08:37:19 UTC 2017 - knut.anderssen@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 7b536b2..19783c2 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.41 +Version: 3.2.42 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From b8f98f38153fc37fa22538349831c4638126a3a2ce0864281209ec33ae7b64a6 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 1 Jun 2017 08:47:12 +0000 Subject: [PATCH 5/6] - Do not lose the desktop selection when the online repositories is pressed. (bsc#1033594) - Do not allow to continue without desktop selection. (bsc#1040884) - 3.2.43 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=876 --- yast2-installation-3.2.42.tar.bz2 | 4 ++-- yast2-installation.changes | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/yast2-installation-3.2.42.tar.bz2 b/yast2-installation-3.2.42.tar.bz2 index 48a8885..7cfae3e 100644 --- a/yast2-installation-3.2.42.tar.bz2 +++ b/yast2-installation-3.2.42.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8eb32b0759ba6d1c5d5c89267970eb594657a6f37d407227c360c56fb83977a0 -size 448996 +oid sha256:e3ec5cd1853e0f48f246d19ddcdbb8b482d0b451c6da0f206770ae9028759bee +size 448367 diff --git a/yast2-installation.changes b/yast2-installation.changes index 76276bc..aab1f64 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue May 31 21:47:24 UTC 2017 - knut.anderssen@suse.com + +- Do not lose the desktop selection when the online repositories is + pressed. (bsc#1033594) +- Do not allow to continue without desktop selection. (bsc#1040884) +- 3.2.43 + ------------------------------------------------------------------- Wed May 31 10:52:59 UTC 2017 - lslezak@suse.cz From fe36ed1939d8935afdc9ae3857d1a3d5e71d4388448a3d4f5c983bdeaa19c1d4 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 1 Jun 2017 14:48:34 +0000 Subject: [PATCH 6/6] - "custom" roles: Initialize pattern selection screen with settings defined in the control files. (bnc#1031295) - 3.2.44 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=877 --- yast2-installation-3.2.42.tar.bz2 | 3 --- yast2-installation-3.2.44.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.42.tar.bz2 create mode 100644 yast2-installation-3.2.44.tar.bz2 diff --git a/yast2-installation-3.2.42.tar.bz2 b/yast2-installation-3.2.42.tar.bz2 deleted file mode 100644 index 7cfae3e..0000000 --- a/yast2-installation-3.2.42.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3ec5cd1853e0f48f246d19ddcdbb8b482d0b451c6da0f206770ae9028759bee -size 448367 diff --git a/yast2-installation-3.2.44.tar.bz2 b/yast2-installation-3.2.44.tar.bz2 new file mode 100644 index 0000000..719879e --- /dev/null +++ b/yast2-installation-3.2.44.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d316999e3c6696699f184980eb6c454cea425ae05a625d7d80b940e56d3e816 +size 448385 diff --git a/yast2-installation.changes b/yast2-installation.changes index aab1f64..3d9933d 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 1 12:58:03 CEST 2017 - schubi@suse.de + +- "custom" roles: Initialize pattern selection screen with settings + defined in the control files. (bnc#1031295) +- 3.2.44 + ------------------------------------------------------------------- Tue May 31 21:47:24 UTC 2017 - knut.anderssen@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 19783c2..e9f75bb 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.42 +Version: 3.2.44 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build