From 822f235e6186891e8113abeef9197c8d8971f13e Mon Sep 17 00:00:00 2001 From: hongwei-qin Date: Thu, 24 Feb 2022 10:41:42 -0500 Subject: [PATCH] Rebuild on platform-python --- cmake.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cmake.spec b/cmake.spec index af1ecd3..0a945fd 100755 --- a/cmake.spec +++ b/cmake.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 # Do we add appdata-files? # consider conditional on whether %%_metainfodir is defined or not instead -- rex %if 0%{?fedora} || 0%{?rhel} > 7 @@ -73,7 +74,7 @@ Name: %{orig_name}%{?name_suffix} Version: %{major_version}.%{minor_version}.2 -Release: %{baserelease}%{?relsuf}%{?dist} +Release: %{baserelease}%{?relsuf}%{anolis_release}%{?dist} Summary: Cross-platform make system # most sources are BSD @@ -529,6 +530,9 @@ popd %changelog +* Thu Feb 24 2022 Weitao Zhou - 3.20.2-4.0.1 +- Rebuild on platform-python + * Fri Jul 09 2021 sguelton@redhat.com - 3.20.2-4 - Fix update (rhbz#1964407) -- Gitee