From 3d966269c8760e51ad05c158b486fe852516da39 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Mon, 25 Sep 2023 08:53:47 +0200 Subject: [PATCH] tinker packit.yaml: - make sure %changelog entry has a '-' - build in koji for commits done by me and packit Signed-off-by: Tomas Tomecek --- .packit.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index d752a6a..9377b49 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -8,11 +8,15 @@ actions: - "python3 setup.py sdist --dist-dir ." - "ls -1 ./*.tar.gz" get-current-version: "python3 setup.py --version" - changelog-entry: bash -c "echo New upstream release ${PACKIT_PROJECT_VERSION}" + changelog-entry: bash -c "echo '- New upstream release' ${PACKIT_PROJECT_VERSION}" jobs: - job: pull_from_upstream trigger: release dist_git_branches: - - fedora-rawhide - + - fedora-rawhide +- job: koji_build + trigger: commit + dist_git_branches: + - fedora-rawhide + allowed_committers: [packit, ttomecek]