From 71e685fad0f48b1fb8d3a47e24765c785f068c66 Mon Sep 17 00:00:00 2001 From: dowzyx Date: Wed, 7 Sep 2022 10:21:50 +0800 Subject: [PATCH] fix for ragdoll in spec (cherry picked from commit 3ee7f1c437ac9dab70e4292e1453bab16068d27a) --- A-Ops.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/A-Ops.spec b/A-Ops.spec index 9db7701..cfad14c 100644 --- a/A-Ops.spec +++ b/A-Ops.spec @@ -1,6 +1,6 @@ Name: A-Ops Version: v1.2.5 -Release: 1 +Release: 2 Summary: The intelligent ops toolkit for openEuler License: MulanPSL2 URL: https://gitee.com/openeuler/A-Ops @@ -91,7 +91,8 @@ Intelligent ops toolkit for openEuler %package -n gala-ragdoll -Summary: Configuration traceability +Summary: Configuration traceability +Requires: python3-gala-ragdoll = %{version}-%{release} %description -n gala-ragdoll Configuration traceability @@ -99,12 +100,13 @@ Configuration traceability %package -n python3-gala-ragdoll Summary: python3 pakcage of gala-ragdoll -Requires: gala-ragdoll = %{version}-%{release} python3-flask-testing python3-libyang git +Requires: python3-flask-testing python3-libyang git Requires: python3-werkzeug python3-connexion python3-swagger-ui-bundle %description -n python3-gala-ragdoll python3 pakcage of gala-ragdoll + %package -n gala-spider Summary: Configuration traceability Requires: python3-gala-spider = %{version}-%{release} @@ -480,6 +482,9 @@ fi %changelog +* Wed Sep 7 2022 zhaoyuxing - v1.2.5-2 +- bug fix: adjust dependent packages for gala-ragdoll. + * Tue Sep 6 2022 zhuyuncheng - v1.2.5-1 - bug fix: bugfix of aops-web and aops-check's interaction -- Gitee