diff --git a/.gitignore b/.gitignore index 79bb12b..7431462 100644 --- a/.gitignore +++ b/.gitignore @@ -154,3 +154,4 @@ rpms review-hstsparser/ *.rpm +prepare_sources_result/ diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..aa91e5b --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,27 @@ +--- +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +specfile_path: hstsparser.spec + +# .packit.yaml is not synced, as the version in dist-git is different +files_to_sync: + - hstsparser.spec + +# Build versions are explicit until Fedora 39 is branched +# Dependencies cannot be fulfilled on Fedora 37 +jobs: + - job: copr_build + trigger: pull_request + targets: + - fedora-38 + - fedora-development + + - job: tests + trigger: pull_request + targets: + - fedora-38 + - fedora-development + +upstream_package_name: hstsparser +downstream_package_name: hstsparser