#84 Fix libmodulemd usage for changes in libmodulemd-1.5
Closed by nphilipp. Opened by otaylor.
modularity/ otaylor/fedmod libmodulemd-peek  into  master

Download 84.patch

From libmodulemd 1.4 to 1.5, many mmd.props.X were changed to copy
X rather than returning a pointer to X - this means that something
like mmd.props.rpm_api.add(pkg) no longer works as expected. Change
these usages to mmd.props.peek_rpm_api().add(pkg).

Metadata Update from @nphilipp:
- Request assigned

LGTM, I'll rebase and apply.

applied in commit 106e464

Pull-Request has been closed by nphilipp

Metadata