[eclipse] 810970: Cannot start 4.2.0-0.6.I201204051114.fc18.x86_64

Krzysztof Daniel kdaniel at fedoraproject.org
Tue Apr 10 08:01:13 UTC 2012


commit 4a6baa9a886189d52e6c32b6f7a98234499266c9
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Tue Apr 10 10:00:42 2012 +0200

    810970: Cannot start 4.2.0-0.6.I201204051114.fc18.x86_64
    
    The bug is caused by the package atinject not having the proper
    manifest, which was introduced in version 1.6. Proper Requires >= has
    been added.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=810970

 eclipse.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 58769ee..fdc4647 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -78,7 +78,7 @@ BuildRequires: zip
 BuildRequires: sac
 BuildRequires: batik
 BuildRequires: xml-commons-apis
-BuildRequires: atinject
+BuildRequires: atinject >= 1.6
 
 %if 0%{?rhel} >= 6
 ExclusiveArch: %{ix86} x86_64
@@ -147,7 +147,7 @@ Requires: sat4j >= 2.3.0-1
 Requires: sac
 Requires: xml-commons-apis
 Requires: batik
-Requires: atinject
+Requires: atinject >= 1.6
 Provides: eclipse-cvs-client = 1:%{eclipse_version}-%{release}
 Obsoletes: eclipse-cvs-client < 1:3.3.2-20
 
@@ -654,6 +654,7 @@ rm -rf %{_bindir}/efj/
 %changelog
 * Tue Apr 10 2012 Krzysztof Daniel <kdaniel at redhat.com> 1:4.2.0-0.7.I201204051114
 - Bug 810568 - require Java 7 to run.
+- Bug 810970 - Cannot start 4.2.0-0.6.I201204051114.fc18.x86_64
 
 * Fri Apr 6 2012 Krzysztof Daniel <kdaniel at redhat.com> 1:4.2.0-0.6.I201204051114
 - Update to I20120405-1114 upstream Eclipse build.


More information about the scm-commits mailing list