From b3f0989391345bdd06cda5c11ac3f7cd4700fdba Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 4 Mar 2022 03:09:40 +0000 Subject: [PATCH] Remove python3-nose BuildRequires --- openstack-dashboard.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openstack-dashboard.spec b/openstack-dashboard.spec index 967f63b..81a1a4f 100644 --- a/openstack-dashboard.spec +++ b/openstack-dashboard.spec @@ -1,7 +1,7 @@ %{!?upstream_version: %global upstream_version %{version}%{?milestone}} Name: openstack-dashboard Version: 19.2.0 -Release: 3 +Release: 4 Summary: OpenStack Dashboard (Horizon) License: Apache-2.0 and BSD URL: http://horizon.openstack.org/ @@ -16,7 +16,6 @@ BuildRequires: python3-pbr >= 2.0.0 BuildRequires: git-core BuildRequires: gettext # for checks: -BuildRequires: python3-nose BuildRequires: python3-osprofiler BuildRequires: python3-iso8601 BuildRequires: python3-pycodestyle @@ -345,6 +344,9 @@ systemctl daemon-reload >/dev/null 2>&1 || : %{python3_sitelib}/openstack_auth %changelog +* Fri Mar 04 2022 huangtianhua - 19.2.0-4 +- Remove python3-nose BuildRequires + * Sat Aug 28 2021 liusheng 19.2.0-3 - Fix wrong httpd configuration -- Gitee