add build requires for resolving building errors

This commit is contained in:
baizg1107 2021-06-08 14:31:44 +08:00
parent 3cf524d03d
commit 1ab00c8973

View File

@ -1,11 +1,11 @@
Name: fuse-python Name: fuse-python
Version: 1.0.0 Version: 1.0.0
Release: 1 Release: 2
Summary: Python interface for FUSE - filesystem in userspace Summary: Python interface for FUSE - filesystem in userspace
License: LGPLv2 License: LGPLv2
URL: https://github.com/libfuse/python-fuse URL: https://github.com/libfuse/python-fuse
Source0: https://github.com/libfuse/python-fuse/archive/fuse-python-%{version}.tar.gz 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 %description
This package provides python interface to libfuse. FUSE is a userspace filesystem 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}/* %{python3_sitearch}/*
%changelog %changelog
* Wed Jun 2 2021 baizhonggui <baizhonggui@huawei.com> - 1.0.0-2
- Fixed error: command 'gcc' failed.
- Add gcc in BuildRequires
* Tue Nov 10 2020 leiju <leiju4@huawei.com> - 1.0.0-1 * Tue Nov 10 2020 leiju <leiju4@huawei.com> - 1.0.0-1
- Update to 1.0.0 - Update to 1.0.0