From 1c1ea98f1fe431d113e921d6c56434683d665260 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:55:16 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- python-apscheduler.spec => python-APScheduler.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename python-apscheduler.spec => python-APScheduler.spec (95%) diff --git a/python-apscheduler.spec b/python-APScheduler.spec similarity index 95% rename from python-apscheduler.spec rename to python-APScheduler.spec index 06f4774..1145ec6 100644 --- a/python-apscheduler.spec +++ b/python-APScheduler.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-APScheduler Version: 3.6.3 -Release: 1 +Release: 2 Summary: In-process task scheduler with Cron-like capabilities License: MIT URL: https://github.com/agronholm/apscheduler @@ -93,5 +93,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 3.6.3-2 +- change the spec file name to be the same as the repo name + * Tue Aug 18 2020 Python_Bot - Package Spec generated -- Gitee