Fix conditional so aarch64 is included on fedora
This commit is contained in:
parent
6e31a1384f
commit
3d4c14e84a
@ -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 <leigh123linux@gmail.com> - 1.2.6-7
|
||||
- Fix conditional so aarch64 is included on fedora
|
||||
|
||||
* Thu May 28 2020 Jonathan Wakely <jwakely@redhat.com> - 1.2.6-6
|
||||
- Rebuilt for Boost 1.73
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user