From b5b97d8bff3cc6d6889d05e883363218e7be3dd8dceae08bc070e2ab3a026801 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 21 Jan 2014 12:51:12 +0000 Subject: [PATCH 1/6] - adjusted UI according to Ken's comments (fate#314695) - 3.1.20 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=552 --- yast2-installation-3.1.19.tar.bz2 | 3 --- yast2-installation-3.1.20.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.19.tar.bz2 create mode 100644 yast2-installation-3.1.20.tar.bz2 diff --git a/yast2-installation-3.1.19.tar.bz2 b/yast2-installation-3.1.19.tar.bz2 deleted file mode 100644 index c137fed..0000000 --- a/yast2-installation-3.1.19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cedf4d1e022f61044aad760d2b8bc4df0cd9754714e6beb14b1e5b3346d16b9a -size 1216035 diff --git a/yast2-installation-3.1.20.tar.bz2 b/yast2-installation-3.1.20.tar.bz2 new file mode 100644 index 0000000..0508e12 --- /dev/null +++ b/yast2-installation-3.1.20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3a573967a67061d42072e85b0d0accef4b66324756f2797d106b1818f909fc +size 1215629 diff --git a/yast2-installation.changes b/yast2-installation.changes index 52d9aa9..5b215cd 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 21 08:48:17 UTC 2014 - jsrain@suse.cz + +- adjusted UI according to Ken's comments (fate#314695) +- 3.1.20 + ------------------------------------------------------------------- Mon Jan 13 09:58:46 UTC 2014 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index f72bd5f..9c0111d 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.19 +Version: 3.1.20 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 93713d0b794d93aab5f2c28b6327b2d53a3438b9883969efdc8eaf1f11759559 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 21 Jan 2014 14:16:11 +0000 Subject: [PATCH 2/6] - Remove "Change..." button in non-textual installation - Add "Export Configuration" button in non-textual installation (FATE#308539) - Add "Export Configuration" menu item in textual installation (FATE#308539) - 3.1.21 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=553 --- yast2-installation-3.1.20.tar.bz2 | 3 --- yast2-installation-3.1.21.tar.bz2 | 3 +++ yast2-installation.changes | 10 ++++++++++ yast2-installation.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.20.tar.bz2 create mode 100644 yast2-installation-3.1.21.tar.bz2 diff --git a/yast2-installation-3.1.20.tar.bz2 b/yast2-installation-3.1.20.tar.bz2 deleted file mode 100644 index 0508e12..0000000 --- a/yast2-installation-3.1.20.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a3a573967a67061d42072e85b0d0accef4b66324756f2797d106b1818f909fc -size 1215629 diff --git a/yast2-installation-3.1.21.tar.bz2 b/yast2-installation-3.1.21.tar.bz2 new file mode 100644 index 0000000..faa1c08 --- /dev/null +++ b/yast2-installation-3.1.21.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44621afeedbec5ad8a66fb12fb404a2f73d343a3d7ae2f22aa99b13d21c69341 +size 1215842 diff --git a/yast2-installation.changes b/yast2-installation.changes index 5b215cd..047fffc 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jan 21 12:15:21 UTC 2014 - jreidinger@suse.com + +- Remove "Change..." button in non-textual installation +- Add "Export Configuration" button in non-textual installation + (FATE#308539) +- Add "Export Configuration" menu item in textual installation + (FATE#308539) +- 3.1.21 + ------------------------------------------------------------------- Tue Jan 21 08:48:17 UTC 2014 - jsrain@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 9c0111d..d0a8d67 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.20 +Version: 3.1.21 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 45a340e7a4f9ffd9b18fea2b2df45e9451b749f5631f84656cf61db734f7cab2 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 21 Jan 2014 14:36:08 +0000 Subject: [PATCH 3/6] - Remove icons from system analysis according to Ken's comments (fate#314695) - 3.1.22 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=554 --- yast2-installation-3.1.21.tar.bz2 | 3 --- yast2-installation-3.1.22.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.21.tar.bz2 create mode 100644 yast2-installation-3.1.22.tar.bz2 diff --git a/yast2-installation-3.1.21.tar.bz2 b/yast2-installation-3.1.21.tar.bz2 deleted file mode 100644 index faa1c08..0000000 --- a/yast2-installation-3.1.21.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44621afeedbec5ad8a66fb12fb404a2f73d343a3d7ae2f22aa99b13d21c69341 -size 1215842 diff --git a/yast2-installation-3.1.22.tar.bz2 b/yast2-installation-3.1.22.tar.bz2 new file mode 100644 index 0000000..0dbb809 --- /dev/null +++ b/yast2-installation-3.1.22.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7828d4ca8f75dc1ac7b5a8aceeef6b1d2928f80297507b0cc74b4fe5d6b8cf +size 1215339 diff --git a/yast2-installation.changes b/yast2-installation.changes index 047fffc..47a689b 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 21 14:18:08 UTC 2014 - jreidinger@suse.com + +- Remove icons from system analysis according to Ken's comments + (fate#314695) +- 3.1.22 + ------------------------------------------------------------------- Tue Jan 21 12:15:21 UTC 2014 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index d0a8d67..11d353a 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.21 +Version: 3.1.22 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From bac8a5e41555a05f63041c56eb1179a16f5c0dfb58717282517ef98425660b8c Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 24 Jan 2014 14:40:32 +0000 Subject: [PATCH 4/6] - removed inst_scc.rb client (moved to yast2-registration) - 3.1.23 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=555 --- yast2-installation-3.1.22.tar.bz2 | 3 --- yast2-installation-3.1.23.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.22.tar.bz2 create mode 100644 yast2-installation-3.1.23.tar.bz2 diff --git a/yast2-installation-3.1.22.tar.bz2 b/yast2-installation-3.1.22.tar.bz2 deleted file mode 100644 index 0dbb809..0000000 --- a/yast2-installation-3.1.22.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a7828d4ca8f75dc1ac7b5a8aceeef6b1d2928f80297507b0cc74b4fe5d6b8cf -size 1215339 diff --git a/yast2-installation-3.1.23.tar.bz2 b/yast2-installation-3.1.23.tar.bz2 new file mode 100644 index 0000000..d824870 --- /dev/null +++ b/yast2-installation-3.1.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a571b9ce5aa018fd5b6830068405f0ea84fe05a1e030d53770a7e34d44b49501 +size 1214921 diff --git a/yast2-installation.changes b/yast2-installation.changes index 47a689b..d27e253 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 24 12:01:29 UTC 2014 - lslezak@suse.cz + +- removed inst_scc.rb client (moved to yast2-registration) +- 3.1.23 + ------------------------------------------------------------------- Tue Jan 21 14:18:08 UTC 2014 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 11d353a..bd4eab2 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.22 +Version: 3.1.23 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 9fad46430aa8ed87d5bbca300d873d7ef67cc7113f4a92f61fd3c4696caad501 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 27 Jan 2014 10:06:29 +0000 Subject: [PATCH 5/6] - fate#316768, bnc#854500 - enable network service according product feature - 3.1.24 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=556 --- yast2-installation-3.1.23.tar.bz2 | 3 --- yast2-installation-3.1.24.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.23.tar.bz2 create mode 100644 yast2-installation-3.1.24.tar.bz2 diff --git a/yast2-installation-3.1.23.tar.bz2 b/yast2-installation-3.1.23.tar.bz2 deleted file mode 100644 index d824870..0000000 --- a/yast2-installation-3.1.23.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a571b9ce5aa018fd5b6830068405f0ea84fe05a1e030d53770a7e34d44b49501 -size 1214921 diff --git a/yast2-installation-3.1.24.tar.bz2 b/yast2-installation-3.1.24.tar.bz2 new file mode 100644 index 0000000..a830700 --- /dev/null +++ b/yast2-installation-3.1.24.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054e5223f6d13fae4336ee69175ebb82b4781369babcb359802aa2af9a5207f9 +size 1215059 diff --git a/yast2-installation.changes b/yast2-installation.changes index d27e253..f909df9 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 27 09:56:26 UTC 2014 - mfilka@suse.com + +- fate#316768, bnc#854500 + - enable network service according product feature +- 3.1.24 + ------------------------------------------------------------------- Fri Jan 24 12:01:29 UTC 2014 - lslezak@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index bd4eab2..71a6550 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.23 +Version: 3.1.24 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 4a2c21fb4afbcc745b82f2c894f7044934f5988710dd3894adc8242109f834a5 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 28 Jan 2014 16:06:03 +0000 Subject: [PATCH 6/6] - Fix exporting configuration in first stage (FATE#308539) - 3.1.25 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=557 --- yast2-installation-3.1.24.tar.bz2 | 3 --- yast2-installation-3.1.25.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.24.tar.bz2 create mode 100644 yast2-installation-3.1.25.tar.bz2 diff --git a/yast2-installation-3.1.24.tar.bz2 b/yast2-installation-3.1.24.tar.bz2 deleted file mode 100644 index a830700..0000000 --- a/yast2-installation-3.1.24.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:054e5223f6d13fae4336ee69175ebb82b4781369babcb359802aa2af9a5207f9 -size 1215059 diff --git a/yast2-installation-3.1.25.tar.bz2 b/yast2-installation-3.1.25.tar.bz2 new file mode 100644 index 0000000..e24c64a --- /dev/null +++ b/yast2-installation-3.1.25.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf715902126a32beaae049f2896b1955c3458ac32617ad487e170c56dbcf0228 +size 1215086 diff --git a/yast2-installation.changes b/yast2-installation.changes index f909df9..aeb2021 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 28 15:37:15 UTC 2014 - jreidinger@suse.com + +- Fix exporting configuration in first stage (FATE#308539) +- 3.1.25 + ------------------------------------------------------------------- Mon Jan 27 09:56:26 UTC 2014 - mfilka@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 71a6550..fa188da 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.24 +Version: 3.1.25 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build