diff --git a/pbr-5.8.1.tar.gz b/pbr-5.8.1.tar.gz deleted file mode 100644 index f09663e..0000000 Binary files a/pbr-5.8.1.tar.gz and /dev/null differ diff --git a/pbr-6.0.0.tar.gz b/pbr-6.0.0.tar.gz new file mode 100644 index 0000000..c866c8c Binary files /dev/null and b/pbr-6.0.0.tar.gz differ diff --git a/python-pbr.spec b/python-pbr.spec index eeb717a..352d898 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pbr -Version: 5.8.1 +Version: 6.0.0 Release: 1 Summary: Python Build Reasonableness License: Apache-2.0 URL: https://docs.openstack.org/pbr/latest/ -Source0: https://files.pythonhosted.org/packages/51/da/eb358ed53257a864bf9deafba25bc3d6b8d41b0db46da4e7317500b1c9a5/pbr-5.8.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/pbr/pbr-%{version}.tar.gz BuildArch: noarch %description PBR is a library that injects some useful and sensible default behaviors into @@ -94,6 +94,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jan 30 2024 wangkai <13474090681@163.com> - 6.0.0-1 +- Update to 6.0.0 + * Sun May 22 2022 Han Guangyu - 5.8.1-1 - Upgrade package python3-pbr to version 5.8.1