From d879a6c19aad57d5152db2a78b49fd922cd8d2c4 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Fri, 13 Oct 2023 15:00:38 +0800 Subject: [PATCH] Fix src.rpm name --- python-paste-deploy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-paste-deploy.spec b/python-paste-deploy.spec index c8e27b9..ad03fc1 100644 --- a/python-paste-deploy.spec +++ b/python-paste-deploy.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 -Name: python-PasteDeploy +Name: python-paste-deploy Version: 3.0.1 -Release: 1 +Release: 2 Summary: Load, configure, and compose WSGI applications and servers License: MIT URL: https://pylonsproject.org/ @@ -92,6 +92,9 @@ pytest . %{_docdir}/* %changelog +* Fri Oct 13 2023 wangkai <13474090681@163.com> - 3.0.1-2 +- Fix src.rpm name + * Mon Apr 10 2023 Ge Wang - 3.0.1-1 - update to version 3.0.1