From a4c2b479caa3143b9ac34554b1eb7f657908ad4e Mon Sep 17 00:00:00 2001 From: weiwei_tiantian Date: Thu, 31 Mar 2022 14:36:16 +0800 Subject: [PATCH] remove unnessary buildrequires --- python-filelock.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-filelock.spec b/python-filelock.spec index f41aaaa..3ca2e6f 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -1,6 +1,6 @@ Name: python-filelock Version: 3.0.12 -Release: 2 +Release: 3 Summary: A platform independent file lock License: Unlicense URL: https://github.com/benediktschmitt/py-filelock @@ -14,7 +14,7 @@ independent file locking mechanism for Python. %package doc Summary: Documentation for filelock, A platform independent file lock -BuildRequires: python3-sphinx python3-sphinx-theme-alabaster +BuildRequires: python3-sphinx %description doc Documentation for filelock, A platform independent file lock @@ -66,6 +66,9 @@ install -p -m0644 -D docs/build/man/py-filelock.1 \ %{_mandir}/man1/py-filelock.1.gz %changelog +* Thu Mar 31 2022 tianwei - 3.0.12-3 +- remove unnessary buildrequires + * Thu Jun 18 2020 hanhui - 3.0.12-2 - bugfix - fix python can not find file -- Gitee