diff --git a/pycpuinfo.spec b/python-py-cpuinfo.spec similarity index 93% rename from pycpuinfo.spec rename to python-py-cpuinfo.spec index 505e1f330838a113b7527e2f2f734dac1ac967aa..da0e2cc3b5241e65c306d2b9806593bf7e964b6b 100644 --- a/pycpuinfo.spec +++ b/python-py-cpuinfo.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: pycpuinfo Version: 7.0.0 -Release: 1 +Release: 2 Summary: Get CPU info with pure Python 2 & 3 License: MIT URL: https://github.com/workhorsy/py-cpuinfo @@ -68,5 +68,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 7.0.0-2 +- change the spec file name to be the same as the repo name + * Sat Jul 18 2020 Python_Bot - Package Spec generated