From b4582684faa1b31ea34b8acce28d035cd8deb876 Mon Sep 17 00:00:00 2001 From: "ZH.F" Date: Mon, 7 Jun 2021 09:23:35 +0800 Subject: [PATCH] Drop eventlet version limit --- python-os-brick.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-os-brick.spec b/python-os-brick.spec index 043c28e..cb7a4c9 100644 --- a/python-os-brick.spec +++ b/python-os-brick.spec @@ -1,8 +1,9 @@ %global _empty_manifest_terminate_build 0 %global __requires_exclude os-win +%global __requires_exclude eventlet Name: python-os-brick Version: 2.3.1 -Release: 3 +Release: 4 Summary: OpenStack Cinder brick library for managing local volume attaches License: Apache-2.0 URL: https://docs.openstack.org/os-brick/ @@ -88,6 +89,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jun 07 2021 zhangfan +- Drop eventlet version limit * Fri Jun 04 2021 wangxiyuan - Drop os-win require and correct babel require name * Sat May 29 2021 huangtianhua -- Gitee