diff --git a/rb_libtorrent.spec b/rb_libtorrent.spec index 19e8481..ce9a18f 100644 --- a/rb_libtorrent.spec +++ b/rb_libtorrent.spec @@ -16,7 +16,7 @@ Name: rb_libtorrent Version: 1.2.6 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A C++ BitTorrent library aiming to be the best alternative License: BSD @@ -26,7 +26,7 @@ Source1: %{name}-README-renames.Fedora Source2: %{name}-COPYING.Boost Source3: %{name}-COPYING.zlib -%if 0%{?rhel} < 8 +%if 0%{?rhel} && 0%{?rhel} < 8 # aarch64 is broken and I have zero interest in fixing it ExcludeArch: aarch64 %endif @@ -289,6 +289,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %endif # with python3 %changelog +* Thu Jun 04 2020 Leigh Scott - 1.2.6-7 +- Fix conditional so aarch64 is included on fedora + * Thu May 28 2020 Jonathan Wakely - 1.2.6-6 - Rebuilt for Boost 1.73