Support "Recommends" RPM dependencies
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 28 Oct 2016 01:11:57 +0000 (10:11 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Tue, 10 Jan 2017 09:01:16 +0000 (18:01 +0900)
commitf41d4fa54dd6e98c98e2098c9d3d6d76fc841e43
tree06d4dfdc480790fee9cb99baddfe5639570d2822
parent7c53b1283ea7a610320c8bbba261cc73b9d996bc
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