From a470f3d012b3d95c83899054a193b8f9a798247b Mon Sep 17 00:00:00 2001 From: chengquan Date: Wed, 15 Jan 2020 05:45:05 +0800 Subject: [PATCH] fix bug in python3 installation --- libffi.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/libffi.spec b/libffi.spec index e7bd8b9..c97ca1e 100644 --- a/libffi.spec +++ b/libffi.spec @@ -1,13 +1,14 @@ Name: libffi Version: 3.3 -Release: 4 +Release: 5 Summary: A Portable Foreign Function Interface Library License: MIT URL: http://sourceware.org/libff Source0: ftp://sourceware.org/pub/libffi/%{name}-%{version}.tar.gz BuildRequires: gcc -BuildRequires: libffi6 libffi7 +BuildRequires: libffi6 +Requires: libffi6 libffi7 %description Compilers for high level languages generate code that follows certain conventions. These @@ -106,6 +107,12 @@ fi %{_infodir}/libffi.info.gz %changelog +* Wed Jan 15 2020 chengquan - 3.3-5 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:fixbug in python3 installation + * Wed Jan 15 2020 chengquan - 3.3-4 - Type:enhancement - ID:NA -- Gitee