!7 Modify invalid source0 to be consistent with the source

From: @cherry530 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-11-14 07:33:26 +00:00 committed by Gitee
commit 0f60a2e3d7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <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
- Fixed error: command 'gcc' failed.
- Add gcc in BuildRequires