From a9749afaee46b9d60d6132e64ba7b6fe7a067443 Mon Sep 17 00:00:00 2001 From: mylee Date: Mon, 9 May 2022 15:06:20 +0800 Subject: [PATCH] fix spec changelog date --- libtdb.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libtdb.spec b/libtdb.spec index 90a30d5..9a55714 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -1,6 +1,6 @@ Name: libtdb Version: 1.4.2 -Release: 3 +Release: 4 Summary: The Tdb library License: LGPLv3+ URL: http://tdb.samba.org/ @@ -89,7 +89,10 @@ make %{?_smp_mflags} check %ldconfig_scriptlets %changelog -* Tue Aug 21 2020 openEuler Buildteam - 1.4.2-3 +* Tue May 10 2022 mylee - 1.4.2-4 +- fix spec changelog date + +* Fri Aug 21 2020 openEuler Buildteam - 1.4.2-3 - Type:rebuild - ID:NA - SUG:NA @@ -98,7 +101,7 @@ make %{?_smp_mflags} check * Sat Mar 21 2020 songnannan - 1.4.2-2 - bugfix about update -* Sat Feb 11 2020 openEuler Buildteam - 1.4.2-1 +* Mon Feb 17 2020 openEuler Buildteam - 1.4.2-1 - update to 1.4.2-1, drop python2 support * Wed Sep 11 2019 openEuler Buildteam - 1.3.16-3 -- Gitee