From a514adf6c442200f1471d9935abc2963e53b974a4817da204b297189c2eaa52f Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 19 Dec 2017 13:15:57 +0000 Subject: [PATCH] - Warn the user if the infrastructure is not available for running the second stage (bnc#1061754) - 4.0.20 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=922 --- yast2-installation-4.0.19.tar.bz2 | 3 --- yast2-installation-4.0.20.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.19.tar.bz2 create mode 100644 yast2-installation-4.0.20.tar.bz2 diff --git a/yast2-installation-4.0.19.tar.bz2 b/yast2-installation-4.0.19.tar.bz2 deleted file mode 100644 index 3b94c4e..0000000 --- a/yast2-installation-4.0.19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8347d3510c62dafcb006d31897dd65c2e25dca47e72f84ef81d40e8e5b5d148a -size 452038 diff --git a/yast2-installation-4.0.20.tar.bz2 b/yast2-installation-4.0.20.tar.bz2 new file mode 100644 index 0000000..8b77ea5 --- /dev/null +++ b/yast2-installation-4.0.20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89604c1e2781734ed3799a7dfaf6ef0c948eaf672d94f03818b22f369c29f555 +size 452137 diff --git a/yast2-installation.changes b/yast2-installation.changes index a6d1762..caa9db5 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Dec 18 15:58:10 CET 2017 - schubi@suse.de + +- Warn the user if the infrastructure is not available for running + the second stage (bnc#1061754) +- 4.0.20 + ------------------------------------------------------------------- Mon Dec 18 13:20:47 UTC 2017 - gsouza@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index cf4d7d2..4300b46 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.19 +Version: 4.0.20 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -41,8 +41,8 @@ BuildRequires: yast2-xml BuildRequires: rubygem(rspec) BuildRequires: rubygem(yast-rake) -# Yast::WorkflowManager.merge_modules_extensions -BuildRequires: yast2 >= 4.0.8 +# Yast::AutoinstData.autoyast_second_stage_error +BuildRequires: yast2 >= 4.0.27 # 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::WorkflowManager.merge_modules_extensions -Requires: yast2 >= 4.0.8 +# Yast::AutoinstData.autoyast_second_stage_error +Requires: yast2 >= 4.0.27 # Language::GetLanguageItems and other API # Language::Set (handles downloading the translation extensions)