From 32e2b734e1484540041a65f58603cd603b114fbd Mon Sep 17 00:00:00 2001 From: haomi123 Date: Thu, 12 May 2022 08:26:27 +0000 Subject: [PATCH] fix-changelog-date --- bcc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bcc.spec b/bcc.spec index a55c8a5..87774df 100644 --- a/bcc.spec +++ b/bcc.spec @@ -1,6 +1,6 @@ Name: bcc Version: 0.15.0 -Release: 2 +Release: 3 Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -161,10 +161,13 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/ %changelog +* Fri May 13 2022 haomimi - 0.15.0-3 +- fix "bogus date %changelog" for spec file + * Wed Mar 10 2021 wuchangye - 0.15.0-2 - rebuild -* Mon Oct 22 2020 liqingqing_1229 - 0.15.0-1 +* Thu Oct 22 2020 liqingqing_1229 - 0.15.0-1 - update source0's url * Wed Jul 22 2020 Shinwell Hu - 0.15.0-0 -- Gitee