ppc64le disabled until bz #1475636 resolution

This commit is contained in:
Kaleb S. KEITHLEY 2017-07-28 13:34:55 -04:00
parent 673fccff02
commit b401956bd3
1 changed files with 6 additions and 3 deletions

View File

@ -71,7 +71,7 @@
#################################################################################
Name: ceph
Version: 12.1.1
Release: 4%{?dist}
Release: 5%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 1
%endif
@ -95,9 +95,9 @@ ExclusiveArch: x86_64 aarch64 ppc64 ppc64le
ExclusiveArch: x86_64 aarch64 ppc64le s390x
%endif
%else
# armv7hl https://bugzilla.redhat.com/show_bug.cgi?id=1474772
# ppc64 https://bugzilla.redhat.com/show_bug.cgi?id=1474774
ExcludeArch: ppc64
# ppc64le https://bugzilla.redhat.com/show_bug.cgi?id=1475636
ExcludeArch: ppc64 ppc64le
%endif
#################################################################################
# dependencies that apply across all distro families
@ -1774,6 +1774,9 @@ exit 0
%changelog
* Fri Jul 28 2017 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 1:12.1.1-5
- ppc64le disabled until bz #1475636 resolution
* Fri Jul 28 2017 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 1:12.1.1-4
- 12.1.1 w/ hacks for armv7hl: low mem, no java jni
- WTIH_BABELTRACE -> WITH_BABELTRACE for all archs