remove redundant %{?dist}

(cherry picked from commit ebd8ada28b031cc6a2811e84ceb1c40cb8e2e190)
This commit is contained in:
wangxiao65 2020-12-28 16:33:55 +08:00 committed by openeuler-sync-bot
parent f93f8aef1f
commit e85544a37b

View File

@ -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 <wangxiao65@huawei.com> - 0.9.0-8
- remove redundant %{?dist}
* Thu Jul 23 2020 Zhao Yang <yangzhao1@kylinos.cn> - 0.9.0-7
- Initial release for OpenEuler