From 13cb194651943607fed0eac44be1ae3354cdc286 Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Fri, 22 Apr 2022 14:19:09 +0800 Subject: [PATCH] add yaml file --- python-canonicaljson.spec | 6 +++++- python-canonicaljson.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 python-canonicaljson.yaml diff --git a/python-canonicaljson.spec b/python-canonicaljson.spec index 73b576b..d2243c8 100644 --- a/python-canonicaljson.spec +++ b/python-canonicaljson.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-canonicaljson Version: 1.5.0 -Release: 1 +Release: 2 Summary: Canonical JSON License: Apache 2.0 URL: https://github.com/matrix-org/python-canonicaljson @@ -18,6 +18,7 @@ Canonical JSON Summary: Canonical JSON Provides: python-canonicaljson BuildRequires: python3-devel +BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools %description -n python3-canonicaljson Canonical JSON @@ -69,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Apr 22 2022 liqiuyu - 1.5.0-2 +- Add zlib to buildrequires + * Tue Dec 07 2021 Python_Bot - 1.5.0-1 - Package Init diff --git a/python-canonicaljson.yaml b/python-canonicaljson.yaml new file mode 100644 index 0000000..43f53aa --- /dev/null +++ b/python-canonicaljson.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: canonicaljson +tag_prefix: ^v +separator: "." -- Gitee