Support "Recommends" RPM dependencies
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 28 Oct 2016 01:11:57 +0000 (10:11 +0900)
committery0169.zhang <y0169.zhang@samsung.com>
Mon, 16 Jan 2017 03:23:11 +0000 (12:23 +0900)
commit1da7f809bbe4120d01c6e9d444bbbf45316dc8ba
tree9e4e2e8a419dc0266c6cdbabf8860e3280885024
parent43a41cb1ce78b5bb804f8636c7c1e0608d4a056e
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