add build requires for resolving building errors
This commit is contained in:
parent
3cf524d03d
commit
1ab00c8973
@ -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 <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
|
||||
- Update to 1.0.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user