diff --git a/openstack-swift.spec b/openstack-swift.spec index 71aedcede1724b4d82692cac1328d8feb2cf58ec..4c36a409f4a4af47328709e260133e6fc9780008 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