migrate from the obsolete felix-osgi-core to osgi-core
This commit is contained in:
parent
4e35e4c673
commit
bcac7a24c7
10
xbean.spec
10
xbean.spec
@ -5,7 +5,7 @@
|
||||
Name: xbean
|
||||
Summary: Java plugin based web server
|
||||
Version: 4.14
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: ASL 2.0
|
||||
|
||||
URL: http://geronimo.apache.org/xbean/
|
||||
@ -23,7 +23,7 @@ BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(log4j:log4j:1.2.12)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||
BuildRequires: mvn(org.osgi:org.osgi.core)
|
||||
BuildRequires: mvn(org.osgi:osgi.core)
|
||||
BuildRequires: mvn(org.ow2.asm:asm)
|
||||
BuildRequires: mvn(org.ow2.asm:asm-commons)
|
||||
BuildRequires: mvn(org.slf4j:slf4j-api)
|
||||
@ -112,6 +112,9 @@ rm src/site/site.xml
|
||||
%pom_remove_parent
|
||||
%pom_remove_dep mx4j:mx4j
|
||||
|
||||
# use osgi-core instead of felix-osgi-core
|
||||
%pom_change_dep -r :org.osgi.core org.osgi:osgi.core
|
||||
|
||||
# Unshade ASM
|
||||
%pom_remove_dep -r :xbean-asm7-shaded
|
||||
%pom_remove_dep -r :xbean-finder-shaded
|
||||
@ -188,6 +191,9 @@ sed -i "s|</Private-Package>|</Private-Package-->|" xbean-blueprint/pom.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 18 2019 Fabio Valentini <decathorpe@gmail.com> - 4.14-2
|
||||
- Migrate from the obsolete felix-osgi-core to osgi-core.
|
||||
|
||||
* Tue Aug 20 2019 Fabio Valentini <decathorpe@gmail.com> - 4.14-1
|
||||
- Update to version 4.14.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user