diff --git a/kolla-12.0.0.tar.gz b/kolla-12.0.0.tar.gz deleted file mode 100644 index 86ef2ab..0000000 Binary files a/kolla-12.0.0.tar.gz and /dev/null differ diff --git a/kolla-9.4.0.tar.gz b/kolla-9.4.0.tar.gz new file mode 100644 index 0000000..9d66409 Binary files /dev/null and b/kolla-9.4.0.tar.gz differ diff --git a/openstack-kolla.spec b/openstack-kolla.spec index fd5d2e8..934eaa5 100644 --- a/openstack-kolla.spec +++ b/openstack-kolla.spec @@ -1,11 +1,11 @@ Name: openstack-kolla -Version: 12.0.0 +Version: 9.4.0 Release: 1 Summary: Build OpenStack container images License: Apache-2.0 URL: https://opendev.org/openstack/kolla -Source0: https://tarballs.openstack.org/kolla/kolla-12.0.0.tar.gz +Source0: https://tarballs.openstack.org/kolla/kolla-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-setuptools @@ -41,7 +41,7 @@ Requires: python3-netaddr Templates and tools from the Kolla project to build OpenStack container images. %prep -%setup -q -n kolla-12.0.0 +%setup -q -n kolla-%{version} %build PYTHONPATH=. oslo-config-generator --config-file=etc/oslo-config-generator/kolla-build.conf @@ -86,6 +86,6 @@ rm -fr %{buildroot}%{_datadir}/kolla/etc_examples %{_sysconfdir}/kolla %changelog -* Tue Jul 13 2021 OpenStack-Sig 12.0.0-1 -- Init Wallaby version +* Tue Nov 02 2021 OpenStack-Sig 9.4.0-1 +- Init Train version