!2 Upgrade git-tools to 2020.09

From: @lauk001 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2022-06-28 06:03:36 +00:00 committed by Gitee
commit 8a6bacab98
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
5 changed files with 10 additions and 3 deletions

Binary file not shown.

BIN
git-tools-2020.09.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%bcond_with bootstrap
Name: git-tools
Version: 2019.11
Version: 2020.09
Release: 1
Summary: Assorted git-related scripts
License: GPL3
License: GPL-3.0
URL: https://github.com/MestreLion/git-tools
Source0: https://github.com/MestreLion/git-tools/archive/%{name}-%{version}.tar.gz
Source0: https://github.com/MestreLion/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
@ -42,5 +42,8 @@ install -m644 man1/git-* %{buildroot}%{_mandir}/man1/
%changelog
* Thu Jun 23 2022 liukuo <liukuo@kylinos.cn> - 2020.09-1
- Upgrade git-tools to 2020.09
* Tue Apr 28 2020 Wei Xiong <myeuler@163.com>
- init package

4
git-tools.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: MestreLion/git-tools
tag_prefix: "^v"
separator: "."

BIN
v2020.09.tar.gz Normal file

Binary file not shown.