From 5b92fdebf462b8f30177bfa7ac57cfd9a4b95087 Mon Sep 17 00:00:00 2001 From: zhaotianyang_z Date: Tue, 13 Jun 2023 20:46:39 +0800 Subject: [PATCH] fix wrong spelling of summary in spec file --- oemaker.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/oemaker.spec b/oemaker.spec index fb4bdf7..ae9ad5a 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -7,11 +7,11 @@ %endif Name: oemaker -Summary: a duilding tool for DVD ISO making and ISO cutting +Summary: a building tool for DVD ISO making and ISO cutting License: Mulan PSL v2 Group: System/Management Version: 3.0.2 -Release: 1 +Release: 2 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -154,6 +154,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Tue Jun 13 2023 zhaotianyang - 3.0.2-2 +- ID:NA +- SUG:NA +- DESC: fix wrong spelling of summary in spec file + * Tue May 23 2023 chenhuihan - 3.0.2-1 - ID:NA - SUG:NA -- Gitee