From 682a6e9329dcce2a5a2a339b4a135f9d5a8492ec Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Mon, 18 Dec 2023 17:02:02 +0800 Subject: [PATCH] Add yaml Signed-off-by: cherry530 <707078654@qq.com> --- python-fastimport.spec | 7 +++++-- python-fastimport.yaml | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 python-fastimport.yaml diff --git a/python-fastimport.spec b/python-fastimport.spec index 79c0831..1782c67 100644 --- a/python-fastimport.spec +++ b/python-fastimport.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-fastimport Version: 0.9.14 -Release: 1 +Release: 2 Summary: VCS fastimport/fastexport parser License: GPL-2.0-only URL: https://github.com/jelmer/python-fastimport @@ -66,8 +66,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Sep 18 2023 xu_ping <707078654@qq.com> - 0.9.14-2 +- add yaml + * Tue Oct 25 2022 liqiuyu - 0.9.14-1 - Upgrade package to version 0.9.14 * Tue Dec 15 2020 Python_Bot -- Package Spec generated \ No newline at end of file +- Package Spec generated diff --git a/python-fastimport.yaml b/python-fastimport.yaml new file mode 100644 index 0000000..5e954cc --- /dev/null +++ b/python-fastimport.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: jelmer/python-fastimport +tag_prefix: "^" +separator: "." -- Gitee