diff --git a/openstack-swift.spec b/openstack-swift.spec index 44f081e0205ecf71fffef3816909f09a7cd621da..dd1d66e693683eae38e3b9f7a6e3de44aa7fb90f 100644 --- a/openstack-swift.spec +++ b/openstack-swift.spec @@ -1,6 +1,5 @@ %{!?upstream_version: %global upstream_version %{version}%{?milestone}} %global with_doc 1 -%global rhosp 0 %global common_desc \ OpenStack Object Storage (Swift) aggregates commodity servers to work together \ @@ -15,8 +14,8 @@ inexpensive commodity hard drives and servers can be used in lieu of more \ expensive equipment. Name: openstack-swift -Version: 2.27.0 -Release: 5 +Version: 2.29.1 +Release: 1 Summary: OpenStack Object Storage License: ASL 2.0 URL: https://docs.openstack.org/swift/latest/ @@ -216,7 +215,7 @@ This package contains documentation files for %{name}. %build %{py3_build} # Generate i18n files -%{__python3} setup.py compile_catalog -d build/lib/swift/locale +%{__python3} setup.py compile_catalog -d build/lib/swift/locale --domain swift %if 0%{?with_doc} # Fails unless we create the build directory @@ -580,6 +579,9 @@ exit 0 %endif %changelog +* Thu Jun 16 2022 OpenStack_SIG - 2.29.1-1 +- Upgrade version for openstack yoga + * Mon Aug 30 2021 wangixyuan - 2.27.0-5 - Update swift service config file content. diff --git a/swift-2.27.0.tar.gz b/swift-2.29.1.tar.gz similarity index 33% rename from swift-2.27.0.tar.gz rename to swift-2.29.1.tar.gz index da95c2adb3489eb15cb9dabe57fb9354af2c7b2d..ab2bb63403c4110e410a2938f343781fee0b88f5 100644 Binary files a/swift-2.27.0.tar.gz and b/swift-2.29.1.tar.gz differ