Hello community, here is the log from the commit of package yast2-packager for openSUSE:Factory checked in at 2019-04-08 10:33:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old) and /work/SRC/openSUSE:Factory/.yast2-packager.new.3908 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-packager" Mon Apr 8 10:33:59 2019 rev:371 rq:691197 version:4.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes 2019-03-28 22:47:03.607071548 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-packager.new.3908/yast2-packager.changes 2019-04-08 10:34:03.299198316 +0200 @@ -1,0 +2,7 @@ +Wed Apr 3 10:38:03 CEST 2019 - [email protected] + +- Package proposal: Reset solver state before starting the next + solver run (related to bsc#1077399). +- 4.2.2 + +------------------------------------------------------------------- Old: ---- yast2-packager-4.2.1.tar.bz2 New: ---- yast2-packager-4.2.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-packager.spec ++++++ --- /var/tmp/diff_new_pack.L2Mayt/_old 2019-04-08 10:34:05.335200177 +0200 +++ /var/tmp/diff_new_pack.L2Mayt/_new 2019-04-08 10:34:05.363200203 +0200 @@ -17,7 +17,7 @@ Name: yast2-packager -Version: 4.2.1 +Version: 4.2.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-packager-4.2.1.tar.bz2 -> yast2-packager-4.2.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-4.2.1/Dockerfile new/yast2-packager-4.2.2/Dockerfile --- old/yast2-packager-4.2.1/Dockerfile 2019-03-27 16:34:29.000000000 +0100 +++ new/yast2-packager-4.2.2/Dockerfile 2019-04-03 14:25:52.000000000 +0200 @@ -1,3 +1,3 @@ -FROM yastdevel/ruby +FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest COPY . /usr/src/app diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-4.2.1/package/yast2-packager.changes new/yast2-packager-4.2.2/package/yast2-packager.changes --- old/yast2-packager-4.2.1/package/yast2-packager.changes 2019-03-27 16:34:29.000000000 +0100 +++ new/yast2-packager-4.2.2/package/yast2-packager.changes 2019-04-03 14:25:52.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Apr 3 10:38:03 CEST 2019 - [email protected] + +- Package proposal: Reset solver state before starting the next + solver run (related to bsc#1077399). +- 4.2.2 + +------------------------------------------------------------------- Wed Mar 27 15:27:36 UTC 2019 - David Díaz <[email protected]> - Fix malformed rpm commands (bsc#1129422). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-4.2.1/package/yast2-packager.spec new/yast2-packager-4.2.2/package/yast2-packager.spec --- old/yast2-packager-4.2.1/package/yast2-packager.spec 2019-03-27 16:34:29.000000000 +0100 +++ new/yast2-packager-4.2.2/package/yast2-packager.spec 2019-04-03 14:25:52.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-packager -Version: 4.2.1 +Version: 4.2.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-4.2.1/src/modules/Packages.rb new/yast2-packager-4.2.2/src/modules/Packages.rb --- old/yast2-packager-4.2.1/src/modules/Packages.rb 2019-03-27 16:34:29.000000000 +0100 +++ new/yast2-packager-4.2.2/src/modules/Packages.rb 2019-04-03 14:25:52.000000000 +0200 @@ -2114,6 +2114,7 @@ ) end + @solve_errors = 0 @solve_errors = Pkg.PkgSolveErrors if !Pkg.PkgSolve(false) # Question: is `desktop appropriate for SLE?
