diff --git a/python-requests.spec b/python-requests.spec index 6f5b4cdd5cc7d464dadbe4b22623c4ece9741d70..ab33a1f4193d3324d665c7b6738abe13aba8fd62 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %if 0%{?_module_build} # Don't run tests on module-build for now # See: https://bugzilla.redhat.com/show_bug.cgi?id=1450608 @@ -10,7 +11,7 @@ Name: python-requests Version: 2.20.0 -Release: 2.2%{?dist} +Release: 3%{anolis_release}%{?dist} Summary: HTTP library, written in Python, for human beings License: ASL 2.0 @@ -111,6 +112,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %changelog +* Tue Sep 19 2023 Zhao Hang - 2.20.0-3.0.1 +- Rebuild for Anolis + * Thu Aug 18 2023 Chen Qiao - 2.20.0-2.2 - Fix CVE-2023-32681