From 77e374f4cf9265f96b28a99b1054288b82c47c84 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 16 Feb 2017 14:15:29 -0500 Subject: [PATCH] Exclude PPC64 from the build since it doesn't support linking to OpenSSL --- sscg.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sscg.spec b/sscg.spec index 9b1435f..92a5bc9 100644 --- a/sscg.spec +++ b/sscg.spec @@ -12,13 +12,15 @@ Name: %{repo} Version: 1.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Simple SSL certificate generator License: BSD URL: https://%{provider_prefix} Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{version}-%{shortcommit}.tar.gz ExclusiveArch: %{go_arches} +# PPC64 lacks the ability to link against C libraries +ExcludeArch: ppc64 ppc64p7 BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} @@ -64,6 +66,9 @@ install -p -m 755 bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{repo} %changelog +* Thu Feb 16 2017 Stephen Gallagher - 1.1.0-6 +- Exclude PPC64 from the build since it doesn't support linking to OpenSSL + * Sat Feb 11 2017 Fedora Release Engineering - 1.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild