From 7161a9616d4243317e8bcb3c6030aaa7ef6978f2 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Thu, 14 Sep 2023 10:34:56 +0200 Subject: [PATCH] Add PACKIT configuration --- .packit.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..1508919 --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,35 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +specfile_path: mysql-selinux.spec + +# add or remove files that should be synced +files_to_sync: + - mysql-selinux.spec + - .packit.yaml + +# name in upstream package repository or registry (e.g. in PyPI) +upstream_package_name: mysql-selinux +upstream_project_url: https://github.com/devexp-db/mysql-selinux +# downstream (Fedora) RPM package name +downstream_package_name: mysql-selinux + + + +jobs: + +- job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + +- job: koji_build + trigger: commit + dist_git_branches: + - fedora-rawhide + +- job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-branched # rawhide updates are created automatically +