diff --git a/fuse-python.spec b/fuse-python.spec index 59a390777f8983826bbdd0d508650b58a39203aa..8c3b5737ef7ff3e2f2b0a6cc122a8f5b8cd3130f 100644 --- a/fuse-python.spec +++ b/fuse-python.spec @@ -1,10 +1,10 @@ Name: fuse-python Version: 1.0.0 -Release: 2 +Release: 3 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 +Source0: https://github.com/libfuse/python-fuse/archive/v%{version}/fuse-python-%{version}.tar.gz BuildRequires: pkgconfig fuse-devel python3-devel python3-setuptools gcc %description @@ -37,6 +37,9 @@ framework that can be used to implement a filesystem in a userspace program. %{python3_sitearch}/* %changelog +* Mon Nov 14 2022 xu_ping - 1.0.0-3 +- Modify invalid source0 to be consistent with the source. + * Wed Jun 2 2021 baizhonggui - 1.0.0-2 - Fixed error: command 'gcc' failed. - Add gcc in BuildRequires