diff --git a/python-alsa.spec b/python-alsa.spec index a8d0cd7c3c95e0863a5c86b944494a6aed738706..a305e272f37274649e63eae04120f1f6ddd8935f 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