From c3cb13a2ce45097b117ae0b7712553729a2cb79a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Tue, 24 Aug 2021 10:00:38 +0000 Subject: [PATCH] Nit Fix --- openstack-swift.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/openstack-swift.spec b/openstack-swift.spec index 71aedce..4c36a40 100644 --- a/openstack-swift.spec +++ b/openstack-swift.spec @@ -16,7 +16,7 @@ expensive equipment. Name: openstack-swift Version: 2.27.0 -Release: 3 +Release: 4 Summary: OpenStack Object Storage License: ASL 2.0 URL: https://docs.openstack.org/swift/latest/ @@ -83,10 +83,10 @@ BuildRequires: python3-babel # Required to build docs: doxygen invokes actual code and its imports BuildRequires: python3-keystoneclient -Requires: openstack-swfit-proxy -Requires: openstack-swfit-account -Requires: openstack-swfit-container -Requires: openstack-swfit-object +Requires: openstack-swift-proxy +Requires: openstack-swift-account +Requires: openstack-swift-container +Requires: openstack-swift-object %description %{common_desc} @@ -580,6 +580,9 @@ exit 0 %endif %changelog +* Tue Aug 24 2021 wangxiyuan - 2.27.0-4 +- Nit Fix + * Tue Aug 24 2021 wangxiyuan - 2.27.0-3 - Correct rpm package structure