752b984163
Upstream tag: v5.4.1 Upstream commit: 4ee8a4e0
31 lines
785 B
YAML
31 lines
785 B
YAML
---
|
|
# See the documentation for more information:
|
|
# https://packit.dev/docs/configuration/
|
|
specfile_path: ldapjdk.spec
|
|
|
|
# add or remove files that should be synced
|
|
files_to_sync:
|
|
- ldapjdk.spec
|
|
- .packit.yaml
|
|
|
|
# Allow dist git reactions on packit and ckelley commits and PRs
|
|
allowed_pr_authors:
|
|
- packit
|
|
- ckelleyRH
|
|
allowed_committers:
|
|
- packit
|
|
- ckelleyRH
|
|
|
|
upstream_package_name: ldap-sdk
|
|
# downstream (Fedora/CentOS) RPM package name
|
|
downstream_package_name: ldapjdk
|
|
# see: https://packit.dev/docs/configuration/#upstream_tag_template
|
|
upstream_tag_template: "v{version}"
|
|
|
|
jobs:
|
|
- job: propose_downstream
|
|
trigger: release
|
|
dist_git_branches:
|
|
- fedora-development
|
|
# - centos-stream-9-x86_64 # When Packit integration with CentOS is avaiable, enable this
|