From d15aaabbd55af5d0dbc63ca9056892a0bc5472df Mon Sep 17 00:00:00 2001 From: weidongkl Date: Mon, 13 Dec 2021 02:04:43 +0000 Subject: [PATCH] delete dist macro --- kf5-kauth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kauth.spec b/kf5-kauth.spec index 064b4a1..6737c1f 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 13 2021 weidong - 5.55.0-2 +- Delete dist macro + * Thu Jul 23 2020 wangmian - 5.55.0-1 - Init kf5-kauth project -- Gitee