jackson-annotations/.packit.yaml
2023-11-06 10:31:47 +01:00

21 lines
721 B
YAML

---
downstream_package_name: jackson-annotations
specfile_path: jackson-annotations.spec
upstream_package_name: jackson-annotations
upstream_project_url: https://github.com/FasterXML/jackson-annotations
upstream_tag_template: jackson-annotations-{version}
actions:
post-upstream-clone:
- "wget https://src.fedoraproject.org/rpms/jackson-annotations/raw/main/f/jackson-annotations.spec -O jackson-annotations.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