From ac512c319c49424eb3808701df2bf59de820167b Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Wed, 13 Jan 2016 13:22:04 +0100 Subject: [PATCH 1/3] reduced log level for obsolete modules --- src/clients/inst_autoconfigure.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clients/inst_autoconfigure.rb b/src/clients/inst_autoconfigure.rb index 8515db6e7..d4fb12883 100644 --- a/src/clients/inst_autoconfigure.rb +++ b/src/clients/inst_autoconfigure.rb @@ -81,7 +81,7 @@ def main unsupported_sections = Y2ModuleConfig.unsupported_profile_sections if unsupported_sections.any? log.error "Could not process these unsupported profile sections: #{unsupported_sections}" - Report.LongError( + Report.LongWarning( # TRANSLATORS: Error message, %s is replaced by newline-separated # list of unsupported sections of the profile # Do not translate words in brackets From 10946d8ad8063eec9c006f4e49e466719066b828 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Wed, 13 Jan 2016 13:39:25 +0100 Subject: [PATCH 2/3] packaging --- package/autoyast2.changes | 9 +++++++++ package/autoyast2.spec | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/package/autoyast2.changes b/package/autoyast2.changes index 0557aa511..399d5e509 100644 --- a/package/autoyast2.changes +++ b/package/autoyast2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 13 13:37:52 CET 2016 - schubi@suse.de + +- Reducing loglevel Error->Warning for obsolte YAST modules. + (bnc#955878) +- 3.1.101.8 + +------------------------------------------------------------------- + Wed Jan 13 11:40:25 UTC 2016 - igonzalezsosa@suse.com - Fix validation of AutoYaST profiles (bsc#954412) diff --git a/package/autoyast2.spec b/package/autoyast2.spec index 243ca8506..e2b8b2b80 100644 --- a/package/autoyast2.spec +++ b/package/autoyast2.spec @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.1.101.7 +Version: 3.1.101.8 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 08c531398dde5ba7eda2d87bfe3f452708a44890 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Wed, 13 Jan 2016 13:46:56 +0100 Subject: [PATCH 3/3] typo --- package/autoyast2.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/autoyast2.changes b/package/autoyast2.changes index 399d5e509..19f538b04 100644 --- a/package/autoyast2.changes +++ b/package/autoyast2.changes @@ -1,8 +1,8 @@ ------------------------------------------------------------------- Wed Jan 13 13:37:52 CET 2016 - schubi@suse.de -- Reducing loglevel Error->Warning for obsolte YAST modules. - (bnc#955878) +- Reducing loglevel from Error to Warning for obsolete YaST + modules. (bnc#955878) - 3.1.101.8 -------------------------------------------------------------------