From b65c2d8ba7089301f25e76ee2a84d7b407e728f2 Mon Sep 17 00:00:00 2001 From: huangyan_jrlc Date: Fri, 6 Dec 2024 00:15:23 +0000 Subject: [PATCH] spec: revert Release version to 1 * it seems that Release should static in a distro version this change only allow when 24.03-LTS -> 24.03-LTS-SP1 Signed-off-by: huangyan_jrlc --- python-ninja.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ninja.spec b/python-ninja.spec index 70dc4db..7cc51be 100644 --- a/python-ninja.spec +++ b/python-ninja.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-ninja Version: 1.11.1.1 -Release: 4 +Release: 1 Summary: A small build system with a focus on speed. License: Apache-2.0 URL: https://github.com/ninja-build/ninja -- Gitee