From ffca4c8fd9902a527031ce9ad911b4d50a5cc553339604edb5f1a89dbfb266a4 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 12 May 2016 14:17:54 +0000 Subject: [PATCH 1/5] - Do not copy licenses from inst-sys to target system. Showing EULA location in the installed system. (fate#219341) - 3.1.185 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=780 --- yast2-installation-3.1.184.tar.bz2 | 3 --- yast2-installation-3.1.185.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.184.tar.bz2 create mode 100644 yast2-installation-3.1.185.tar.bz2 diff --git a/yast2-installation-3.1.184.tar.bz2 b/yast2-installation-3.1.184.tar.bz2 deleted file mode 100644 index ac9e3d0..0000000 --- a/yast2-installation-3.1.184.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f98fdbd493003658b322c118911287faa0e57afd5751202e14642b06826e3b7d -size 415679 diff --git a/yast2-installation-3.1.185.tar.bz2 b/yast2-installation-3.1.185.tar.bz2 new file mode 100644 index 0000000..7b8db6b --- /dev/null +++ b/yast2-installation-3.1.185.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c14c42ec3af008d34e9835ea7b875efd4f7e9e5cc5861eabc5f999dce4d266 +size 416396 diff --git a/yast2-installation.changes b/yast2-installation.changes index 12a24db..90d4007 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon May 9 15:14:22 CEST 2016 - schubi@suse.de + +- Do not copy licenses from inst-sys to target system. + Showing EULA location in the installed system. + (fate#219341) +- 3.1.185 + ------------------------------------------------------------------- Fri May 6 11:09:28 UTC 2016 - jsrain@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index b2f2bab..8407fb2 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.184 +Version: 3.1.185 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From f574127026001222ba5c16bfab80ad5268d9a504166ff4dee6157b3582942a89 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 16 May 2016 08:57:08 +0000 Subject: [PATCH 2/5] - SSH installation: handle closing the initial installation screen by the window manager close button (bsc#979499) - 3.1.186 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=781 --- yast2-installation-3.1.185.tar.bz2 | 3 --- yast2-installation-3.1.186.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.185.tar.bz2 create mode 100644 yast2-installation-3.1.186.tar.bz2 diff --git a/yast2-installation-3.1.185.tar.bz2 b/yast2-installation-3.1.185.tar.bz2 deleted file mode 100644 index 7b8db6b..0000000 --- a/yast2-installation-3.1.185.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29c14c42ec3af008d34e9835ea7b875efd4f7e9e5cc5861eabc5f999dce4d266 -size 416396 diff --git a/yast2-installation-3.1.186.tar.bz2 b/yast2-installation-3.1.186.tar.bz2 new file mode 100644 index 0000000..0425dbe --- /dev/null +++ b/yast2-installation-3.1.186.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9abc8fb5619bcbc5e21a57c6b079f87bff2197031923d32dea74bbbef08592 +size 415074 diff --git a/yast2-installation.changes b/yast2-installation.changes index 90d4007..59fb50c 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 16 08:29:25 UTC 2016 - lslezak@suse.cz + +- SSH installation: handle closing the initial installation screen + by the window manager close button (bsc#979499) +- 3.1.186 + ------------------------------------------------------------------- Mon May 9 15:14:22 CEST 2016 - schubi@suse.de diff --git a/yast2-installation.spec b/yast2-installation.spec index 8407fb2..408d0fa 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.185 +Version: 3.1.186 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From b05d4238f8fc7b107d2520e6dd6f5585770b45ca10d21dadff4c196b473a18f0 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 16 May 2016 16:58:45 +0000 Subject: [PATCH 3/5] - The user is now informed about SSH keys to be reused (copied from a previous system) during system installation. - The user can select a different partition (or none) to read the keys from and whether to also copy config files. - SSH import functionality not longer depending from "copy_to_system" feature. - Fate#319624 - 3.1.187 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=782 --- yast2-installation-3.1.186.tar.bz2 | 3 --- yast2-installation-3.1.187.tar.bz2 | 3 +++ yast2-installation.changes | 12 ++++++++++++ yast2-installation.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.186.tar.bz2 create mode 100644 yast2-installation-3.1.187.tar.bz2 diff --git a/yast2-installation-3.1.186.tar.bz2 b/yast2-installation-3.1.186.tar.bz2 deleted file mode 100644 index 0425dbe..0000000 --- a/yast2-installation-3.1.186.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a9abc8fb5619bcbc5e21a57c6b079f87bff2197031923d32dea74bbbef08592 -size 415074 diff --git a/yast2-installation-3.1.187.tar.bz2 b/yast2-installation-3.1.187.tar.bz2 new file mode 100644 index 0000000..b866283 --- /dev/null +++ b/yast2-installation-3.1.187.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9250bd912b8280e1bb29de671ee2011e837d4df2e268b1949ee04d10682b5d +size 422464 diff --git a/yast2-installation.changes b/yast2-installation.changes index 59fb50c..09a7d68 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon May 16 16:39:34 UTC 2016 - ancor@suse.com + +- The user is now informed about SSH keys to be reused (copied + from a previous system) during system installation. +- The user can select a different partition (or none) to read the + keys from and whether to also copy config files. +- SSH import functionality not longer depending from + "copy_to_system" feature. +- Fate#319624 +- 3.1.187 + ------------------------------------------------------------------- Mon May 16 08:29:25 UTC 2016 - lslezak@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 408d0fa..08a2c6e 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.186 +Version: 3.1.187 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 3e608b08a5614357a9f3b5d8e2719c12ccabaa30e180dc0a3e9e552e35a9b731 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 17 May 2016 06:49:01 +0000 Subject: [PATCH 4/5] Updated to git ref d72a136 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=783 --- yast2-installation-3.1.187.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yast2-installation-3.1.187.tar.bz2 b/yast2-installation-3.1.187.tar.bz2 index b866283..fbe3bb2 100644 --- a/yast2-installation-3.1.187.tar.bz2 +++ b/yast2-installation-3.1.187.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd9250bd912b8280e1bb29de671ee2011e837d4df2e268b1949ee04d10682b5d -size 422464 +oid sha256:f098b8e7cb624b3bb28083530251cc2ccf2893be914366b3d44ecac180acbcca +size 423247 From 5605e60d1989fb465128e178f7702bbeab68a05b538f0cb35306a1d00ca8999b Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 18 May 2016 09:29:49 +0000 Subject: [PATCH 5/5] - Visual improvement in the SSH keys importing proposal summary OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=784 --- yast2-installation-3.1.187.tar.bz2 | 4 ++-- yast2-installation.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/yast2-installation-3.1.187.tar.bz2 b/yast2-installation-3.1.187.tar.bz2 index fbe3bb2..4b57842 100644 --- a/yast2-installation-3.1.187.tar.bz2 +++ b/yast2-installation-3.1.187.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f098b8e7cb624b3bb28083530251cc2ccf2893be914366b3d44ecac180acbcca -size 423247 +oid sha256:9ae752bdc16e9bac14469a3046d876af90c3d51499f9cf00ae6a5b24daa73a1a +size 422459 diff --git a/yast2-installation.changes b/yast2-installation.changes index 09a7d68..81910ce 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 17 08:17:51 UTC 2016 - ancor@suse.com + +- Visual improvement in the SSH keys importing proposal summary + ------------------------------------------------------------------- Mon May 16 16:39:34 UTC 2016 - ancor@suse.com