From 7794ece60e8bbc9cf45ad45f4b5d23e0efd56dd78a752d8954ca77f252937bdb Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 30 Jan 2018 10:26:06 +0000 Subject: [PATCH 1/4] - Reimplemented finding package upgrades to require less memory (related to bsc#1076768) - 4.0.33 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=931 --- yast2-installation-4.0.26.tar.bz2 | 3 --- yast2-installation-4.0.27.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.0.26.tar.bz2 create mode 100644 yast2-installation-4.0.27.tar.bz2 diff --git a/yast2-installation-4.0.26.tar.bz2 b/yast2-installation-4.0.26.tar.bz2 deleted file mode 100644 index fdf9734..0000000 --- a/yast2-installation-4.0.26.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3efdc5d221e9e60d6d6bc49091a23e3694c92319c480548d80d93cba45b4b56f -size 452355 diff --git a/yast2-installation-4.0.27.tar.bz2 b/yast2-installation-4.0.27.tar.bz2 new file mode 100644 index 0000000..139e26b --- /dev/null +++ b/yast2-installation-4.0.27.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f508e5863c8763911f914e3aeba108a13fd4dbfb6ed37c86253506c8acae2aa4 +size 452810 diff --git a/yast2-installation.changes b/yast2-installation.changes index cf873e8..325a671 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 30 09:30:26 UTC 2018 - lslezak@suse.cz + +- Reimplemented finding package upgrades to require less memory + (related to bsc#1076768) +- 4.0.33 + ------------------------------------------------------------------- Fri Jan 26 11:19:05 UTC 2018 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index f399063..11f6e40 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.26 +Version: 4.0.27 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 73898addafd2a5ed1c2fbf883e0e14f776bcf1bec58653cd69b8dd9c3752ffce Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 31 Jan 2018 14:12:06 +0000 Subject: [PATCH 2/4] - Do not enable xvnc.socket for second installation stage. Xvnc will be started by a direct call in vnc.sh. (bnc#1077236) - 4.0.28 - 4.0.27 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=932 --- yast2-installation-4.0.27.tar.bz2 | 3 --- yast2-installation-4.0.28.tar.bz2 | 3 +++ yast2-installation.changes | 9 ++++++++- yast2-installation.spec | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 yast2-installation-4.0.27.tar.bz2 create mode 100644 yast2-installation-4.0.28.tar.bz2 diff --git a/yast2-installation-4.0.27.tar.bz2 b/yast2-installation-4.0.27.tar.bz2 deleted file mode 100644 index 139e26b..0000000 --- a/yast2-installation-4.0.27.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f508e5863c8763911f914e3aeba108a13fd4dbfb6ed37c86253506c8acae2aa4 -size 452810 diff --git a/yast2-installation-4.0.28.tar.bz2 b/yast2-installation-4.0.28.tar.bz2 new file mode 100644 index 0000000..0f0d302 --- /dev/null +++ b/yast2-installation-4.0.28.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a98804a485861e7053f32de795b19ba82da38d5151c8942ac01d9fc39e7aac +size 452816 diff --git a/yast2-installation.changes b/yast2-installation.changes index 325a671..f59e1b8 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,9 +1,16 @@ +------------------------------------------------------------------- +Wed Jan 31 13:09:51 CET 2018 - schubi@suse.de + +- Do not enable xvnc.socket for second installation stage. + Xvnc will be started by a direct call in vnc.sh. (bnc#1077236) +- 4.0.28 + ------------------------------------------------------------------- Tue Jan 30 09:30:26 UTC 2018 - lslezak@suse.cz - Reimplemented finding package upgrades to require less memory (related to bsc#1076768) -- 4.0.33 +- 4.0.27 ------------------------------------------------------------------- Fri Jan 26 11:19:05 UTC 2018 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 11f6e40..73a4ab8 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.27 +Version: 4.0.28 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 974aedef19f736a681db661cadf2e09f3842e0b7f175bfe5231ef4ab91fcae7d Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 2 Feb 2018 15:01:24 +0000 Subject: [PATCH 3/4] - Provides the current language when asking for the product's release notes to the yast2.rpm API (related to bsc#1079045). - 4.0.29 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=933 --- yast2-installation-4.0.28.tar.bz2 | 3 --- yast2-installation-4.0.29.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 10 +++++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 yast2-installation-4.0.28.tar.bz2 create mode 100644 yast2-installation-4.0.29.tar.bz2 diff --git a/yast2-installation-4.0.28.tar.bz2 b/yast2-installation-4.0.28.tar.bz2 deleted file mode 100644 index 0f0d302..0000000 --- a/yast2-installation-4.0.28.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73a98804a485861e7053f32de795b19ba82da38d5151c8942ac01d9fc39e7aac -size 452816 diff --git a/yast2-installation-4.0.29.tar.bz2 b/yast2-installation-4.0.29.tar.bz2 new file mode 100644 index 0000000..24dbaa1 --- /dev/null +++ b/yast2-installation-4.0.29.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825b4bc6aa0e348c3d43ac601134f0a64676ab8e692e976e223ad412d787287c +size 452793 diff --git a/yast2-installation.changes b/yast2-installation.changes index f59e1b8..ef6c63a 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 2 12:49:34 UTC 2018 - igonzalezsosa@suse.com + +- Provides the current language when asking for the product's + release notes to the yast2.rpm API (related to bsc#1079045). +- 4.0.29 + ------------------------------------------------------------------- Wed Jan 31 13:09:51 CET 2018 - schubi@suse.de diff --git a/yast2-installation.spec b/yast2-installation.spec index 73a4ab8..7ca85da 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.28 +Version: 4.0.29 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -41,8 +41,8 @@ BuildRequires: yast2-xml BuildRequires: rubygem(rspec) BuildRequires: rubygem(yast-rake) -# Yast::AutoinstData.autoyast_second_stage_error -BuildRequires: yast2 >= 4.0.27 +# Mandatory language in Product#release_notes +BuildRequires: yast2 >= 4.0.49 # Yast::Packages.check_remote_installation_packages BuildRequires: yast2-packager >= 4.0.9 @@ -50,8 +50,8 @@ BuildRequires: yast2-packager >= 4.0.9 BuildRequires: yast2-storage-ng >= 4.0.43 Requires: yast2-storage-ng >= 4.0.43 -# Yast::AutoinstData.autoyast_second_stage_error -Requires: yast2 >= 4.0.27 +# Mandatory language in Product#release_notes +Requires: yast2 >= 4.0.49 # Language::GetLanguageItems and other API # Language::Set (handles downloading the translation extensions) From f5fcfcfebb635c07ff86d674fba5d4972368d949b302ee3ffe713821f5c5cf3e Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 2 Feb 2018 16:06:47 +0000 Subject: [PATCH 4/4] - do not crash if no role is selected (bsc#1078809) - 4.0.30 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=934 --- yast2-installation-4.0.29.tar.bz2 | 3 --- yast2-installation-4.0.30.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.0.29.tar.bz2 create mode 100644 yast2-installation-4.0.30.tar.bz2 diff --git a/yast2-installation-4.0.29.tar.bz2 b/yast2-installation-4.0.29.tar.bz2 deleted file mode 100644 index 24dbaa1..0000000 --- a/yast2-installation-4.0.29.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:825b4bc6aa0e348c3d43ac601134f0a64676ab8e692e976e223ad412d787287c -size 452793 diff --git a/yast2-installation-4.0.30.tar.bz2 b/yast2-installation-4.0.30.tar.bz2 new file mode 100644 index 0000000..25327f3 --- /dev/null +++ b/yast2-installation-4.0.30.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea64fb8f2103422cf4ebdc8b4404671afd5e0fbc8512ed52fb75ab426b83e7d +size 452688 diff --git a/yast2-installation.changes b/yast2-installation.changes index ef6c63a..f52dea5 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 2 15:26:05 UTC 2018 - jreidinger@suse.com + +- do not crash if no role is selected (bsc#1078809) +- 4.0.30 + ------------------------------------------------------------------- Fri Feb 2 12:49:34 UTC 2018 - igonzalezsosa@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 7ca85da..1abeb17 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.29 +Version: 4.0.30 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build