From c8a3f11832f56c2bacc776f93070410b50088889 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Thu, 16 Sep 2021 11:02:56 +0800 Subject: [PATCH] Remove redundant provides python-webob (cherry picked from commit 1b53c95423239f954474b87d13dcaef4117d6390) --- python-alsa.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-alsa.spec b/python-alsa.spec index a8d0cd7..a305e27 100644 --- a/python-alsa.spec +++ b/python-alsa.spec @@ -1,6 +1,6 @@ Name: python-alsa Version: 1.1.6 -Release: 2 +Release: 3 Summary: Python binding for the ALSA library License: LGPLv2+ URL: http://www.alsa-project.org/ @@ -15,7 +15,7 @@ Python bindings for the ALSA library. Summary: Python3 binding for the ALSA library BuildRequires: python3-devel Requires: python3 -%{?python_provide:%python_provide python3-webob} +%{?python_provide:%python_provide python3-alsa} %description -n python3-alsa Python3 bindings for the ALSA library. @@ -33,6 +33,9 @@ Python3 bindings for the ALSA library. %{python3_sitearch}/* %changelog +* Thu Sep 16 2021 caodongxia - 1.1.6-3 +- Remove redundant provides python-webob + * Fri Oct 30 2020 xinghe - 1.1.6-2 - remove python2 dependency -- Gitee