LOG Fix Requires

This commit is contained in:
Andrey Bondrov 2014-01-24 16:14:34 +11:00
parent 3fdb7113c9
commit 5a9337f70a

View file

@ -972,7 +972,7 @@ Provides: libgcj = %{EVRD}
Provides: libgcj%{gcj_major} = %{EVRD} Provides: libgcj%{gcj_major} = %{EVRD}
%endif %endif
Requires: zip >= 2.1 Requires: zip >= 2.1
Requires: libgcj-java = %{EVRD} Requires: libgcj-java >= %{EVRD}
%if %{without java_bootstrap} %if %{without java_bootstrap}
BuildRequires: antlr BuildRequires: antlr
%endif %endif
@ -1018,7 +1018,6 @@ programs compiled using the Java compiler from GNU Compiler Collection (gcj).
%package -n libgcj-java %package -n libgcj-java
Summary: Java runtime library for gcc (Java parts) Summary: Java runtime library for gcc (Java parts)
Group: System/Libraries Group: System/Libraries
Requires: %{libgcj} = %{EVRD}
Conflicts: %{_lib}gcj13 < 4.7.3_2012.10-4 Conflicts: %{_lib}gcj13 < 4.7.3_2012.10-4
%description -n libgcj-java %description -n libgcj-java