Compare commits

...

No commits in common. 'c8-stream-rhel8' and 'i8-stream-rhel8' have entirely different histories.

@ -28,7 +28,7 @@
Name: tycho
Version: 1.4.0
Release: 2%{?dist}
Release: 2%{?dist}.inferit
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
# license file is missing but all files having some licensing information are ASL 2.0
@ -114,6 +114,9 @@ BuildRequires: mvn(org.apache.maven.surefire:surefire-junit-platform)
BuildRequires: mvn(org.apiguardian:apiguardian-api)
BuildRequires: mvn(org.opentest4j:opentest4j)
%endif
# MSVSphere OS changes
BuildRequires: osgi(org.kxml2)
# end of MSVSphere OS changes
%if ! %{with bootstrap}
# Ordinarily Tycho additionally requires itself and Eclipse to build
@ -124,7 +127,9 @@ BuildRequires: eclipse-platform >= 1:4.11
BuildRequires: osgi(com.ibm.icu)
BuildRequires: osgi(org.apache.commons.jxpath)
BuildRequires: osgi(org.apache.batik.css)
BuildRequires: osgi(org.kxml2)
# MSVSphere OS changes
#BuildRequires: osgi(org.kxml2)
# end of MSVSphere OS changes
BuildRequires: osgi(org.sat4j.core)
BuildRequires: osgi(org.sat4j.pb)
BuildRequires: osgi(org.w3c.css.sac)
@ -405,6 +410,13 @@ ln -s %{_javadir}/tycho/org.fedoraproject.p2.jar %{buildroot}%{xmvn_libdir}/inst
%files javadoc -f .mfiles-javadoc
%changelog
* Tue May 21 2024 Eugene Zamriy <ezamriy@msvsphere-os.ru> - 1.4.0-2.inferit
- Added kxml build requirement for both bootstrap and regular builds,
otherwise build fails in modern environments.
* Mon May 13 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.4.0-2
- Rebuilt for MSVSphere 8.9
* Fri Aug 09 2019 Mat Booth <mat.booth@redhat.com> - 1.4.0-2
- Fix bootstrapping with new ECF

Loading…
Cancel
Save