diff --git a/python-alsa.spec b/python-alsa.spec index 04f2d19e56857ccf0e56a8e7480b8705decbe2f0..b5801f564e917e5500263bc05476b87276fe7e6f 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