From 640399c86e85f97fa5cc002b60f8e4f97581cb90 Mon Sep 17 00:00:00 2001 From: si-gui <245140120@qq.com> Date: Mon, 28 Dec 2020 15:33:32 +0800 Subject: [PATCH] Del the {dist} in release. (cherry picked from commit d2590a9b8d4a8e02295f158857c9aa0fe446312c) --- kf5-kconfigwidgets.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kconfigwidgets.spec b/kf5-kconfigwidgets.spec index ec73431..a2ca9bf 100644 --- a/kf5-kconfigwidgets.spec +++ b/kf5-kconfigwidgets.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.55.0 -Release: 1%{?dist} +Release: 2 Summary: KDE Frameworks 5 Tier 3 addon for creating configuration dialogs License: GPLv2+ and LGPLv2+ and MIT @@ -86,5 +86,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Dec 28 2020 sunguoshuai - 5.55.0-2 +- Del the {dist} in release. + * Thu Jul 23 2020 wangmian - 5.55.0-1 - Init kf5-kconfigwidgets project -- Gitee