diff --git a/tycho.spec b/tycho.spec index d5984b0..68c2cd3 100644 --- a/tycho.spec +++ b/tycho.spec @@ -1,6 +1,6 @@ # Bootstrap build # Set this if Tycho and Eclipse are not in buildroot -%global bootstrap 1 +%global bootstrap 0 # When building version under development (non-release) # %%global snap -SNAPSHOT @@ -8,7 +8,7 @@ Name: tycho Version: 0.16.0 -Release: 21.1%{?dist} +Release: 21%{?dist} Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven Group: Development/Libraries @@ -259,7 +259,10 @@ install -m 644 $osgiJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.jar %{_javadocdir}/%{name} %changelog -* Wed Feb 06 2013 Java SIG - 0.16.0-21.1 +* Wed Feb 6 2013 Roland Grunberg 0.16.0-21 +- Non-bootstrap build. + +* Wed Feb 06 2013 Java SIG - 0.16.0-20.2 - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local