From 48f90419c286c57a1b8cad5fcbbf4ec352643d71 Mon Sep 17 00:00:00 2001 From: lei_ju <983277505@qq.com> Date: Thu, 31 Dec 2020 09:33:54 +0800 Subject: [PATCH] Modify Spec and yaml filename --- python-flufl-bounce.spec => python-flufl.bounce.spec | 5 ++++- python-flufl-bounce.yaml => python-flufl.bounce.yaml | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename python-flufl-bounce.spec => python-flufl.bounce.spec (96%) rename python-flufl-bounce.yaml => python-flufl.bounce.yaml (100%) diff --git a/python-flufl-bounce.spec b/python-flufl.bounce.spec similarity index 96% rename from python-flufl-bounce.spec rename to python-flufl.bounce.spec index b21336b..5a3ee87 100644 --- a/python-flufl-bounce.spec +++ b/python-flufl.bounce.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-flufl.bounce Version: 3.0.1 -Release: 1 +Release: 2 Summary: Email bounce detectors. License: Apache 2.0 URL: https://pypi.org/project/flufl.bounce @@ -72,5 +72,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Thu Dec 31 2020 leiju +- Modify Spec and yaml filename + * Thu Dec 17 2020 Python_Bot - Package Spec generated diff --git a/python-flufl-bounce.yaml b/python-flufl.bounce.yaml similarity index 100% rename from python-flufl-bounce.yaml rename to python-flufl.bounce.yaml