From 1ab00c897393ff816b55d9667d2621857eacc74e Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 8 Jun 2021 14:31:44 +0800 Subject: [PATCH] add build requires for resolving building errors --- fuse-python.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fuse-python.spec b/fuse-python.spec index c4b4242..59a3907 100644 --- a/fuse-python.spec +++ b/fuse-python.spec @@ -1,11 +1,11 @@ Name: fuse-python Version: 1.0.0 -Release: 1 +Release: 2 Summary: Python interface for FUSE - filesystem in userspace License: LGPLv2 URL: https://github.com/libfuse/python-fuse Source0: https://github.com/libfuse/python-fuse/archive/fuse-python-%{version}.tar.gz -BuildRequires: pkgconfig fuse-devel python3-devel python3-setuptools +BuildRequires: pkgconfig fuse-devel python3-devel python3-setuptools gcc %description This package provides python interface to libfuse. FUSE is a userspace filesystem @@ -37,6 +37,10 @@ framework that can be used to implement a filesystem in a userspace program. %{python3_sitearch}/* %changelog +* Wed Jun 2 2021 baizhonggui - 1.0.0-2 +- Fixed error: command 'gcc' failed. +- Add gcc in BuildRequires + * Tue Nov 10 2020 leiju - 1.0.0-1 - Update to 1.0.0 -- Gitee