From fb89a06463b50fffc0b2cc0d50eb08535a801a0d Mon Sep 17 00:00:00 2001 From: huayadong Date: Mon, 13 Dec 2021 11:32:38 +0800 Subject: [PATCH] remove %{?dist} --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 130c70b..907e1b4 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.55.0 -Release: 1%{?dist} +Release: 2 Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,5 +113,8 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Dec 13 2021 huayadong  - 5.55.0-2 +- remove %{?dist} + * Thu Jul 23 2020 wangmian - 5.55.0-1 - Init kf5-kwayland project -- Gitee