From 1659810d3184a62de9e122ca0b071003bca27fae7974097124c3b0b67d15fa75 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 2 Sep 2015 13:05:45 +0000 Subject: [PATCH 1/3] - Move #second_stage_required? method to InstFunctions module to be used by AutoYaST (bnc#892091) - 3.1.157 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=736 --- yast2-installation-3.1.156.tar.bz2 | 3 --- yast2-installation-3.1.157.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.156.tar.bz2 create mode 100644 yast2-installation-3.1.157.tar.bz2 diff --git a/yast2-installation-3.1.156.tar.bz2 b/yast2-installation-3.1.156.tar.bz2 deleted file mode 100644 index ea12846..0000000 --- a/yast2-installation-3.1.156.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f1c043f9122a26cc46875257e8c2ad50625951e969aeebd88cbea399d2cb539 -size 395666 diff --git a/yast2-installation-3.1.157.tar.bz2 b/yast2-installation-3.1.157.tar.bz2 new file mode 100644 index 0000000..30528f8 --- /dev/null +++ b/yast2-installation-3.1.157.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54656db2d6bd8af03099e276c5631cc6f749cae5e269c92721447e88bc029b44 +size 395300 diff --git a/yast2-installation.changes b/yast2-installation.changes index 735424a..69a92c9 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 2 09:43:21 UTC 2015 - igonzalezsosa@suse.com + +- Move #second_stage_required? method to InstFunctions module + to be used by AutoYaST (bnc#892091) +- 3.1.157 + ------------------------------------------------------------------- Tue Aug 25 10:17:24 CEST 2015 - schubi@suse.de diff --git a/yast2-installation.spec b/yast2-installation.spec index bf70a3d..f7dfe42 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.156 +Version: 3.1.157 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 9b63771d05002cb5d9e37c2abd9127fa6da83280883cb40aa9982abe6a2925f7 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 3 Sep 2015 12:55:32 +0000 Subject: [PATCH 2/3] - Fixed setting language / languages in the installation welcome screen (bsc#943746, bsc#944035) - 3.1.158 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=737 --- yast2-installation-3.1.157.tar.bz2 | 3 --- yast2-installation-3.1.158.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.157.tar.bz2 create mode 100644 yast2-installation-3.1.158.tar.bz2 diff --git a/yast2-installation-3.1.157.tar.bz2 b/yast2-installation-3.1.157.tar.bz2 deleted file mode 100644 index 30528f8..0000000 --- a/yast2-installation-3.1.157.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54656db2d6bd8af03099e276c5631cc6f749cae5e269c92721447e88bc029b44 -size 395300 diff --git a/yast2-installation-3.1.158.tar.bz2 b/yast2-installation-3.1.158.tar.bz2 new file mode 100644 index 0000000..974df05 --- /dev/null +++ b/yast2-installation-3.1.158.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4882f6fcc89d044d2ec3dcfbdff90a92507f508d3ab25d95869d1aecc500b5b1 +size 395411 diff --git a/yast2-installation.changes b/yast2-installation.changes index 69a92c9..e980d22 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 3 14:41:07 CEST 2015 - locilka@suse.com + +- Fixed setting language / languages in the installation welcome + screen (bsc#943746, bsc#944035) +- 3.1.158 + ------------------------------------------------------------------- Wed Sep 2 09:43:21 UTC 2015 - igonzalezsosa@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index f7dfe42..34771df 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.157 +Version: 3.1.158 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 4661bffc57bb433ee2ab98c21e23a92f26052f51d37e762904a88e822edbe75a Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 4 Sep 2015 07:26:52 +0000 Subject: [PATCH 3/3] - fix bug preventing to finish proposal in some sutuations (bsc#944334) - 3.1.159 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=738 --- yast2-installation-3.1.158.tar.bz2 | 3 --- yast2-installation-3.1.159.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.158.tar.bz2 create mode 100644 yast2-installation-3.1.159.tar.bz2 diff --git a/yast2-installation-3.1.158.tar.bz2 b/yast2-installation-3.1.158.tar.bz2 deleted file mode 100644 index 974df05..0000000 --- a/yast2-installation-3.1.158.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4882f6fcc89d044d2ec3dcfbdff90a92507f508d3ab25d95869d1aecc500b5b1 -size 395411 diff --git a/yast2-installation-3.1.159.tar.bz2 b/yast2-installation-3.1.159.tar.bz2 new file mode 100644 index 0000000..601f724 --- /dev/null +++ b/yast2-installation-3.1.159.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f3603411c2369150accdd1594418ef2694bf37d953bcc1270beafb6368a906 +size 395655 diff --git a/yast2-installation.changes b/yast2-installation.changes index e980d22..2222b2f 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 4 07:07:33 UTC 2015 - jsrain@suse.cz + +- fix bug preventing to finish proposal in some sutuations + (bsc#944334) +- 3.1.159 + ------------------------------------------------------------------- Thu Sep 3 14:41:07 CEST 2015 - locilka@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 34771df..07ad72d 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.158 +Version: 3.1.159 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build