diff --git a/idm-console-framework.spec b/idm-console-framework.spec index ebbba9e..53f9fdc 100755 --- a/idm-console-framework.spec +++ b/idm-console-framework.spec @@ -3,7 +3,7 @@ Name: idm-console-framework Version: %{major_version}.%{minor_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Identity Management Console Framework Group: System Environment/Libraries @@ -22,7 +22,7 @@ BuildRequires: ant >= 1.6.2 BuildRequires: ldapjdk BuildRequires: jss >= 4.2 %if 0%{?rhel} < 6 -ExcludeArch: ppc +ExcludeArch: ppc ppc64 %endif %description @@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %{_javadir}/idm-console-nmclf_en.jar %changelog +* Fri Jun 25 2010 Rich Megginson - 1.1.5-2 +- Excluding PPC64 for EPEL builds as there is not openjdk there + * Tue May 4 2010 Rich Megginson - 1.1.5-1 - The 1.1.5 release - added code to deal with LDAPv3 escape sequences