Skip to content

Commit 82a7d0c

Browse files
authored
Merge pull request coreos#1359 from prestist/update-packit
packit: fix changelog-entry
2 parents 0e02b9f + b31694a commit 82a7d0c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.packit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://packit.dev/docs/configuration/
33
actions:
44
changelog-entry:
5-
- "New upstream release"
5+
- bash -c 'echo "- New upstream release"'
66
post-upstream-clone:
77
- "wget https://src.fedoraproject.org/rpms/rust-coreos-installer/raw/rawhide/f/rust-coreos-installer.spec -O rust-coreos-installer.spec"
88

docs/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Internal changes:
1717

1818
Packaging changes:
1919

20+
- Fix Packit changelog entry generation
2021

2122

2223
## coreos-installer 0.19.0 (2023-12-11)
@@ -29,6 +30,10 @@ Internal changes:
2930

3031
- rootmap/bind-boot: Support root devices using composefs
3132

33+
Packaging changes:
34+
35+
- Add Packit support for Fedora packaging
36+
3237

3338
## coreos-installer 0.18.0 (2023-08-24)
3439

0 commit comments

Comments
 (0)