From d78a040029f1d8aae9039a30c93bc27400293be2 Mon Sep 17 00:00:00 2001 From: liuzhilin Date: Tue, 28 Nov 2023 17:43:43 +0800 Subject: [PATCH] remove unnecessary macro definitions --- dde-introduction.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dde-introduction.spec b/dde-introduction.spec index db2a437..977e501 100644 --- a/dde-introduction.spec +++ b/dde-introduction.spec @@ -1,12 +1,8 @@ %global debug_package %{nil} -%define specrelease 2%{?dist} -%if 0%{?openeuler} -%define specrelease 2 -%endif Name: dde-introduction Version: 5.6.13 -Release: %{specrelease} +Release: 3 Summary: Introduction for UOS License: GPLv3+ URL: https://github.com/linuxdeepin/%{name} @@ -70,6 +66,9 @@ popd %{_datadir}/%{name}/ %changelog +* Tue Nov 28 2023 liuzhilin - 5.6.13-3 +- remove unnecessary macro definitions + * Thu Mar 16 2023 liweiganga - 5.6.13-2 - feat: fix strip -- Gitee