From ff9bf109ab9254c54bc61c3c215146f3f5368d49 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Mon, 22 Nov 2021 16:40:17 +0100 Subject: [PATCH] Fix date in changelog of spec file --- scripts/cc-metric-collector.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/cc-metric-collector.spec b/scripts/cc-metric-collector.spec index 96b209c..4ec17c5 100644 --- a/scripts/cc-metric-collector.spec +++ b/scripts/cc-metric-collector.spec @@ -48,4 +48,5 @@ install -Dpm 644 scripts/%{name}.service %{buildroot}%{_unitdir}/%{name}.service %changelog -* Initial spec file +* Mon Nov 22 2021 Thomas Gruber - 0.1 +- Initial spec file