From 314ac7c516fdd8c56220cc198cb630c00d208e02df0f747e1d5cddda0dbe35d8 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 25 Feb 2014 12:41:46 +0000 Subject: [PATCH 1/6] - Removed hard-coded color and RichText formatting from installation confirmation dialog (#bnc#865371) - 3.1.41 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=578 --- yast2-installation-3.1.40.tar.bz2 | 3 --- yast2-installation-3.1.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.1.40.tar.bz2 create mode 100644 yast2-installation-3.1.41.tar.bz2 diff --git a/yast2-installation-3.1.40.tar.bz2 b/yast2-installation-3.1.40.tar.bz2 deleted file mode 100644 index bedee8e..0000000 --- a/yast2-installation-3.1.40.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4647449bd2eb5ccb3f208d7354cba65e7998809e81fa928ad8a6acb3c80bd98e -size 1214181 diff --git a/yast2-installation-3.1.41.tar.bz2 b/yast2-installation-3.1.41.tar.bz2 new file mode 100644 index 0000000..1921040 --- /dev/null +++ b/yast2-installation-3.1.41.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ffc3ad936adceffcec318998a2ea841323250f360ee4259faefb935b0e54c5 +size 1214028 diff --git a/yast2-installation.changes b/yast2-installation.changes index c115368..3acc64c 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 25 13:27:34 CET 2014 - locilka@suse.cz + +- Removed hard-coded color and RichText formatting from + installation confirmation dialog (#bnc#865371) +- 3.1.41 + ------------------------------------------------------------------- Fri Feb 21 14:54:01 CET 2014 - snwint@suse.de diff --git a/yast2-installation.spec b/yast2-installation.spec index c8de839..32400e1 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.40 +Version: 3.1.41 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 446dac333bd1a5d1e810b5f1728db7a6230f1109db09c2dfabae3b643d5a8e2d Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 25 Feb 2014 14:32:26 +0000 Subject: [PATCH 2/6] - Adapted ignored_features to handle possibly missing Cmdline entry from Linuxrc (bnc#861465) - 3.1.42 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=579 --- yast2-installation-3.1.41.tar.bz2 | 3 --- yast2-installation-3.1.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.1.41.tar.bz2 create mode 100644 yast2-installation-3.1.42.tar.bz2 diff --git a/yast2-installation-3.1.41.tar.bz2 b/yast2-installation-3.1.41.tar.bz2 deleted file mode 100644 index 1921040..0000000 --- a/yast2-installation-3.1.41.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93ffc3ad936adceffcec318998a2ea841323250f360ee4259faefb935b0e54c5 -size 1214028 diff --git a/yast2-installation-3.1.42.tar.bz2 b/yast2-installation-3.1.42.tar.bz2 new file mode 100644 index 0000000..90fde92 --- /dev/null +++ b/yast2-installation-3.1.42.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d0af72768d3c3cc9f79e503e04ca30b6cb3457f60ffd10abe74bda8c597a4f +size 1214159 diff --git a/yast2-installation.changes b/yast2-installation.changes index 3acc64c..d82b109 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 25 14:14:59 CET 2014 - locilka@suse.com + +- Adapted ignored_features to handle possibly missing Cmdline entry + from Linuxrc (bnc#861465) +- 3.1.42 + ------------------------------------------------------------------- Tue Feb 25 13:27:34 CET 2014 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 32400e1..8098141 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.41 +Version: 3.1.42 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 9024069084644ea45eea64b5cb2a5903a7e8cb8c57601ac9ad6df967b65a1c2a Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 25 Feb 2014 15:51:38 +0000 Subject: [PATCH 3/6] - Removed an icon from License Agreement dialog (bnc#865575) - 3.1.43 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=580 --- yast2-installation-3.1.42.tar.bz2 | 3 --- yast2-installation-3.1.43.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.42.tar.bz2 create mode 100644 yast2-installation-3.1.43.tar.bz2 diff --git a/yast2-installation-3.1.42.tar.bz2 b/yast2-installation-3.1.42.tar.bz2 deleted file mode 100644 index 90fde92..0000000 --- a/yast2-installation-3.1.42.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1d0af72768d3c3cc9f79e503e04ca30b6cb3457f60ffd10abe74bda8c597a4f -size 1214159 diff --git a/yast2-installation-3.1.43.tar.bz2 b/yast2-installation-3.1.43.tar.bz2 new file mode 100644 index 0000000..a861263 --- /dev/null +++ b/yast2-installation-3.1.43.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40edc0e4306c60d4c714e5174738072ad41c4a9409169589a5f1e37900bb6cff +size 1214244 diff --git a/yast2-installation.changes b/yast2-installation.changes index d82b109..22c4d84 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 25 16:11:08 CET 2014 - locilka@suse.com + +- Removed an icon from License Agreement dialog (bnc#865575) +- 3.1.43 + ------------------------------------------------------------------- Tue Feb 25 14:14:59 CET 2014 - locilka@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 8098141..5a5cd3f 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.42 +Version: 3.1.43 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 73659a342e8baf5e23a81210f1b198cd1f1e2f048768360763c4fb4a30bc8df4 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 26 Feb 2014 07:35:58 +0000 Subject: [PATCH 4/6] - implement cio ignore feature during installation for s390x (FATE#315586) - 3.1.44 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=581 --- yast2-installation-3.1.43.tar.bz2 | 3 --- yast2-installation-3.1.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.1.43.tar.bz2 create mode 100644 yast2-installation-3.1.44.tar.bz2 diff --git a/yast2-installation-3.1.43.tar.bz2 b/yast2-installation-3.1.43.tar.bz2 deleted file mode 100644 index a861263..0000000 --- a/yast2-installation-3.1.43.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40edc0e4306c60d4c714e5174738072ad41c4a9409169589a5f1e37900bb6cff -size 1214244 diff --git a/yast2-installation-3.1.44.tar.bz2 b/yast2-installation-3.1.44.tar.bz2 new file mode 100644 index 0000000..2c17365 --- /dev/null +++ b/yast2-installation-3.1.44.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1e9c0bd7b5d830282048c5b3c07be3b69b8e7c0a0201c166a40f6ed640e2b0 +size 1216932 diff --git a/yast2-installation.changes b/yast2-installation.changes index 22c4d84..a1ac2c6 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 26 09:15:50 UTC 2014 - jreidinger@suse.com + +- implement cio ignore feature during installation for s390x + (FATE#315586) +- 3.1.44 + ------------------------------------------------------------------- Tue Feb 25 16:11:08 CET 2014 - locilka@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 5a5cd3f..d9fd9dc 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.43 +Version: 3.1.44 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 14334b64f7d5cd36c4782d0b19a5a181ecf342a4eb431b6c058d7d3b3463cc34 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 27 Feb 2014 15:11:07 +0000 Subject: [PATCH 5/6] - revert back complete skip of probing due to disks with activation (BNC#865579) - 3.1.46 - Do not rerun system probing as it is already done (BNC#865579) - 3.1.45 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=582 --- yast2-installation-3.1.44.tar.bz2 | 3 --- yast2-installation-3.1.46.tar.bz2 | 3 +++ yast2-installation.changes | 13 +++++++++++++ yast2-installation.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.44.tar.bz2 create mode 100644 yast2-installation-3.1.46.tar.bz2 diff --git a/yast2-installation-3.1.44.tar.bz2 b/yast2-installation-3.1.44.tar.bz2 deleted file mode 100644 index 2c17365..0000000 --- a/yast2-installation-3.1.44.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb1e9c0bd7b5d830282048c5b3c07be3b69b8e7c0a0201c166a40f6ed640e2b0 -size 1216932 diff --git a/yast2-installation-3.1.46.tar.bz2 b/yast2-installation-3.1.46.tar.bz2 new file mode 100644 index 0000000..e159b33 --- /dev/null +++ b/yast2-installation-3.1.46.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac6b304e141f24644fc04d88135d80c8d4db3982a3b66e0ea1519444fdb73a4 +size 1217196 diff --git a/yast2-installation.changes b/yast2-installation.changes index a1ac2c6..5d28ba4 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Feb 27 13:55:16 UTC 2014 - jreidinger@suse.com + +- revert back complete skip of probing due to disks with activation + (BNC#865579) +- 3.1.46 + +------------------------------------------------------------------- +Thu Feb 27 12:54:37 UTC 2014 - jreidinger@suse.com + +- Do not rerun system probing as it is already done (BNC#865579) +- 3.1.45 + ------------------------------------------------------------------- Wed Feb 26 09:15:50 UTC 2014 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index d9fd9dc..2dc31b2 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.44 +Version: 3.1.46 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 4db58b3c5788d38c2f5bd07f6ae29c4ec4e9b6878fb4bef5714d3036140245d1 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 27 Feb 2014 15:14:44 +0000 Subject: [PATCH 6/6] - reset proposal after rescanning storage (bnc#865579) - 3.1.47 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=583 --- yast2-installation-3.1.46.tar.bz2 | 3 --- yast2-installation-3.1.47.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.46.tar.bz2 create mode 100644 yast2-installation-3.1.47.tar.bz2 diff --git a/yast2-installation-3.1.46.tar.bz2 b/yast2-installation-3.1.46.tar.bz2 deleted file mode 100644 index e159b33..0000000 --- a/yast2-installation-3.1.46.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fac6b304e141f24644fc04d88135d80c8d4db3982a3b66e0ea1519444fdb73a4 -size 1217196 diff --git a/yast2-installation-3.1.47.tar.bz2 b/yast2-installation-3.1.47.tar.bz2 new file mode 100644 index 0000000..12aec5b --- /dev/null +++ b/yast2-installation-3.1.47.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32aa230d9ebb1657d2ea036ff28d2a1aa3967ff702de02578e67ed9e3ea852b1 +size 1216607 diff --git a/yast2-installation.changes b/yast2-installation.changes index 5d28ba4..2b2571b 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 27 15:08:12 CET 2014 - aschnell@suse.de + +- reset proposal after rescanning storage (bnc#865579) +- 3.1.47 + ------------------------------------------------------------------- Thu Feb 27 13:55:16 UTC 2014 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 2dc31b2..c642201 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.46 +Version: 3.1.47 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build