From c58888aff35ab5ed1f03e4945d960134c026d107 Mon Sep 17 00:00:00 2001 From: yuqi Date: Fri, 5 Aug 2022 02:54:15 +0000 Subject: [PATCH] fix the summary of help --- python-monotonic.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-monotonic.spec b/python-monotonic.spec index b2ff541..bf1d6ca 100644 --- a/python-monotonic.spec +++ b/python-monotonic.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-monotonic Version: 1.6 -Release: 1 +Release: 2 Summary: An implementation of time.monotonic() for Python 2 & < 3.3 License: Apache-2.0 URL: https://github.com/atdt/monotonic @@ -73,7 +73,7 @@ cause a ``RuntimeError`` exception to be raised. %package help -Summary: An implementation of time.monotonic() for Python 2 & < 3.3 +Summary: Development documents and examples for monotonic Provides: python3-monotonic-doc %description help @@ -145,6 +145,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Aug 05 2022 OpenStack_SIG - 1.6-2 +- Fix the summary of help + * Fri Jul 22 2022 OpenStack_SIG - 1.6-1 - Upgrade the version to 1.6 -- Gitee