diff --git a/mmsd-tng.spec b/mmsd-tng.spec index 03db7fc..9ec1077 100644 --- a/mmsd-tng.spec +++ b/mmsd-tng.spec @@ -4,7 +4,7 @@ Release: %autorelease Summary: Multimedia Messaging Service License: GPL-2.0-or-later -URL: https://gitlab.com/kop316/mmsd/ +URL: https://gitlab.com/kop316/mmsd Source0: https://gitlab.com/kop316/mmsd/-/archive/%{version}/mmsd-%{version}.tar.gz Source1: mmsd-tng.service diff --git a/packit.yaml b/packit.yaml new file mode 100644 index 0000000..9b92e1f --- /dev/null +++ b/packit.yaml @@ -0,0 +1,25 @@ +upstream_package_name: mmsd +upstream_project_url: https://gitlab.com/kop316/mmsd +upstream_tag_template: {version} + +downstream_package_name: mmsd-tng + +specfile_path: mmsd-tng.spec + +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-all + + - job: koji_build + trigger: commit + allowed_pr_authors: ["packit", "topazus"] + allowed_committers: ["packit", "topazus"] + dist_git_branches: + - fedora-all + + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-all