From 16c7ab764eb2db209a3fe76b7a8359f09018d62c Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 12 Aug 2020 09:24:11 -0500 Subject: [PATCH] Adapt for EL-8. --- libfilezilla.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/libfilezilla.spec b/libfilezilla.spec index 1796161..396cca0 100644 --- a/libfilezilla.spec +++ b/libfilezilla.spec @@ -1,12 +1,17 @@ Name: libfilezilla Version: 0.23.0 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://lib.filezilla-project.org/ Summary: C++ Library for FileZilla License: GPLv2+ Source0: https://download.filezilla-project.org/%{name}/%{name}-%{version}.tar.bz2 +%if 0%{?rhel} == 8 +# libuv-devel not present on s390x on EL-8 +ExcludeArch: s390x +%endif + BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: gnutls-devel @@ -53,6 +58,9 @@ This package contains files needed to compile code using libfilezilla. %{_libdir}/pkgconfig/libfilezilla.pc %changelog +* Wed Aug 12 2020 Gwyn Ciesla - 0.23.0-3 +- Exclude s390x on EL-8 due to missing libuv-devel + * Tue Jul 28 2020 Fedora Release Engineering - 0.23.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild