From 73b3b5d1f138c7260882b9e087771497a2c5754f Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Fri, 13 Oct 2023 16:40:28 +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 bbfd83c..fff901c 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: 2.1.1 -Release: 2 +Release: 3 Summary: Load, configure, and compose WSGI applications and servers License: MIT URL: https://pylonsproject.org/ @@ -66,6 +66,9 @@ PYTHONPATH=. pytest-3 %{python2_sitelib}/* %changelog +* Fri Oct 13 2023 wangkai <13474090681@163.com> - 2.1.1-3 +- Fix src.rpm name + * Fri Oct 13 2023 wangkai <13474090681@163.com> - 2.1.1-2 - Add python2 subpackage for python-webtest build - Remove help subpackage