diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..e523bba --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,39 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ +actions: + changelog-entry: + - bash -c 'echo "- New upstream release"' + post-upstream-clone: + - wget https://src.fedoraproject.org/rpms/rust-ignition-config/raw/rawhide/f/rust-ignition-config.spec + prepare-files: + - bash -c 'rust2rpm -s ignition-config $PACKIT_PROJECT_VERSION' + +specfile_path: rust-ignition-config.spec +downstream_package_name: rust-ignition-config +upstream_package_name: ignition-config-rs +upstream_tag_template: v{version} +# add or remove files that should be synced +files_to_sync: + - rust-ignition-config.spec + - .packit.yaml + +jobs: + +- job: propose_downstream + trigger: release + # https://packit.dev/docs/configuration#aliases + dist_git_branches: + - fedora-rawhide + - fedora-latest-stable + +- job: koji_build + trigger: commit + dist_git_branches: + - fedora-rawhide + - fedora-latest-stable + +- job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-rawhide + - fedora-latest-stable diff --git a/docs/release-notes.md b/docs/release-notes.md index deb89c5..8a12b6a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,7 +2,7 @@ ## Upcoming ignition-config 0.4.0 (unreleased) - Require Rust ≥ 1.75.0 - +- Enable packit initial support ## ignition-config 0.3.0 (2023-02-20)