From 671c363f496a5a93ef804a145aecd3b5dabb6a35 Mon Sep 17 00:00:00 2001 From: wguanghao Date: Fri, 25 Sep 2020 10:59:44 +0800 Subject: [PATCH] remove python-virtualenv packages from BuildRequires --- ceph.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ceph.spec b/ceph.spec index 50f9112..2e2f3fc 100644 --- a/ceph.spec +++ b/ceph.spec @@ -68,7 +68,7 @@ ################################################################################# Name: ceph Version: 12.2.8 -Release: 6 +Release: 7 Epoch: 2 # define _epoch_prefix macro which will expand to the empty string if epoch is @@ -154,7 +154,6 @@ BuildRequires: python2-devel BuildRequires: python-nose BuildRequires: python-requests BuildRequires: python-six -BuildRequires: python-virtualenv BuildRequires: snappy-devel BuildRequires: udev BuildRequires: util-linux @@ -1797,6 +1796,9 @@ exit 0 %changelog +* Fri Sep 25 2020 wuguanghao - 1:12.2.8-7 +- remove the python-virtualenv package from BuildRequires to solve the compilation problem + * Fri Mar 20 2020 hy-euler - 1:12.2.8-6 - Fit openEuler -- Gitee