From b6b20a8e72bc1261d8c188a1e262a076abe035ac Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:58:01 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- python-crudini.spec => crudini.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename python-crudini.spec => crudini.spec (94%) diff --git a/python-crudini.spec b/crudini.spec similarity index 94% rename from python-crudini.spec rename to crudini.spec index 0852f6a..c0ec272 100644 --- a/python-crudini.spec +++ b/crudini.spec @@ -2,7 +2,7 @@ Name: python-crudini Version: 0.9.3 -Release: 2 +Release: 3 Summary: A utility for manipulating ini files License: GPLv2 URL: http://github.com/pixelb/crudini @@ -79,6 +79,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 0.9.3-3 +- change the spec file name to be the same as the repo name + * Fri Jul 30 2021 chenyanpanHW - 0.9.3-2 - DESC: delete -S git from %autosetup -- Gitee