Bug 1328577 - Change requirement in p2.inf from com.kenai.jffi.native to com.github.jnr.jffi.native
Summary: Change requirement in p2.inf from com.kenai.jffi.native to com.github.jnr.jff...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: jffi
Version: rawhide
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Mo Morsi
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-19 18:07 UTC by Roland Grunberg
Modified: 2016-04-20 06:19 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-20 06:19:43 UTC
Type: Bug


Attachments (Terms of Use)
Patch (1.33 KB, patch)
2016-04-19 18:10 UTC, Roland Grunberg
no flags Details | Diff

Description Roland Grunberg 2016-04-19 18:07:33 UTC
Upstream now auto-generates OSGi metadata for jffi (https://github.com/jnr/jffi/commit/045993c5f741273a68256c0f710901d71c7aaf5e) and this has made its way into rawhide (http://koji.fedoraproject.org/koji/rpminfo?rpmID=7608550). One change in particular is that the Bundle-SymbolicName has changed from the one we assigned it (com.kenai.jffi.native), to com.github.jnr.jffi.native. Therefore, the requirement from the main jffi bundle (com.github.jnr.jffi) must reflect that.

Comment 1 Roland Grunberg 2016-04-19 18:10:07 UTC
Created attachment 1148709 [details]
Patch

I've tested this patch and it will resolve the issue.

For a little background, the p2.inf statement exists because the fragment host (jffi) cannot functinon without the fragment (jffi-native) so one most require the other. The p2.inf file allows us to define this requirement for this special case.

Comment 2 Alexander Kurtakov 2016-04-20 06:19:43 UTC
Thanks for the patch. Applied in master.


Note You need to log in before you can comment on or make changes to this bug.