Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Ib489d11174f67acf04c6c622fc41c2243e596198
|
|
Change-Id: Ic8624d3b6ed9010a8f0c281e04c5669759e87eb4
|
|
Conflicts:
Build.pm
expanddeps
Change-Id: I0eee5303d2098bfc7a69f6ecda239db2263818e2
|
|
When there are multiple candidate packages as a result of
Provides, the current obs-build gives an error: "have choice for".
However, according to http://www.rpm.org/wiki/PackagerDocs/Dependencies ,
Recommends tells the system to install the corresponding package
unless there is a conflict; thus, if there is a package recommended
(as described in issue #302), obs-build shall install the recommended
package, resolving "have choice for" error.
To enable, OBS project should declare:
"BuildFlags: UseRecommendsForChoices=1"
or
"BuildFlags: UseRecommendsForChoices"
in its project config.
Fixes #302
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Conflicts:
createdirdeps
expanddeps
Change-Id: I65dc6dd16a6874b7c1ae47932d37c23ec98b9cdf
|
|
Change-Id: Id7bd20082ab0016fea7cb31ec47e5bc2e964847f
|
|
Change-Id: I8943d5a8c98049843e6753c38beac89927690d72
|