!12 修正rpm源码包与仓库名相同

From: @wk333 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-10-16 00:53:44 +00:00 committed by Gitee
commit 45365a9bb0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-PasteDeploy Name: python-paste-deploy
Version: 2.1.1 Version: 2.1.1
Release: 2 Release: 3
Summary: Load, configure, and compose WSGI applications and servers Summary: Load, configure, and compose WSGI applications and servers
License: MIT License: MIT
URL: https://pylonsproject.org/ URL: https://pylonsproject.org/
@ -66,6 +66,9 @@ PYTHONPATH=. pytest-3
%{python2_sitelib}/* %{python2_sitelib}/*
%changelog %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 * Fri Oct 13 2023 wangkai <13474090681@163.com> - 2.1.1-2
- Add python2 subpackage for python-webtest build - Add python2 subpackage for python-webtest build
- Remove help subpackage - Remove help subpackage