From a5dd335fa95805a50e8b952b5855106ddd6d439a Mon Sep 17 00:00:00 2001 From: hanshuang Date: Mon, 16 Jan 2023 11:30:05 +0800 Subject: [PATCH] rebuild an8.7-dde --- go-compilers.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/go-compilers.spec b/go-compilers.spec index 112fd98..95fb643 100644 --- a/go-compilers.spec +++ b/go-compilers.spec @@ -1,9 +1,11 @@ + %global commit 4d469a3d37c21353fbd6bb306ce707dc4151fd1e %global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global anolis_release .0.1 Name: go-compilers Version: 1 -Release: 35%{?dist}.01 +Release: 35%{anolis_release}%{?dist}.01 Summary: Go language compilers for various architectures License: GPLv3+ Source0: https://github.com/gofed/go-macros/archive/%{commit}/go-macros-%{shortcommit}.tar.gz @@ -88,6 +90,9 @@ install -m 644 -D rpm/macros.d/macros.go-compilers-gcc %{buildroot}%{_rpmconfigd %endif %changelog +* Thu Dec 29 2022 hanshuang - 1-35.01.0.1 +- Rebuild on an8.7-dde + * Thu Jul 25 2019 Fedora Release Engineering - 1-35.01 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - add requires glist -- Gitee