From 9d932a8d0b58d128f5b82f093cf760fb23ddc454 Mon Sep 17 00:00:00 2001 From: hht8 Date: Tue, 29 Dec 2020 09:47:02 +0800 Subject: [PATCH] Remove the release suffix --- kf5-kauth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kauth.spec b/kf5-kauth.spec index 064b4a1..5cf8bf5 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.55.0 -Release: 1%{?dist} +Release: 2 Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user License: LGPLv2+ @@ -78,5 +78,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Dec 12 2020 huanghaitao - 5.55.0-2 +- Remove the release suffix + * Thu Jul 23 2020 wangmian - 5.55.0-1 - Init kf5-kauth project -- Gitee