diff --git a/pbr-5.10.0.tar.gz b/pbr-5.10.0.tar.gz deleted file mode 100644 index 10d5723f5d08a04e70fd5ecf0a6034c380d616b0..0000000000000000000000000000000000000000 Binary files a/pbr-5.10.0.tar.gz and /dev/null differ diff --git a/pbr-6.1.1.tar.gz b/pbr-6.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3b91db24d80df33ad440cca3fff6bc6d1e59c66c Binary files /dev/null and b/pbr-6.1.1.tar.gz differ diff --git a/python-pbr.spec b/python-pbr.spec index f39eb6eab1626e97fa6dae0959df7ba245d674af..9536cb3eb134a75d35ad194345808adc79152bf2 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 %global pypi_name pbr @@ -6,14 +6,14 @@ %bcond_with tests Name: python-%{pypi_name} -Version: 5.10.0 +Version: 6.1.1 Release: %{anolis_release}%{dist} Summary: Python Build Reasonableness License: ASL 2.0 URL: http://pypi.python.org/pypi/pbr -Source0: https://pypi.io/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source0: https://pypi.io/packages/source/p/pbr/pbr-6.1.1.tar.gz BuildArch: noarch @@ -49,6 +49,7 @@ BuildRequires: python%{python3_pkgversion}-testresources BuildRequires: python%{python3_pkgversion}-testscenarios BuildRequires: python%{python3_pkgversion}-virtualenv BuildRequires: python%{python3_pkgversion}-wheel +BuildRequires: pyproject-rpm-macros %endif Requires: python%{python3_pkgversion}-setuptools Requires: git-core @@ -109,6 +110,10 @@ stestr run -E 'test_requirement_parsing|test_pep_517_support' %doc README.rst %{?without_bootstrap:html} %changelog +* Fri Aug 29 2025 wenyuzifang - 6.1.1-1 +- Updated to version 6.1.1 to fix xxxxxxxxxx + + * Tue Mar 12 2024 Zhao Hang - 5.10.0-2 - Rebuild with python3.11