From 2e8da64b0e7d1633db3641be622ed272a3ab004b Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Tue, 11 May 2021 10:04:39 +0800 Subject: [PATCH] fix provides --- python-monotonic.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-monotonic.spec b/python-monotonic.spec index 0811f25..9d24f99 100644 --- a/python-monotonic.spec +++ b/python-monotonic.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-monotonic Version: 1.5 -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 @@ -13,7 +13,7 @@ An implementation of time.monotonic() for Python 2 & Python 3. %package -n python2-monotonic Summary: An implementation of time.monotonic() for Python 2 & < 3.3 -Provides: python-monotonic +Provides: python2-monotonic BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-pip @@ -69,5 +69,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 10 2021 openstack-sig +- Fix provides * Thu Apr 29 2021 openstack-sig - Package Spec generated -- Gitee