From 4a8021fa39a7de4193aab162909fdac053a0114e37e11d551467491412bf0714 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 6 Feb 2014 14:16:08 +0000 Subject: [PATCH 01/13] Updated to git ref c2d044a OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=564 --- yast2-installation-3.1.29.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yast2-installation-3.1.29.tar.bz2 b/yast2-installation-3.1.29.tar.bz2 index 44d008c..b4e19ad 100644 --- a/yast2-installation-3.1.29.tar.bz2 +++ b/yast2-installation-3.1.29.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4875b9f96b8f5578af4e7697eaa189e676a398874d513d91c506561161ae1d97 -size 1215407 +oid sha256:c19fcf1006f1e5ac25a5d738306085bc0480a87a2fdb0b4c33eb8885bc79667c +size 1215072 From d895372f0120c7ee93fb6cb4fdc070da49f9d4b028950c74dafdd9ace0db395c Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 7 Feb 2014 09:41:28 +0000 Subject: [PATCH 02/13] - Implement minimal installation feature (FATE#313149) - 3.1.30 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=565 --- yast2-installation-3.1.29.tar.bz2 | 3 --- yast2-installation-3.1.30.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.29.tar.bz2 create mode 100644 yast2-installation-3.1.30.tar.bz2 diff --git a/yast2-installation-3.1.29.tar.bz2 b/yast2-installation-3.1.29.tar.bz2 deleted file mode 100644 index b4e19ad..0000000 --- a/yast2-installation-3.1.29.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c19fcf1006f1e5ac25a5d738306085bc0480a87a2fdb0b4c33eb8885bc79667c -size 1215072 diff --git a/yast2-installation-3.1.30.tar.bz2 b/yast2-installation-3.1.30.tar.bz2 new file mode 100644 index 0000000..7c990b6 --- /dev/null +++ b/yast2-installation-3.1.30.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e24f8bf46ad45f3f0ba62020bc076b5cb17fa30e613ee02f51ae82f87bd091 +size 1215386 diff --git a/yast2-installation.changes b/yast2-installation.changes index 4d3444f..f93faae 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 7 09:36:00 UTC 2014 - jreidinger@suse.com + +- Implement minimal installation feature (FATE#313149) +- 3.1.30 + ------------------------------------------------------------------- Mon Feb 3 14:36:34 UTC 2014 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 963dba5..827d151 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.29 +Version: 3.1.30 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From aafb26ec66db7eab938de0c4884f45432e7943f528b9af5ae07df64885839583 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 10 Feb 2014 12:30:57 +0000 Subject: [PATCH 03/13] - Remove initialisation of Report in autoinst mode from inst_system_analysis. Not needed any more since autoyast Profile is now processed before inst_system_analysis gets called (bnc#862829). - 3.1.31 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=566 --- yast2-installation-3.1.30.tar.bz2 | 3 --- yast2-installation-3.1.31.tar.bz2 | 3 +++ yast2-installation.changes | 9 +++++++++ yast2-installation.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.30.tar.bz2 create mode 100644 yast2-installation-3.1.31.tar.bz2 diff --git a/yast2-installation-3.1.30.tar.bz2 b/yast2-installation-3.1.30.tar.bz2 deleted file mode 100644 index 7c990b6..0000000 --- a/yast2-installation-3.1.30.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4e24f8bf46ad45f3f0ba62020bc076b5cb17fa30e613ee02f51ae82f87bd091 -size 1215386 diff --git a/yast2-installation-3.1.31.tar.bz2 b/yast2-installation-3.1.31.tar.bz2 new file mode 100644 index 0000000..5a69b99 --- /dev/null +++ b/yast2-installation-3.1.31.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4388e0242c9087664d3721d7b199217ad601a1a48742589ad07e0c1437b5ddb3 +size 1215588 diff --git a/yast2-installation.changes b/yast2-installation.changes index f93faae..f8a69a4 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 10 13:00:10 CET 2014 - fehr@suse.de + +- Remove initialisation of Report in autoinst mode from + inst_system_analysis. Not needed any more since autoyast Profile + is now processed before inst_system_analysis gets called + (bnc#862829). +- 3.1.31 + ------------------------------------------------------------------- Fri Feb 7 09:36:00 UTC 2014 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 827d151..b0b383c 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.30 +Version: 3.1.31 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From b9b3eb1a318edbf621c1b7133444830ceff71babadd858ec110641a6585041e4 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 10 Feb 2014 14:50:36 +0000 Subject: [PATCH 04/13] - removed unused release_notes_popup.rb OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=567 --- yast2-installation-3.1.31.tar.bz2 | 4 ++-- yast2-installation.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/yast2-installation-3.1.31.tar.bz2 b/yast2-installation-3.1.31.tar.bz2 index 5a69b99..2acfe82 100644 --- a/yast2-installation-3.1.31.tar.bz2 +++ b/yast2-installation-3.1.31.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4388e0242c9087664d3721d7b199217ad601a1a48742589ad07e0c1437b5ddb3 -size 1215588 +oid sha256:95694c8228b03d54bd03baf97d8b3b3edef919c646d9010379f0fe078122675f +size 1214011 diff --git a/yast2-installation.changes b/yast2-installation.changes index f8a69a4..7b189f5 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 10 14:31:52 UTC 2014 - jsrain@suse.cz + +- removed unused release_notes_popup.rb + ------------------------------------------------------------------- Mon Feb 10 13:00:10 CET 2014 - fehr@suse.de From e7c99153c28b11cb6aaa3646e6c3326f537acb92f8f5cdb4fabc001cabca29e5 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 11 Feb 2014 15:16:37 +0000 Subject: [PATCH 05/13] - fix dependencies to properly require new ruby bindings - 3.1.32 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=568 --- yast2-installation-3.1.31.tar.bz2 | 3 --- yast2-installation-3.1.32.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 yast2-installation-3.1.31.tar.bz2 create mode 100644 yast2-installation-3.1.32.tar.bz2 diff --git a/yast2-installation-3.1.31.tar.bz2 b/yast2-installation-3.1.31.tar.bz2 deleted file mode 100644 index 2acfe82..0000000 --- a/yast2-installation-3.1.31.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95694c8228b03d54bd03baf97d8b3b3edef919c646d9010379f0fe078122675f -size 1214011 diff --git a/yast2-installation-3.1.32.tar.bz2 b/yast2-installation-3.1.32.tar.bz2 new file mode 100644 index 0000000..2188274 --- /dev/null +++ b/yast2-installation-3.1.32.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab19c3799e767b1bdad0c6cbdcb41d6dfc5bca6b3b896755624835f4a7d4625 +size 1213973 diff --git a/yast2-installation.changes b/yast2-installation.changes index 7b189f5..c8f85de 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 11 14:55:36 UTC 2014 - jreidinger@suse.com + +- fix dependencies to properly require new ruby bindings +- 3.1.32 + ------------------------------------------------------------------- Mon Feb 10 14:31:52 UTC 2014 - jsrain@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index b0b383c..2009ca7 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,14 +17,14 @@ Name: yast2-installation -Version: 3.1.31 +Version: 3.1.32 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 Url: http://github.com/yast/yast-installation -Requires: yast2-ruby-bindings >= 1.0.0 +Requires: yast2-ruby-bindings >= 3.1.8 Summary: YaST2 - Installation Parts License: GPL-2.0 From 56127f51ac0fafc1fbfba47e2784af4b3cf304ebfdad4db358700085aff61d40 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 11 Feb 2014 15:46:31 +0000 Subject: [PATCH 06/13] - keep proper installation mode after cloning(BNC#861520) - 3.1.33 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=569 --- yast2-installation-3.1.32.tar.bz2 | 3 --- yast2-installation-3.1.33.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++-- yast2-installation.spec | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 yast2-installation-3.1.32.tar.bz2 create mode 100644 yast2-installation-3.1.33.tar.bz2 diff --git a/yast2-installation-3.1.32.tar.bz2 b/yast2-installation-3.1.32.tar.bz2 deleted file mode 100644 index 2188274..0000000 --- a/yast2-installation-3.1.32.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ab19c3799e767b1bdad0c6cbdcb41d6dfc5bca6b3b896755624835f4a7d4625 -size 1213973 diff --git a/yast2-installation-3.1.33.tar.bz2 b/yast2-installation-3.1.33.tar.bz2 new file mode 100644 index 0000000..4fc9069 --- /dev/null +++ b/yast2-installation-3.1.33.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cca26976dbb5357d63ca6b24ba8d920820eae38aca6802c22e53c90e6bdee03 +size 1214110 diff --git a/yast2-installation.changes b/yast2-installation.changes index c8f85de..60f230e 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 11 15:26:47 UTC 2014 - jreidinger@suse.com + +- keep proper installation mode after cloning(BNC#861520) +- 3.1.33 + ------------------------------------------------------------------- Tue Feb 11 14:55:36 UTC 2014 - jreidinger@suse.com @@ -9,8 +15,6 @@ Mon Feb 10 14:31:52 UTC 2014 - jsrain@suse.cz - removed unused release_notes_popup.rb -------------------------------------------------------------------- -Mon Feb 10 13:00:10 CET 2014 - fehr@suse.de - Remove initialisation of Report in autoinst mode from inst_system_analysis. Not needed any more since autoyast Profile diff --git a/yast2-installation.spec b/yast2-installation.spec index 2009ca7..36bd58c 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.32 +Version: 3.1.33 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 715c5c23de011215341209451fada69772697ec9b07557f4f56f6131d5cf22aa Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 12 Feb 2014 11:50:46 +0000 Subject: [PATCH 07/13] - fix namespace collision that cause error in installation - 3.1.34 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=570 --- yast2-installation-3.1.33.tar.bz2 | 3 --- yast2-installation-3.1.34.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.33.tar.bz2 create mode 100644 yast2-installation-3.1.34.tar.bz2 diff --git a/yast2-installation-3.1.33.tar.bz2 b/yast2-installation-3.1.33.tar.bz2 deleted file mode 100644 index 4fc9069..0000000 --- a/yast2-installation-3.1.33.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cca26976dbb5357d63ca6b24ba8d920820eae38aca6802c22e53c90e6bdee03 -size 1214110 diff --git a/yast2-installation-3.1.34.tar.bz2 b/yast2-installation-3.1.34.tar.bz2 new file mode 100644 index 0000000..2f22891 --- /dev/null +++ b/yast2-installation-3.1.34.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed4eee6f5a3d053ed3c0a93b7f4b54e22a8505dfa42cb9e50a8f3fc7318c47a +size 1214171 diff --git a/yast2-installation.changes b/yast2-installation.changes index 60f230e..b312bc6 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 12 11:44:20 UTC 2014 - jreidinger@suse.com + +- fix namespace collision that cause error in installation +- 3.1.34 + ------------------------------------------------------------------- Mon Feb 11 15:26:47 UTC 2014 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 36bd58c..4978151 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.33 +Version: 3.1.34 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From a5e16ca5ced433d054ad3af268da191696d4adb6c043c04be6fcaa98ca839a5b Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 17 Feb 2014 15:56:18 +0000 Subject: [PATCH 08/13] - fix detection if ssh daemon run - 3.1.35 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=571 --- yast2-installation-3.1.34.tar.bz2 | 3 --- yast2-installation-3.1.35.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.34.tar.bz2 create mode 100644 yast2-installation-3.1.35.tar.bz2 diff --git a/yast2-installation-3.1.34.tar.bz2 b/yast2-installation-3.1.34.tar.bz2 deleted file mode 100644 index 2f22891..0000000 --- a/yast2-installation-3.1.34.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ed4eee6f5a3d053ed3c0a93b7f4b54e22a8505dfa42cb9e50a8f3fc7318c47a -size 1214171 diff --git a/yast2-installation-3.1.35.tar.bz2 b/yast2-installation-3.1.35.tar.bz2 new file mode 100644 index 0000000..4b494eb --- /dev/null +++ b/yast2-installation-3.1.35.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75eed2804699085337da64e6ef7ba4f728a9cc7078df4e063758f085ec3aa9bd +size 1214299 diff --git a/yast2-installation.changes b/yast2-installation.changes index b312bc6..b53c153 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 17 13:45:08 UTC 2014 - jreidinger@suse.com + +- fix detection if ssh daemon run +- 3.1.35 + ------------------------------------------------------------------- Wed Feb 12 11:44:20 UTC 2014 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 4978151..0f17c19 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.34 +Version: 3.1.35 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From fb76999352569ff14d0935d1fe307878d69d2f15d8d0a4e2d591aff78dc78414 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 19 Feb 2014 13:32:24 +0000 Subject: [PATCH 09/13] - Copying all udev rules from inst-sys to installed system (bnc#860089) - 3.1.36 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=572 --- yast2-installation-3.1.35.tar.bz2 | 3 --- yast2-installation-3.1.36.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.35.tar.bz2 create mode 100644 yast2-installation-3.1.36.tar.bz2 diff --git a/yast2-installation-3.1.35.tar.bz2 b/yast2-installation-3.1.35.tar.bz2 deleted file mode 100644 index 4b494eb..0000000 --- a/yast2-installation-3.1.35.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75eed2804699085337da64e6ef7ba4f728a9cc7078df4e063758f085ec3aa9bd -size 1214299 diff --git a/yast2-installation-3.1.36.tar.bz2 b/yast2-installation-3.1.36.tar.bz2 new file mode 100644 index 0000000..20406c0 --- /dev/null +++ b/yast2-installation-3.1.36.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69da7cc9c1ebb9a95fdb3aec0ab12cc28b5809f9183b54ad5b168729a2f88f59 +size 1214300 diff --git a/yast2-installation.changes b/yast2-installation.changes index b53c153..4b21c17 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 18 17:09:08 CET 2014 - locilka@suse.com + +- Copying all udev rules from inst-sys to installed system + (bnc#860089) +- 3.1.36 + ------------------------------------------------------------------- Mon Feb 17 13:45:08 UTC 2014 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 0f17c19..d2317c5 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.35 +Version: 3.1.36 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 7b1bf8f4ddb2146b5057ddfa15329233a90159eb6294e2ead1cb34d4400ceccc Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 19 Feb 2014 14:16:37 +0000 Subject: [PATCH 10/13] - Writing bootloader as late as possible, several configs need to be written and coppied to the installed system first (bnc#860089) - 3.1.37 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=573 --- yast2-installation-3.1.36.tar.bz2 | 3 --- yast2-installation-3.1.37.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.36.tar.bz2 create mode 100644 yast2-installation-3.1.37.tar.bz2 diff --git a/yast2-installation-3.1.36.tar.bz2 b/yast2-installation-3.1.36.tar.bz2 deleted file mode 100644 index 20406c0..0000000 --- a/yast2-installation-3.1.36.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69da7cc9c1ebb9a95fdb3aec0ab12cc28b5809f9183b54ad5b168729a2f88f59 -size 1214300 diff --git a/yast2-installation-3.1.37.tar.bz2 b/yast2-installation-3.1.37.tar.bz2 new file mode 100644 index 0000000..102f052 --- /dev/null +++ b/yast2-installation-3.1.37.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3b49e74a7faf4049a2a4b91ed94023dd82d7edaa08984006c5c1725b2026cf +size 1214007 diff --git a/yast2-installation.changes b/yast2-installation.changes index 4b21c17..844c8d5 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 19 14:51:24 CET 2014 - locilka@suse.com + +- Writing bootloader as late as possible, several configs need to + be written and coppied to the installed system first (bnc#860089) +- 3.1.37 + ------------------------------------------------------------------- Tue Feb 18 17:09:08 CET 2014 - locilka@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index d2317c5..af5486b 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.36 +Version: 3.1.37 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 7e830abd1e812d00b21f202176e4e9f5eaf51974c4aea73fa5ce484bd7235243 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 19 Feb 2014 14:46:17 +0000 Subject: [PATCH 11/13] - Prevent from re-defining CopyFilesFinishClient class (bnc#864631) - 3.1.38 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=574 --- yast2-installation-3.1.37.tar.bz2 | 3 --- yast2-installation-3.1.38.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.37.tar.bz2 create mode 100644 yast2-installation-3.1.38.tar.bz2 diff --git a/yast2-installation-3.1.37.tar.bz2 b/yast2-installation-3.1.37.tar.bz2 deleted file mode 100644 index 102f052..0000000 --- a/yast2-installation-3.1.37.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef3b49e74a7faf4049a2a4b91ed94023dd82d7edaa08984006c5c1725b2026cf -size 1214007 diff --git a/yast2-installation-3.1.38.tar.bz2 b/yast2-installation-3.1.38.tar.bz2 new file mode 100644 index 0000000..6c794a5 --- /dev/null +++ b/yast2-installation-3.1.38.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98bc636bf303078140a1d3f8ba190c8e610432e68ca97cda7d947e40c67f71c2 +size 1214242 diff --git a/yast2-installation.changes b/yast2-installation.changes index 844c8d5..54f5fe2 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 19 15:22:00 CET 2014 - locilka@suse.com + +- Prevent from re-defining CopyFilesFinishClient class (bnc#864631) +- 3.1.38 + ------------------------------------------------------------------- Wed Feb 19 14:51:24 CET 2014 - locilka@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index af5486b..1dc92d6 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.37 +Version: 3.1.38 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 9842bd8f40f098cf95d8ac33d8b09d002611c32fa7e838c93d21fc945c6da91b Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 19 Feb 2014 14:56:44 +0000 Subject: [PATCH 12/13] - fix detection if ssh daemon run otherwise ssh installation do not reboot after first stage(BNC#864260) OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=575 --- yast2-installation-3.1.38.tar.bz2 | 4 ++-- yast2-installation.changes | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/yast2-installation-3.1.38.tar.bz2 b/yast2-installation-3.1.38.tar.bz2 index 6c794a5..bc93e6a 100644 --- a/yast2-installation-3.1.38.tar.bz2 +++ b/yast2-installation-3.1.38.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98bc636bf303078140a1d3f8ba190c8e610432e68ca97cda7d947e40c67f71c2 -size 1214242 +oid sha256:278b7ed2770fcc52fa2a733a062d5b32d48e2ede40b2df1fa2371866012c3d35 +size 1214207 diff --git a/yast2-installation.changes b/yast2-installation.changes index 54f5fe2..9d1c9db 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -21,7 +21,8 @@ Tue Feb 18 17:09:08 CET 2014 - locilka@suse.com ------------------------------------------------------------------- Mon Feb 17 13:45:08 UTC 2014 - jreidinger@suse.com -- fix detection if ssh daemon run +- fix detection if ssh daemon run otherwise ssh installation do not + reboot after first stage(BNC#864260) - 3.1.35 ------------------------------------------------------------------- From 2502f747185ccb1f502a93ff7cb322c6afea53898813b25b9862bc9b4eb1c2d0 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 21 Feb 2014 09:41:52 +0000 Subject: [PATCH 13/13] - ssh installation: fix network start after reboot (bnc#850446) - 3.1.39 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=576 --- yast2-installation-3.1.38.tar.bz2 | 3 --- yast2-installation-3.1.39.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.38.tar.bz2 create mode 100644 yast2-installation-3.1.39.tar.bz2 diff --git a/yast2-installation-3.1.38.tar.bz2 b/yast2-installation-3.1.38.tar.bz2 deleted file mode 100644 index bc93e6a..0000000 --- a/yast2-installation-3.1.38.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:278b7ed2770fcc52fa2a733a062d5b32d48e2ede40b2df1fa2371866012c3d35 -size 1214207 diff --git a/yast2-installation-3.1.39.tar.bz2 b/yast2-installation-3.1.39.tar.bz2 new file mode 100644 index 0000000..126ed3c --- /dev/null +++ b/yast2-installation-3.1.39.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31179aef4900694e46775c789756add18b9d62136a1bf2a4267132cd6ef3ee7f +size 1214196 diff --git a/yast2-installation.changes b/yast2-installation.changes index 9d1c9db..0941518 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 21 09:16:18 UTC 2014 - mvidner@suse.com + +- ssh installation: fix network start after reboot (bnc#850446) +- 3.1.39 + ------------------------------------------------------------------- Wed Feb 19 15:22:00 CET 2014 - locilka@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 1dc92d6..f850d8b 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.38 +Version: 3.1.39 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build