From e11d9c29edcf67e3b812d35c5db3f1a6d20c10e3 Mon Sep 17 00:00:00 2001 From: huayadong Date: Mon, 13 Dec 2021 11:05:28 +0800 Subject: [PATCH] remove %{?dist} --- libsysstat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libsysstat.spec b/libsysstat.spec index f6237c2..dd0e7f4 100644 --- a/libsysstat.spec +++ b/libsysstat.spec @@ -1,6 +1,6 @@ Name: libsysstat Version: 0.4.2 -Release: 1%{?dist} +Release: 2 License: GPLv2 and LGPLv2+ Summary: Library used to query system info and statistics Url: http://www.lxde.org @@ -50,5 +50,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_libdir}/libsysstat-qt5.so %changelog +* Mon Dec 13 2021 huayadong  - 0.4.2-2 +- remove %{?dist} + * Thu Jul 23 2020 Zhao Yang  - 0.4.2-1 - Initial release for OpenEuler