Modify invalid source0 to be consistent with the source

Signed-off-by: cherry530 <xuping33@huawei.com>
This commit is contained in:
cherry530 2022-11-14 10:56:46 +08:00
parent c744b787c3
commit 992f708911

View File

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