diff --git a/fuse-python.spec b/fuse-python.spec index c4b4242ddd2ecb657ddff1b1703364fa22a8c5fa..59a390777f8983826bbdd0d508650b58a39203aa 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