From 8c5df7e80e1029e5fc322ebea92b38d7ea6eafcd Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Thu, 16 Sep 2021 11:04:26 +0800 Subject: [PATCH] Remove redundant provides python-webob (cherry picked from commit da33bbf5ae478438fb90219c06a22594a9ce0b48) --- python-alsa.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-alsa.spec b/python-alsa.spec index 04f2d19..b5801f5 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/ @@ -23,7 +23,7 @@ Python2 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. @@ -46,6 +46,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 Aug 21 2020 fanjiachen - 1.1.6-2 - Type:rebuild - ID:NA -- Gitee