Support "Recommends" RPM dependencies
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 28 Oct 2016 01:11:57 +0000 (10:11 +0900)
committeryang.zhang <y0169.zhang@samsung.com>
Tue, 7 Mar 2017 05:42:27 +0000 (13:42 +0800)
commit601eca0d90eca7d402288dd1068dca5f57cc1ed9
treedeca4136df41062c0cbf0369d43747436c71fb04
parent12108eb346ef9b0de4ea4d973e68dd8eac454ec4
Support "Recommends" RPM dependencies

This requires updates of obs-build (for GBS/OBS):
https://github.com/openSUSE/obs-build/pull/303

and Perl-BSSolv (for OBS):
https://github.com/openSUSE/perl-BSSolv/pull/7

and RPM > 4.12.0 or "Recommends" backported (for OBS/GBS):
https://review.tizen.org/gerrit/#/c/93958/

The issue that we are trying to resolve with these is:
https://github.com/openSUSE/obs-build/issues/302

Change-Id: I579f402a3502c57ca3b2cacfc12a5a3a975aac34
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
depanneur