diff --git a/python-scandir.spec b/python-scandir.spec index f7d30b1..344d793 100644 --- a/python-scandir.spec +++ b/python-scandir.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-scandir Version: 1.10.0 -Release: 1 +Release: 2 Summary: scandir, a better directory iterator and faster os.walk() License: New BSD License URL: https://github.com/benhoyt/scandir @@ -23,7 +23,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc -BuildRequires: gdb %description -n python3-scandir scandir, a better directory iterator and faster os.walk() @@ -76,5 +75,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 04 2021 chenyanpanHW - 1.10.0-2 +- DESC: delete BuildRequires gdb + * Wed Jul 29 2020 Python_Bot - Package Spec generated