Fridrich Strba 2023-01-26 18:25:49 +00:00 committed by Git OBS Bridge
parent adf699bedd
commit 3588798220
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#
# spec file for package felix-gogo-runtime
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed

View File

@ -117,7 +117,7 @@
<attribute name="JavaPackages-ArtifactId" value="${project.artifactId}"/>
<attribute name="JavaPackages-GroupId" value="${project.groupId}"/>
<attribute name="JavaPackages-Version" value="${project.version}"/>
<attribute name="Provide-Capability" value="osgi.service;effective:=active;objectClass=&quot;org.apache.felix.service.command.CommandProcessor&quot;,osgi.service;effective:=active;objectClass=&quot;org.apache.felix.service.threadio.ThreadIO&quot;"/>
<attribute name="Provide-Capability" value="org.apache.felix.gogo;org.apache.felix.gogo=&quot;runtime.implementation&quot;;version:Version=&quot;1.0.0&quot;,osgi.service;effective:=active;objectClass=&quot;org.apache.felix.service.command.CommandProcessor&quot;,osgi.service;effective:=active;objectClass=&quot;org.apache.felix.service.threadio.ThreadIO&quot;"/>
<attribute name="Require-Capability" value="osgi.ee;filter:=&quot;(&amp;(osgi.ee=JavaSE)(version=${compiler.target}))&quot;"/>
</manifest>
</jar>