!8 [sync] PR-7: Modify invalid source0

From: @openeuler-sync-bot 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2024-03-28 01:10:58 +00:00 committed by Gitee
commit 0917e23766
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -5,12 +5,12 @@
Name: python-%{srcname}
Version: 4.1.3
Release: 10
Release: 11
Summary: %{sum}
License: ASL 2.0
URL: https://github.com/google/%{srcname}
Source0: https://github.com/google/%{srcname}/archive/v%{version}.tar.gz#/%{srcname}-%{version}.tar.gz
Source0: https://github.com/google/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz
Patch0: docs-build-fix.patch
Patch1: doc-fix.patch
Patch2: keyring-remove.patch
@ -79,5 +79,8 @@ rm -r $(find %{_buildrootdir} -type d -name 'tests') || /bin/true
%{python3_sitelib}/%{srcname}*.egg-info
%changelog
* Wed Nov 9 2022 caodongxia <caodongxia@h-partners.com> - 4.1.3-11
- Modify invalid source0
* Fri Oct 30 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 4.1.3-10
- Init python-oauth2client project