From acc15d1323548b3e2780bfc05ce2ae7a647ebf35 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Mon, 13 Jan 2025 16:47:25 +0100 Subject: [PATCH] cockpit/spec: add changelog section --- cockpit/cockpit-image-builder.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cockpit/cockpit-image-builder.spec b/cockpit/cockpit-image-builder.spec index f176b05c..15b337a4 100644 --- a/cockpit/cockpit-image-builder.spec +++ b/cockpit/cockpit-image-builder.spec @@ -42,3 +42,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %license LICENSE %{_datadir}/cockpit/cockpit-image-builder %{_datadir}/metainfo/* + +%changelog +# the changelog is distribution-specific, therefore there's just one entry +# to make rpmlint happy. + +* Mon Jan 13 2025 Image Builder team - 0-1 +- The changelog was added to the rpm spec file.