From ac23ce88fab15eb00fb3888e3a6aadb9a6595d5e Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 17 Jul 2018 22:08:34 +0200 Subject: [PATCH] spec: Add %changelog stub So that cockpituous' release-srpm can properly add the changelog from the tag. --- cockpit-starter-kit.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cockpit-starter-kit.spec.in b/cockpit-starter-kit.spec.in index dd8e358..3986927 100644 --- a/cockpit-starter-kit.spec.in +++ b/cockpit-starter-kit.spec.in @@ -24,3 +24,5 @@ find %{buildroot} -type f >> files.list sed -i "s|%{buildroot}||" *.list %files -f files.list + +%changelog