diff --git a/python-cffi.spec b/python-cffi.spec index f71088a..8bca2ed 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,5 +1,5 @@ Name: python-cffi -Version: 1.14.3 +Version: 1.14.4 Release: 1mamba Summary: Foreign Function Interface for Python calling C code Group: System/Libraries @@ -44,6 +44,10 @@ Requires: python-pycparser-%{?pyappend} %prep %setup -q -n cffi-%{version} +%ifarch aarch64 +# ??? +%global __requires_exclude ^python3..dist.*$ +%endif %build CFLAGS="%{optflags}" %{__python} setup.py build @@ -65,6 +69,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/cffi-%{version}-py*.egg-info/* %changelog +* Wed Dec 02 2020 Automatic Build System 1.14.4-1mamba +- automatic version update by autodist + * Mon Sep 21 2020 Automatic Build System 1.14.3-1mamba - automatic version update by autodist