From e42ad4ffdf052395d5f7f5e6aee8420dc5676f354d865015acf3b54fae168723 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 25 Jul 2016 07:54:35 +0000 Subject: [PATCH 1/8] - Don't halt the installation if installer updates server cannot be reached when using AutoYaST (bsc#988949) - 3.1.203 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=805 --- yast2-installation-3.1.202.tar.bz2 | 3 --- yast2-installation-3.1.203.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.202.tar.bz2 create mode 100644 yast2-installation-3.1.203.tar.bz2 diff --git a/yast2-installation-3.1.202.tar.bz2 b/yast2-installation-3.1.202.tar.bz2 deleted file mode 100644 index 056ac91..0000000 --- a/yast2-installation-3.1.202.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a360e55f587c0771ba25b491ea882fbb51af87d1a303ae5d06f0b2b0c2d5eb2 -size 429568 diff --git a/yast2-installation-3.1.203.tar.bz2 b/yast2-installation-3.1.203.tar.bz2 new file mode 100644 index 0000000..bd1a6af --- /dev/null +++ b/yast2-installation-3.1.203.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4c9e9c665b7c00e12b798d1c664cf482aaa078608114e8e975dfdffcad6dc0 +size 430372 diff --git a/yast2-installation.changes b/yast2-installation.changes index dfd2286..61ed7cb 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 22 13:48:12 UTC 2016 - igonzalezsosa@suse.com + +- Don't halt the installation if installer updates server + cannot be reached when using AutoYaST (bsc#988949) +- 3.1.203 + ------------------------------------------------------------------- Thu Jul 21 11:52:59 UTC 2016 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 21a340a..af47e1b 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.202 +Version: 3.1.203 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 315d96ed69040750df2fd7f15f13071f52e0d4eb3ba298e269cf8aea18b39165 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 29 Jul 2016 07:55:49 +0000 Subject: [PATCH 2/8] - If the user has skipped multipath activation, don't ask again after installer self-update (bsc#989770) - 3.1.204 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=806 --- yast2-installation-3.1.203.tar.bz2 | 3 --- yast2-installation-3.1.204.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 yast2-installation-3.1.203.tar.bz2 create mode 100644 yast2-installation-3.1.204.tar.bz2 diff --git a/yast2-installation-3.1.203.tar.bz2 b/yast2-installation-3.1.203.tar.bz2 deleted file mode 100644 index bd1a6af..0000000 --- a/yast2-installation-3.1.203.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed4c9e9c665b7c00e12b798d1c664cf482aaa078608114e8e975dfdffcad6dc0 -size 430372 diff --git a/yast2-installation-3.1.204.tar.bz2 b/yast2-installation-3.1.204.tar.bz2 new file mode 100644 index 0000000..6b95d2c --- /dev/null +++ b/yast2-installation-3.1.204.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfb4d7be8d70bc643ac795c0e1954fa465fba10bb3a78cb76fcd491d16b2250 +size 429590 diff --git a/yast2-installation.changes b/yast2-installation.changes index 61ed7cb..6b8e537 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 29 07:32:46 UTC 2016 - ancor@suse.com + +- If the user has skipped multipath activation, don't ask again + after installer self-update (bsc#989770) +- 3.1.204 + ------------------------------------------------------------------- Fri Jul 22 13:48:12 UTC 2016 - igonzalezsosa@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index af47e1b..e5ee126 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.203 +Version: 3.1.204 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -65,8 +65,8 @@ Conflicts: yast2-mouse < 2.18.0 # New API for ProductLicense Requires: yast2-packager >= 3.1.96 -# Storage::GetDetectedDiskPaths -Requires: yast2-storage >= 2.24.1 +# Yast::Storage.multipath_off? +Requires: yast2-storage >= 3.1.97 # use in startup scripts Requires: initviocons From b18fbb9b87239c124a815c531d64c5d844c6d9b28ddb0d765b4903680a47f87e Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 3 Aug 2016 14:21:53 +0000 Subject: [PATCH 3/8] Updated to git ref 6554ccb OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=807 --- yast2-installation-3.1.204.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yast2-installation-3.1.204.tar.bz2 b/yast2-installation-3.1.204.tar.bz2 index 6b95d2c..2f0d7af 100644 --- a/yast2-installation-3.1.204.tar.bz2 +++ b/yast2-installation-3.1.204.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2dfb4d7be8d70bc643ac795c0e1954fa465fba10bb3a78cb76fcd491d16b2250 -size 429590 +oid sha256:03aa409fa02606316ddf48047521fe40d0210d54ffe577e1ece320b3185ce680 +size 430472 From 93ab1ff83fc6307f0db7ba64c1dc1b0d11fab41f0c624037d1d3abefaebaf30e Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 4 Aug 2016 08:23:07 +0000 Subject: [PATCH 4/8] - UI, UX and internal handling for the Welcome screen optimized to prevent from not showing that the license needs to be accepted (bsc#980374). - 3.1.205 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=808 --- yast2-installation-3.1.204.tar.bz2 | 3 --- yast2-installation-3.1.205.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++++ yast2-installation.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.204.tar.bz2 create mode 100644 yast2-installation-3.1.205.tar.bz2 diff --git a/yast2-installation-3.1.204.tar.bz2 b/yast2-installation-3.1.204.tar.bz2 deleted file mode 100644 index 2f0d7af..0000000 --- a/yast2-installation-3.1.204.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03aa409fa02606316ddf48047521fe40d0210d54ffe577e1ece320b3185ce680 -size 430472 diff --git a/yast2-installation-3.1.205.tar.bz2 b/yast2-installation-3.1.205.tar.bz2 new file mode 100644 index 0000000..56f5062 --- /dev/null +++ b/yast2-installation-3.1.205.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef408629026c1ff5c67d375f725cfecd8fa6ee51bf324ce14a9df1c9bb253e80 +size 429822 diff --git a/yast2-installation.changes b/yast2-installation.changes index 6b8e537..319e3a4 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Aug 3 17:06:46 CEST 2016 - locilka@suse.com + +- UI, UX and internal handling for the Welcome screen optimized to + prevent from not showing that the license needs to be accepted + (bsc#980374). +- 3.1.205 + ------------------------------------------------------------------- Fri Jul 29 07:32:46 UTC 2016 - ancor@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index e5ee126..edd0bf3 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.204 +Version: 3.1.205 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From bad46c4d305902c46fe8a270b2f7fee08acf58cdebb1b995cab775a9d773539f Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 4 Aug 2016 13:49:19 +0000 Subject: [PATCH 5/8] - Retrieve the self-update URL from the registration server (SCC/SMT) (FATE#319716) - 3.1.206 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=809 --- yast2-installation-3.1.205.tar.bz2 | 3 --- yast2-installation-3.1.206.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 5 ++++- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.205.tar.bz2 create mode 100644 yast2-installation-3.1.206.tar.bz2 diff --git a/yast2-installation-3.1.205.tar.bz2 b/yast2-installation-3.1.205.tar.bz2 deleted file mode 100644 index 56f5062..0000000 --- a/yast2-installation-3.1.205.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef408629026c1ff5c67d375f725cfecd8fa6ee51bf324ce14a9df1c9bb253e80 -size 429822 diff --git a/yast2-installation-3.1.206.tar.bz2 b/yast2-installation-3.1.206.tar.bz2 new file mode 100644 index 0000000..8c67b74 --- /dev/null +++ b/yast2-installation-3.1.206.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db60a31937120ea758a406000252079002b44da849ce11d48ef64c5ccf52f64 +size 432288 diff --git a/yast2-installation.changes b/yast2-installation.changes index 319e3a4..790bcbe 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 4 10:02:28 UTC 2016 - igonzalezsosa@suse.com + +- Retrieve the self-update URL from the registration + server (SCC/SMT) (FATE#319716) +- 3.1.206 + ------------------------------------------------------------------- Wed Aug 3 17:06:46 CEST 2016 - locilka@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index edd0bf3..d8447dd 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.205 +Version: 3.1.206 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -100,6 +100,9 @@ Conflicts: yast2-core < 2.17.10 # Top bar with logo Conflicts: yast2-ycp-ui-bindings < 3.1.7 +# RegserviceSelectionDialog +Conflicts: yast2-registration < 3.1.179 + Obsoletes: yast2-installation-devel-doc # tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103) From 9092f91148df82ba6c02dde8025f68463da54ad5f6353ff961370caaec89194c Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 5 Aug 2016 11:29:02 +0000 Subject: [PATCH 6/8] - Fix the registration screen initialization when SCC server is used during self-update (FATE#319716) - 3.1.207 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=810 --- yast2-installation-3.1.206.tar.bz2 | 3 --- yast2-installation-3.1.207.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.206.tar.bz2 create mode 100644 yast2-installation-3.1.207.tar.bz2 diff --git a/yast2-installation-3.1.206.tar.bz2 b/yast2-installation-3.1.206.tar.bz2 deleted file mode 100644 index 8c67b74..0000000 --- a/yast2-installation-3.1.206.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6db60a31937120ea758a406000252079002b44da849ce11d48ef64c5ccf52f64 -size 432288 diff --git a/yast2-installation-3.1.207.tar.bz2 b/yast2-installation-3.1.207.tar.bz2 new file mode 100644 index 0000000..22fe192 --- /dev/null +++ b/yast2-installation-3.1.207.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acaafbcf9274264a621512802622f2f96f8a1b9c59c1b3e4666b87092e786fcc +size 432599 diff --git a/yast2-installation.changes b/yast2-installation.changes index 790bcbe..0500448 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 5 07:22:59 UTC 2016 - igonzalezsosa@suse.com + +- Fix the registration screen initialization when SCC server + is used during self-update (FATE#319716) +- 3.1.207 + ------------------------------------------------------------------- Thu Aug 4 10:02:28 UTC 2016 - igonzalezsosa@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index d8447dd..2cc1974 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.206 +Version: 3.1.207 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 20d546bb822700d96fba6394f6cb7a5a4e441f5deb0906939eaa94e6b575e128 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 16 Aug 2016 12:18:58 +0000 Subject: [PATCH 7/8] - Fixed testsuite for inst_complex_welcome after implementing lazy loading in ProductLicense in yast2-packager (bsc#993285) - 3.1.208 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=811 --- yast2-installation-3.1.207.tar.bz2 | 4 ++-- yast2-installation.changes | 7 +++++++ yast2-installation.spec | 5 +++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/yast2-installation-3.1.207.tar.bz2 b/yast2-installation-3.1.207.tar.bz2 index 22fe192..8687b5c 100644 --- a/yast2-installation-3.1.207.tar.bz2 +++ b/yast2-installation-3.1.207.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acaafbcf9274264a621512802622f2f96f8a1b9c59c1b3e4666b87092e786fcc -size 432599 +oid sha256:4a5717a97560edcfc8129bc579c9feb31addb6da4336c5e0b1900d4bd53431e1 +size 433585 diff --git a/yast2-installation.changes b/yast2-installation.changes index 0500448..696eabe 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 16 13:28:14 CEST 2016 - locilka@suse.com + +- Fixed testsuite for inst_complex_welcome after implementing lazy + loading in ProductLicense in yast2-packager (bsc#993285) +- 3.1.208 + ------------------------------------------------------------------- Fri Aug 5 07:22:59 UTC 2016 - igonzalezsosa@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 2cc1974..d28c86d 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -38,6 +38,7 @@ BuildRequires: libxslt BuildRequires: update-desktop-files BuildRequires: yast2-core-devel BuildRequires: yast2-devtools >= 3.1.10 +BuildRequires: yast2-packager >= 3.1.113 BuildRequires: rubygem(rspec) # Moved proc_modules.scr @@ -62,8 +63,8 @@ Requires: yast2-pkg-bindings >= 3.1.33 # Mouse-related scripts moved to yast2-mouse Conflicts: yast2-mouse < 2.18.0 -# New API for ProductLicense -Requires: yast2-packager >= 3.1.96 +# Lazy loading in ProductLicense +Requires: yast2-packager >= 3.1.113 # Yast::Storage.multipath_off? Requires: yast2-storage >= 3.1.97 From b38b3af09ef529b06837f8dd7d8816750cd4a161321019adc23b1974c9259ec9 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 17 Aug 2016 09:07:39 +0000 Subject: [PATCH 8/8] - SSH Importer: Width fix to avoid cut of CheckBoxFrame Label (fate##319624) - 3.1.209 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=812 --- yast2-installation-3.1.207.tar.bz2 | 3 --- yast2-installation-3.1.208.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.207.tar.bz2 create mode 100644 yast2-installation-3.1.208.tar.bz2 diff --git a/yast2-installation-3.1.207.tar.bz2 b/yast2-installation-3.1.207.tar.bz2 deleted file mode 100644 index 8687b5c..0000000 --- a/yast2-installation-3.1.207.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a5717a97560edcfc8129bc579c9feb31addb6da4336c5e0b1900d4bd53431e1 -size 433585 diff --git a/yast2-installation-3.1.208.tar.bz2 b/yast2-installation-3.1.208.tar.bz2 new file mode 100644 index 0000000..d41e944 --- /dev/null +++ b/yast2-installation-3.1.208.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff04aee5770584bcb0b2a4805799ec65b7df95c54c402d7b49e3cdbc224f11a +size 432759 diff --git a/yast2-installation.changes b/yast2-installation.changes index 696eabe..ade7dc4 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 16 15:34:43 UTC 2016 - kanderssen@suse.com + +- SSH Importer: Width fix to avoid cut of CheckBoxFrame Label + (fate##319624) +- 3.1.209 + ------------------------------------------------------------------- Tue Aug 16 13:28:14 CEST 2016 - locilka@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index d28c86d..a585653 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.207 +Version: 3.1.208 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build