From 2ca1ee3c29910f4da1085e591089c022ac584e64 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Fri, 2 Sep 2022 10:55:47 +0800 Subject: [PATCH] fix changelog to make it in descending chronological order --- rng-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rng-tools.spec b/rng-tools.spec index 2cb5093..e528fb5 100644 --- a/rng-tools.spec +++ b/rng-tools.spec @@ -1,6 +1,6 @@ Name: rng-tools Version: 6.14 -Release: 3 +Release: 4 Summary: Random number generator daemon License: GPLv2+ URL: https://github.com/nhorman/rng-tools @@ -59,6 +59,9 @@ install -D -t $RPM_BUILD_ROOT%{_unitdir} -m 0644 %{SOURCE1} %{_mandir}/man8/rngd.8.* %changelog +* Fri Sep 2 2022 panxiaohe - 6.14-4 +- fix changelog to make it in descending chronological order + * Thu Jul 28 2022 zhangruifang - 6.14-3 - update release @@ -81,7 +84,7 @@ install -D -t $RPM_BUILD_ROOT%{_unitdir} -m 0644 %{SOURCE1} * Thu Jul 30 2020 zhangxingliang - 6.10-1 - update to 6.10 -* Fri Oct 11 2019 openEuler Buildteam - 6.3.1-4 +* Sat Feb 29 2020 openEuler Buildteam - 6.3.1-4 - add jitterentropy support * Wed Feb 19 2020 wanjiankang - 6.3.1-3 -- Gitee