Add missing epoch to native subpackage requires.

This commit is contained in:
Alexander Kurtakov 2012-04-18 18:02:26 +03:00
parent cb70f90985
commit acd44f71f4

View File

@ -8,7 +8,7 @@ Epoch: 1
Summary: Eclipse Compiler for Java Summary: Eclipse Compiler for Java
Name: ecj Name: ecj
Version: 3.4.2 Version: 3.4.2
Release: 12%{?dist} Release: 13%{?dist}
URL: http://www.eclipse.org URL: http://www.eclipse.org
License: EPL License: EPL
Group: Development/Languages Group: Development/Languages
@ -45,7 +45,7 @@ the JDT Core batch compiler.
%package native %package native
Summary: Native(gcj) bits for %{name} Summary: Native(gcj) bits for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: libgcj >= 4.0.0 Requires: libgcj >= 4.0.0
Requires(post): java-gcj-compat Requires(post): java-gcj-compat
Requires(postun): java-gcj-compat Requires(postun): java-gcj-compat
@ -134,6 +134,9 @@ fi
%{_libdir}/gcj/%{name} %{_libdir}/gcj/%{name}
%changelog %changelog
* Wed Apr 18 2012 Alexander Kurtakov <akurtako@redhat.com> 1:3.4.2-13
- Add missing epoch to native subpackage requires.
* Tue Apr 17 2012 Alexander Kurtakov <akurtako@redhat.com> 1:3.4.2-12 * Tue Apr 17 2012 Alexander Kurtakov <akurtako@redhat.com> 1:3.4.2-12
- Separate gcj in subpackage. - Separate gcj in subpackage.