From f5505715912205c98a66f4d461b56416c27d2efa Mon Sep 17 00:00:00 2001 From: ctyunsystem Date: Thu, 8 Sep 2022 02:10:39 +0000 Subject: [PATCH] update fakeroot.spec fix bad date in changelog ``` error: bad date in %changelog: Mon 31 May 2021 sunguoshuai - 1.25.2-2 ``` https://gitee.com/src-openeuler/fakeroot/issues/I5NTUM Signed-off-by: ctyunsystem --- fakeroot.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fakeroot.spec b/fakeroot.spec index 16ff51d..c9440ad 100644 --- a/fakeroot.spec +++ b/fakeroot.spec @@ -134,7 +134,7 @@ fi * Mon Jun 7 2021 lingsheng - 1.25.2-3 - Fix file confilct with old version -* Mon 31 May 2021 sunguoshuai - 1.25.2-2 +* Mon May 31 2021 sunguoshuai - 1.25.2-2 - Skip tar test: the test is unstable and keeps on randomly failing * Fri Nov 20 2020 zhangjiapeng - 1.25.2-1 -- Gitee