From 3f7c3e0611dd85d876948758de64affab34bef63 Mon Sep 17 00:00:00 2001 From: liulei Date: Wed, 29 May 2024 02:31:02 -0400 Subject: [PATCH] Fix build spec for anolis 23 Change-Id: I956717bfd19117e211784f7a66196fe33314279f --- hml.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hml.spec b/hml.spec index dddc0ac..2def260 100644 --- a/hml.spec +++ b/hml.spec @@ -17,11 +17,9 @@ %global __brp_strip %{nil} %global __os_install_post %{nil} -%define build_timestamp %(date +"%Y%m%d") - Name: hml Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: %{build_timestamp} +Release: %{anolis_release}%{?dist} Summary: Hygon Math Library License: Apache-2.0 WITH LLVM-exception and BSD URL: N/A -- Gitee