From 992f7089112c4cafc9bdfd5c3928d3d04ec22ca0 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Mon, 14 Nov 2022 10:56:46 +0800 Subject: [PATCH] Modify invalid source0 to be consistent with the source Signed-off-by: cherry530 --- fuse-python.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fuse-python.spec b/fuse-python.spec index 59a3907..8c3b573 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 -- Gitee