add .packit.yaml

This commit is contained in:
Sérgio M. Basto 2023-12-19 13:49:50 +00:00
parent 26029b8a9e
commit 1e72043e0d
1 changed files with 29 additions and 0 deletions

29
.packit.yaml Normal file
View File

@ -0,0 +1,29 @@
specfile_path: libphonenumber.spec
# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: libphonenumber
upstream_project_url: https://github.com/google/libphonenumber
# downstream (Fedora) RPM package name
downstream_package_name: libphonenumber
issue_repository: https://src.fedoraproject.org/rpms/libphonenumber
upload_sources: true
jobs:
- job: pull_from_upstream
trigger: release
dist_git_branches:
- fedora-rawhide
- job: koji_build
trigger: commit
allowed_pr_authors: ["packit", "sergiomb"]
allowed_committers: ["packit", "sergiomb"]
dist_git_branches:
- fedora-latest
- fedora-rawhide
- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-latest # rawhide updates are created automatically