diff --git a/python-dulwich.spec b/python-dulwich.spec index 465f3d5ae719c340f05f631d346ccc595de79b6a..8ac780103ed394723323065db203214796849c22 100755 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-dulwich Version: 0.15.0 -Release: 1 +Release: 2 Summary: Python Git Library License: Apachev2 or later or GPLv2 URL: https://www.dulwich.io/ @@ -20,7 +20,7 @@ Source0: https://files.pythonhosted.org/packages/f9/06/3f472d9c44ed8bb833b48b8fd %package -n python2-dulwich Summary: Python Git Library -Provides: python-dulwich +Provides: python2-dulwich BuildRequires: python2-devel BuildRequires: python2-setuptools %description -n python2-dulwich @@ -91,5 +91,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun May 23 2021 openstack-sig +- Fix Provides * Tue May 11 2021 openstack-sig - Package Spec generated