- Change ecj Provides from <= to = (rhbz#439825).
This commit is contained in:
parent
a3f9006f61
commit
83906768f8
@ -19,7 +19,7 @@ Epoch: 1
|
||||
Summary: An open, extensible IDE
|
||||
Name: eclipse
|
||||
Version: %{eclipse_majmin}.%{eclipse_micro}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: Eclipse Public License
|
||||
Group: Text Editors/Integrated Development Environments (IDE)
|
||||
URL: http://www.eclipse.org/
|
||||
@ -152,7 +152,7 @@ JavaBeans(tm).
|
||||
Summary: Eclipse Compiler for Java
|
||||
Group: Development/Languages
|
||||
Obsoletes: ecj < %{version}-%{release}
|
||||
Provides: ecj <= %{version}-%{release}
|
||||
Provides: ecj = %{version}-%{release}
|
||||
%if %{gcj_support}
|
||||
Requires: libgcj >= 4.0.2
|
||||
Requires(post): java-gcj-compat >= 1.0.64
|
||||
@ -1638,6 +1638,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Apr 03 2008 Andrew Overholt <overholt@redhat.com> 3.3.2-2
|
||||
- Change ecj Provides from <= to = (rhbz#439825).
|
||||
|
||||
* Thu Apr 03 2008 Andrew Overholt <overholt@redhat.com> 3.3.2-1
|
||||
- 3.3.2
|
||||
- Update Obsoletes/Provides for ecj and make more ecj symlinks
|
||||
|
Loading…
Reference in New Issue
Block a user