Add minimal packit configuration

This commit is contained in:
Chris Kelley 2023-11-01 11:32:57 +00:00
parent 3fdb2470b1
commit 0846a4c9b7

20
.packit.yaml Normal file
View File

@ -0,0 +1,20 @@
----
downstream_package_name: jackson-bom
specfile_path: jackson-bom.spec
upstream_package_name: jackson-bom
upstream_project_url: https://github.com/FasterXML/jackson-bom
upstream_tag_template: jackson-bom-{version}
actions:
post-upstream-clone:
- "wget https://src.fedoraproject.org/rpms/jackson-bom/raw/main/f/jackson-bom.spec -O jackson-bom.spec"
jobs:
- job: pull_from_upstream
trigger: release
dist_git_branches:
- fedora-development
# We cannot do koji_build/bodhi_update jobs yet as we need to use
# a side-tag and this is no supported yet. We can add them is this
# issue gets resolved: https://github.com/packit/packit/issues/1870