From fc1759b7012f2b8d559e8d241cf66be280c1159d Mon Sep 17 00:00:00 2001 From: jxy_git Date: Tue, 30 May 2023 11:20:18 +0800 Subject: [PATCH] Change require from ansible-2.9 to ansible --- cockpit-ovirt.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cockpit-ovirt.spec b/cockpit-ovirt.spec index 488c42f..5cfa480 100644 --- a/cockpit-ovirt.spec +++ b/cockpit-ovirt.spec @@ -11,14 +11,13 @@ Name: cockpit-ovirt Version: 0.15.0 -Release: 2 +Release: 3 Summary: Dashboard for Cockpit based on %{product} License: ASL 2.0 URL: https://gerrit.ovirt.org/gitweb?p=cockpit-ovirt.git;a=summary Source0: http://resources.ovirt.org/pub/src/%{name}/%{source_basename}.tar.gz - # nodejs-modules embeds yarn and requires nodejs BuildRequires: ovirt-engine-nodejs-modules >= 2.0.45 @@ -37,7 +36,7 @@ Requires: cockpit-storaged Requires: ovirt-hosted-engine-setup >= 2.5.0 Requires: otopi >= 1.9.0 -Requires: ansible-2.9 +Requires: ansible %description This package provides a Cockpit dashboard for use with %{product}. @@ -92,6 +91,9 @@ __EOF__ %dir %attr(700, root, root) %{_sharedstatedir}/ovirt-hosted-engine-setup/cockpit %changelog +* Tue May 30 2023 jiangxinyu - 0.15.0-3 +- Change require from ansible-2.9 to ansible + * Fri Sep 24 2021 wutao - 0.15.0-2 - change ansible to ansible-2.9 -- Gitee