exclude platforms that do not support openjdk

This commit is contained in:
Richard Allen Megginson 2009-12-18 16:48:25 +00:00
commit 4f4da73e82

View file

@ -3,7 +3,7 @@
Name: 389-console
Version: %{major_version}.%{minor_version}
Release: 4%{?dist}
Release: 5%{?dist}
Summary: 389 Management Console
Group: Applications/System
@ -23,6 +23,9 @@ BuildRequires: idm-console-framework
BuildRequires: java-devel >= 1:1.6.0
Provides: fedora-idm-console = %{version}-%{release}
Obsoletes: fedora-idm-console < 1.1.3-2
%if 0%{?rhel} < 6
ExcludeArch: ppc
%endif
%description
A Java based remote management console used for managing 389
@ -64,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/%{name}
%changelog
* Fri Dec 18 2009 Rich Megginson <rmeggins@redhat.com> - 1.1.3-5
- Excluding PPC for EPEL builds as there is not openjdk there
* Wed Sep 30 2009 Rich Megginson <rmeggins@redhat.com> 1.1.3-4
- bug 521523 - add the "which" package to the Requires