Add zlib to buildrequires

This commit is contained in:
jxy_git 2022-04-01 10:09:58 +08:00
parent d3b9e98ef8
commit 55fc00a42b
2 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-Flask-Cors
Version: 3.0.10
Release: 1
Release: 2
Summary: A Flask extension adding a decorator for CORS support
License: MIT
URL: https://github.com/corydolphin/flask-cors
@ -10,6 +10,7 @@ BuildArch: noarch
Requires: python3-Flask
Requires: python3-Six
BuildRequires: zlib >= 1.2.11
%description
A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible.
@ -69,6 +70,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Sat Apr 02 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 3.0.10-2
- Add zlib to buildrequires
* Thu Dec 02 2021 Python_Bot <Python_Bot@openeuler.org> - 3.0.10
- upgrade to 3.0.10

4
flask-cors.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: corydolphin/flask-cors
tag_prefix: ^v
separator: "."