From e982c598cb1c5a5af84ca6e3acea9c73fba6c08c Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Mon, 16 Aug 2021 07:11:55 +0000 Subject: [PATCH] Remove doc requires python3-releases --- python-mitba.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-mitba.spec b/python-mitba.spec index d48ce78..719d9eb 100644 --- a/python-mitba.spec +++ b/python-mitba.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-mitba Version: 1.1.1 -Release: 1 +Release: 2 Summary: Python library for caching results from functions and methods License: BSD URL: https://github.com/Infinidat/mitba @@ -34,7 +34,6 @@ Requires: python3-flux Requires: python3-logbook Requires: python3-sphinx-theme-alabaster Requires: python3-docutils -Requires: python3-releases Requires: python3-sphinx # Tests running requires Requires: python3-pylint @@ -94,5 +93,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 16 2021 huangtianhua - 1.1.1-2 +- Remove doc requires python3-releases + * Fri Aug 06 2021 OpenStack_SIG - 1.1.1-1 - Package Spec generate