From b31694aa11321091ed48ffeab1651a997623d6b8 Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Thu, 14 Dec 2023 11:15:13 -0500 Subject: [PATCH] packit: fix changelog-entry The `changelog-entry` field needs a value which creates an output of the entry you want in your changelog. fixes #1357 --- .packit.yaml | 2 +- docs/release-notes.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index ee063da71..a5d3775d7 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -2,7 +2,7 @@ # https://packit.dev/docs/configuration/ actions: changelog-entry: - - "New upstream release" + - bash -c 'echo "- New upstream release"' post-upstream-clone: - "wget https://src.fedoraproject.org/rpms/rust-coreos-installer/raw/rawhide/f/rust-coreos-installer.spec -O rust-coreos-installer.spec" diff --git a/docs/release-notes.md b/docs/release-notes.md index b36fe7ee8..e6398ae24 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -17,6 +17,7 @@ Internal changes: Packaging changes: +- Fix Packit changelog entry generation ## coreos-installer 0.19.0 (2023-12-11) @@ -29,6 +30,10 @@ Internal changes: - rootmap/bind-boot: Support root devices using composefs +Packaging changes: + +- Add Packit support for Fedora packaging + ## coreos-installer 0.18.0 (2023-08-24)