From aa8c0ad426938ba883e269d9e7932f8efc6135bb Mon Sep 17 00:00:00 2001 From: laokz Date: Mon, 22 Apr 2024 07:39:59 +0000 Subject: [PATCH] restore setuptools-scm name to adapt setuptools-68.0.0 With setuptools-68.0.0, the pip name would be setuptools-scm, and with 69.1.0, it's named setuptools_scm. To adapt 68.0.0, remove changes in the configure.ac. Signed-off-by: laokz --- pcs.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pcs.spec b/pcs.spec index 2b62f2a..6e9207e 100644 --- a/pcs.spec +++ b/pcs.spec @@ -1,6 +1,6 @@ Name: pcs Version: 0.11.7 -Release: 9 +Release: 10 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 @@ -239,7 +239,6 @@ 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 @@ -406,6 +405,9 @@ run_all_tests %license pyagentx_LICENSE.txt %changelog +* Mon Apr 22 2024 laokz - 0.11.7-10 +- restore setuptools-scm name to adapt setuptools-68.0.0 + * Tue Mar 26 2024 zouzhimin - 0.11.7-9 - Add dtos for resources status