From 26673457bcec5af48eca1a417997b6bb6bcd3b18 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Mon, 28 Dec 2020 20:20:09 +0800 Subject: [PATCH] remove redundancy %{?dist} (cherry picked from commit 6f8f3720e62da0089a5307d4b9e0e881e9ed9203) --- libstatgrab.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libstatgrab.spec b/libstatgrab.spec index c7beaf8..c748ce7 100644 --- a/libstatgrab.spec +++ b/libstatgrab.spec @@ -4,7 +4,7 @@ Name: libstatgrab Epoch: 1 Version: 0.92 -Release: 1%{?dist} +Release: 2 Summary: A library that provides cross platform access to statistics of the system License: LGPLv2+ URL: http://www.i-scream.org/libstatgrab @@ -205,5 +205,8 @@ make check %{_mandir}/*/*statgrab* %changelog +* Mon Dec 28 2020 Ge Wang - 1:0.92-2 +- Remove redundancy %{?dist} + * Thu Jul 23 2020 Zhao Yang  - 1:0.92-1 - Initial release for OpenEuler