Merge branch 'openEuler-24.03-LTS' of gitee.com:src-openeuler/pcs into master

Signed-off-by: zouzhimin <zouzhimin@kylinos.cn>
This commit is contained in:
zouzhimin 2024-03-20 01:57:56 +00:00
commit 90586b50ee

View File

@ -1,6 +1,6 @@
Name: pcs
Version: 0.11.7
Release: 5
Release: 6
License: GPL-2.0-only AND Apache-2.0 AND MIT AND BSD-3-Clause AND (BSD-2-Clause OR Ruby) AND (BSD-2-Clause OR GPL-2.0-or-later)
URL: https://github.com/ClusterLabs/pcs
Group: System Environment/Base
@ -236,6 +236,7 @@ update_times_patch(){
%autopatch -p1 -m 0
# update_times_patch %%{PATCH0}
update_times_patch %{PATCH0}
sed -i "s/setuptools-scm/setuptools_scm/g" configure.ac
# generate .tarball-version if building from an untagged commit, not a released version
# autogen uses git-version-gen which uses .tarball-version for generating version number
@ -402,9 +403,12 @@ run_all_tests
%license pyagentx_LICENSE.txt
%changelog
* Thu Mar 14 2024 zouzhimin <zouzhimin@kylinos.cn> - 0.11.7-5
* Tue Mar 19 2024 zouzhimin <zouzhimin@kylinos.cn> - 0.11.7-6
- update crm_mon schemas for tests
* Tue Mar 19 2024 panchenbo <panchenbo@kylinsec.com.cn> - 0.11.7-5
- fix setuptools_scm not found
* Tue Mar 12 2024 zouzhimin <zouzhimin@kylinos.cn> - 0.11.7-4
- Fix pcsd ruby