fedoraproject-p2: Enable support for p2 Droplets.

This commit is contained in:
Roland Grunberg 2015-08-27 10:08:48 -04:00
parent 4376b5e68b
commit 594d2bceca
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,3 @@
0791998bcb54d44669edefed10557499 fedoraproject-p2-09403d.tar.xz
0f99aee5dc2ba2cd54cf9a6c60779f43 fedoraproject-p2-a64ec1.tar.xz
0a14e091316e0a467f94c7821b9e21e6 org.eclipse.tycho-tycho-0.23.0.tar.xz
cd436a0741267ce86e97184cfee608e9 eclipse-bootstrap.tar.xz

View File

@ -19,7 +19,7 @@
%global git_tag tycho-0.23.0
%global fp_p2_sha 09403d
%global fp_p2_sha a64ec1
%global fp_p2_version 0.0.1
%global fp_p2_snap -SNAPSHOT
@ -27,7 +27,7 @@
Name: %{?scl_prefix}tycho
Version: 0.23.0
Release: 8%{?dist}
Release: 9%{?dist}
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
@ -422,6 +422,9 @@ ln -s %{_javadir}/tycho/org.fedoraproject.p2.jar %{buildroot}%{_datadir}/xmvn/li
%{_javadocdir}/tycho
%changelog
* Thu Aug 27 2015 Roland Grunberg <rgrunber@redhat.com> - 0.23.0-9
- fedoraproject-p2: Enable support for p2 Droplets.
* Tue Jul 28 2015 Roland Grunberg <rgrunber@redhat.com> - 0.23.0-8
- fedoraproject-p2: Single IU resolving requirements with multiple matches.