From 5a8460b72dbc315833b2041d370d75df56a51a59 Mon Sep 17 00:00:00 2001 From: jpzhang187 Date: Wed, 31 Mar 2021 10:11:00 +0800 Subject: [PATCH] python3-httplib2 provides python-httplib2 --- python-httplib2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-httplib2.spec b/python-httplib2.spec index 6ae11ef..9c62eab 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -1,6 +1,6 @@ Name: python-httplib2 Version: 0.19.0 -Release: 1 +Release: 2 Summary: Small, fast HTTP client library for Python. License: MIT URL: https://github.com/httplib2/httplib2 @@ -27,6 +27,7 @@ Small, fast HTTP client library for Python. %if 0%{?with_python3} %package -n python3-httplib2 Summary: Small, fast HTTP client library for Python. +%{?python_provide:%python_provide python3-httplib2} %description -n python3-httplib2 Small, fast HTTP client library for Python. @@ -70,6 +71,9 @@ popd %endif %changelog +* Wed Mar 31 2021 zhangjiapeng - 0.19.0-2 +- python3-httplib2 provides python-httplib2 + * Tue Mar 2 2021 zhanghua - 0.19.0-1 - update to 0.19.0 to fix CVE-2021-21240