gogo: BundleException: The bundle "org.apache.lucene.core_4.7.0 [191]" could not be resolved. Reason: Missing Constraint: Bundle-RequiredExecutionEnvironment: J2SE-1.6 Since http://pkgs.fedoraproject.org/cgit/lucene.git/commit/?id=18be1b8c884f6476900c54d393a3a734b28b0146 , lucene has been using a value of 'J2SE-1.6' for the Bundle-RequiredExecutionEnvironment attribute. I believe this should be 'JavaSE-1.6' as per the supported values http://wiki.osgi.org/wiki/Execution_Environment . If the manifest is being taken from somewhere upstream, then I guess this could be filed there.
Created attachment 871035 [details] Patch This should resolve the issue.
http://pkgs.fedoraproject.org/cgit/lucene.git/commit/?id=dad5f7a55db24e6d1f3ed6a4af19667ef970951a has been built at http://koji.fedoraproject.org/koji/buildinfo?buildID=502642 and I can confirm this fixes the issue. Marking as CLOSED (RAWHIDE).