From 915e953586491c76747ae3b255390fb9698eed2f Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Tue, 29 Aug 2023 10:02:03 +0800 Subject: [PATCH] Specification spec file --- firebird.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/firebird.spec b/firebird.spec index 5a0c7af..f7a7e35 100644 --- a/firebird.spec +++ b/firebird.spec @@ -1,3 +1,4 @@ +%define anolis_release 1 #uos %global upversion 3.0.4.33054 %global pkgversion Firebird-%{upversion}-0 @@ -7,7 +8,7 @@ Name: firebird Version: %{upversion} -Release: 2%{?dist}.3 +Release: 2.3.%{anolis_release}%{?dist} Summary: SQL relational database management system License: Interbase @@ -380,6 +381,9 @@ fi %changelog +* Mon Aug 28 2023 yangxianzhao - 3.0.4.33054-2.3.1 +- Specification spec file + * Sat Apr 30 2022 mahailiang - 3.0.4.33054-2.3 - arch: add loongarch64 support -- Gitee