diff --git a/python-fastimport.spec b/python-fastimport.spec index 79c0831af720a4aa01d88bfe3a2b68736260ac7d..1782c672b1f7a8b4636e4d055c5113e5604fd9bd 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 0000000000000000000000000000000000000000..5e954ccafa30ec865bd44ad37ee64f8fbfa3e521 --- /dev/null +++ b/python-fastimport.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: jelmer/python-fastimport +tag_prefix: "^" +separator: "."