From 74efe828260c220d881afa7db6b816888059f784 Mon Sep 17 00:00:00 2001 From: "ZH.F" Date: Mon, 7 Jun 2021 09:29:50 +0800 Subject: [PATCH] Drop eventlet version limit --- python-os-brick.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-os-brick.spec b/python-os-brick.spec index 043c28e..34bbc8a 100644 --- a/python-os-brick.spec +++ b/python-os-brick.spec @@ -1,8 +1,8 @@ %global _empty_manifest_terminate_build 0 -%global __requires_exclude os-win +%global __requires_exclude os-win|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 +88,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