From 92ee22911e3027e16c056bd6f6e0c5018fd47c20 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:35:51 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- fuckit.spec => python-fuckit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename fuckit.spec => python-fuckit.spec (94%) diff --git a/fuckit.spec b/python-fuckit.spec similarity index 94% rename from fuckit.spec rename to python-fuckit.spec index 4eb24ce..879a4d0 100644 --- a/fuckit.spec +++ b/python-fuckit.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-fuckit Version: 4.8.1 -Release: 1 +Release: 2 Summary: The Python Error Steamroller License: WTFPL URL: https://github.com/ajalt/fuckitpy @@ -71,5 +71,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 4.8.1-2 +- change the spec file name to be the same as the repo name + * Tue Jul 20 2021 Python_Bot - 4.8.1-1 - Package Spec generated -- Gitee