diff --git a/python-monotonic.spec b/python-monotonic.spec index 0811f258d5ef0e6168cd3104fff10dd7eb73ad4f..9d24f9959c3f6c739b76cab06f542ea890db057a 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