From e85544a37b4a50ac52734f33b9f34cc4a0269537 Mon Sep 17 00:00:00 2001 From: wangxiao65 <287608437@qq.com> Date: Mon, 28 Dec 2020 16:33:55 +0800 Subject: [PATCH] remove redundant %{?dist} (cherry picked from commit ebd8ada28b031cc6a2811e84ceb1c40cb8e2e190) --- qjson.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qjson.spec b/qjson.spec index 2887a29..c221f40 100644 --- a/qjson.spec +++ b/qjson.spec @@ -11,7 +11,7 @@ Name: qjson Version: 0.9.0 -Release: 7%{?dist} +Release: 8 Summary: A qt-based library that maps JSON data to QVariant objects License: GPLv2+ @@ -146,5 +146,8 @@ xvfb-run -a make test -C %{_target_platform}-qt5 ||: %changelog +* Mon Dec 28 2020 wangxiao - 0.9.0-8 +- remove redundant %{?dist} + * Thu Jul 23 2020 Zhao Yang  - 0.9.0-7 - Initial release for OpenEuler