From 3ab4277316910b8788af70bed1df98ebac45adae Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 23 Nov 2021 03:08:07 +0000 Subject: [PATCH] Removes Django<2.1 constrains (cherry picked from commit 39e117020a9be8d073fd8ec9383e62b582095cb2) --- openstack-dashboard.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openstack-dashboard.spec b/openstack-dashboard.spec index 4860f42..7855025 100644 --- a/openstack-dashboard.spec +++ b/openstack-dashboard.spec @@ -1,7 +1,7 @@ %{!?upstream_version: %global upstream_version %{version}%{?milestone}} Name: openstack-dashboard Version: 16.2.2 -Release: 3 +Release: 4 Summary: OpenStack Dashboard (Horizon) License: Apache-2.0 and BSD URL: http://horizon.openstack.org/ @@ -172,6 +172,7 @@ This package contains the python library. %prep %autosetup -n horizon-%{upstream_version} -S git +sed -i 's/Django<2.1,/Django/' requirements.txt # customize default settings # WAS [PATCH] disable debug, move web root @@ -344,6 +345,9 @@ systemctl daemon-reload >/dev/null 2>&1 || : %{python3_sitelib}/openstack_auth %changelog +* Tue Nov 23 2021 huangtianhua - 16.2.2-4 +- Removes Django<2.1 constrains + * Fri Nov 19 2021 huangtianhua - 16.2.2-3 - Adds python3-pint as requires