fedoraproject-p2: Fix self-dependencies failing builds

This commit is contained in:
Mikolaj Izdebski 2014-09-10 08:48:47 +02:00
parent 7448eae657
commit cae7fa5d2a
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,3 @@
127267aa75abd86df6815bcbd7f2492d tycho-0.21.0.tar.bz2
8303bf4c107a219ce0c916bb692046f6 eclipse-bootstrap.tar.xz
8655947d50d43761fecf433bcd96bae2 fedoraproject-p2-53b8cb.tar.xz
415d2b9b840a842b39ea5c66c564d284 fedoraproject-p2-1f22d9.tar.xz

View File

@ -15,7 +15,7 @@
# %%global snap -SNAPSHOT
%global snap %{nil}
%global fp_p2_sha 53b8cb
%global fp_p2_sha 1f22d9
%global fp_p2_version 0.0.1
%global fp_p2_snap -SNAPSHOT
@ -23,7 +23,7 @@
Name: tycho
Version: 0.21.0
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
Group: Development/Libraries
@ -397,6 +397,9 @@ ln -s %{_javadir}/%{name}/org.fedoraproject.p2.jar %{buildroot}%{_datadir}/xmvn/
%{_javadocdir}/%{name}
%changelog
* Wed Sep 10 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.21.0-9
- fedoraproject-p2: Fix self-dependencies failing builds
* Tue Sep 9 2014 Roland Grunberg <rgrunber@redhat.com> - 0.21.0-8
- Make debundling more resilient to changes.
- fedoraproject-p2: Update to latest (Fix metapackage merging).