From 16715d6eb5ed6c5af4eec29c4448b804814b55d6 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sun, 30 Jul 2017 15:56:29 +0200 Subject: [PATCH] Revert "ppc64le disabled until bz #1475636 resolution" This reverts commit b401956bd30f6b6486325d60e6a3078e8314676f. --- ceph.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ceph.spec b/ceph.spec index 7bcbb98..142ff3c 100644 --- a/ceph.spec +++ b/ceph.spec @@ -71,7 +71,7 @@ ################################################################################# Name: ceph Version: 12.1.1 -Release: 5%{?dist} +Release: 6%{?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 -# ppc64le https://bugzilla.redhat.com/show_bug.cgi?id=1475636 -ExcludeArch: ppc64 ppc64le +ExcludeArch: ppc64 %endif ################################################################################# # dependencies that apply across all distro families @@ -1774,6 +1774,9 @@ exit 0 %changelog +* Sun Jul 30 2017 Florian Weimer - 1:12.1.1-6 +- Reenable ppc64le, with binutils fix for ppc64le (#1475636) + * Fri Jul 28 2017 Kaleb S. KEITHLEY - 1:12.1.1-5 - ppc64le disabled until bz #1475636 resolution