diff --git a/love.spec b/love.spec index 0c99390..f558cea 100644 --- a/love.spec +++ b/love.spec @@ -22,6 +22,11 @@ Source0: https://bitbucket.org/rude/%{name}/get/%{version}.tar.gz Patch1: %{name}-%{version}-luajit2.1.0beta3.patch %endif +#ppc64le is not supported prior to f28, excluding for legacy: +%if 0%{?fedora} < 28 +ExcludeArch: ppc64le +%endif + BuildRequires: desktop-file-utils BuildRequires: DevIL-devel BuildRequires: flac-devel @@ -112,6 +117,9 @@ rm -f %{buildroot}%{_libdir}/lib%{name}.la %{_libdir}/lib%{name}.* %changelog +* Sat Mar 17 2018 Jeremy Newton +- Disable PPC64le for builds prior to f28 + * Thu Mar 15 2018 Jeremy Newton - 0.10.2-11 - Enable PPC64le