diff --git a/fasterxml-oss-parent.spec b/fasterxml-oss-parent.spec index 2123fd9..d8b17a0 100644 --- a/fasterxml-oss-parent.spec +++ b/fasterxml-oss-parent.spec @@ -1,6 +1,6 @@ Name: fasterxml-oss-parent Version: 26 -Release: 8 +Release: 9 Summary: Faster, better open source XML and JSON parsing for the Java platform License: ASL 2.0 URL: http://fasterxml.com/ @@ -46,5 +46,8 @@ done %license LICENSE NOTICE %changelog +* Thu Dec 29 2022 yangmingtai - 26-9 +- add fasterxml-oss-parent.yaml + * Fri Dec 13 2019 openEuler Buildteam - 26-8 - Package init diff --git a/fasterxml-oss-parent.yaml b/fasterxml-oss-parent.yaml new file mode 100644 index 0000000..9868b68 --- /dev/null +++ b/fasterxml-oss-parent.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: FasterXML/oss-parent +tag_prefix: "^oss-parent-" +seperator: "-"