From 41788b03e8451d0ff9e0a12a59e75565c9e11323 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 17 May 2024 06:40:44 +0000 Subject: [PATCH] Update to 2.1.12 upstream release Upstream tag: v2.1.12 Upstream commit: e8896631 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++ README.packit | 3 ++ conmon.spec | 8 +++-- sources | 2 +- 5 files changed, 98 insertions(+), 3 deletions(-) create mode 100644 .packit.yaml create mode 100644 README.packit diff --git a/.gitignore b/.gitignore index 300ed04..d519b46 100644 --- a/.gitignore +++ b/.gitignore @@ -118,3 +118,4 @@ /v2.1.7.tar.gz /v2.1.8.tar.gz /v2.1.10.tar.gz +/v2.1.12.tar.gz diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..d7edb65 --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,87 @@ +--- +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +downstream_package_name: conmon +upstream_tag_template: v{version} + +packages: + conmon-fedora: + pkg_tool: fedpkg + specfile_path: rpm/conmon.spec + conmon-centos: + pkg_tool: centpkg + specfile_path: rpm/conmon.spec + conmon-rhel: + specfile_path: rpm/conmon.spec + +jobs: + - job: copr_build + trigger: pull_request + packages: [conmon-fedora] + notifications: &copr_build_failure_notification + failure_comment: + message: "Ephemeral COPR build failed. @containers/packit-build please check." + enable_net: true + targets: + - fedora-all-aarch64 + - fedora-all-x86_64 + - fedora-eln-aarch64 + - fedora-eln-x86_64 + + - job: copr_build + trigger: pull_request + packages: [conmon-centos] + notifications: *copr_build_failure_notification + enable_net: true + targets: + - centos-stream-10-aarch64 + - centos-stream-10-x86_64 + - centos-stream-9-aarch64 + - centos-stream-9-x86_64 + + - job: copr_build + trigger: pull_request + packages: [conmon-rhel] + notifications: *copr_build_failure_notification + enable_net: true + targets: + - epel-9-aarch64 + - epel-9-x86_64 + + # Run on commit to main branch + - job: copr_build + trigger: commit + notifications: + failure_comment: + message: "podman-next COPR build failed. @containers/packit-build please check." + branch: main + owner: rhcontainerbot + project: podman-next + enable_net: true + + # Downstream sync for Fedora + - job: propose_downstream + trigger: release + packages: [conmon-fedora] + update_release: false + dist_git_branches: + - fedora-all + + # Downstream sync for CentOS Stream + - job: propose_downstream + trigger: release + packages: [conmon-centos] + update_release: false + dist_git_branches: + - c10s + + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-all + + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-branched # rawhide updates are created automatically diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..97de583 --- /dev/null +++ b/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 0.96.0.post1.dev4+gc5b1ea8e. diff --git a/conmon.spec b/conmon.spec index b8ab93c..139fbc0 100644 --- a/conmon.spec +++ b/conmon.spec @@ -7,15 +7,19 @@ %global debug_package %{nil} %endif -%if 0%{?rhel} +%if %{defined rhel} %bcond_with docs %else %bcond_without docs %endif Name: conmon +%if %{defined rhel} +Epoch: 3 +%else Epoch: 2 -Version: 2.1.10 +%endif +Version: 2.1.12 License: Apache-2.0 Release: %autorelease Summary: OCI container runtime monitor diff --git a/sources b/sources index b5c6aba..4b9ce9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.1.10.tar.gz) = ecf1a961f431b005b54faa68b5c1bcf31d448f994ca66a56f13002216074dba79b53b52a377d4f8dab08141d6c6cf44467352fbff37175135d3da84081b27a18 +SHA512 (v2.1.12.tar.gz) = 06668aa35f5752e3d383f0a2cdf88f7c5056bdef96756aa230279ae25ef1d6b6bfd14888d35907062404670ae85d71d2d7258577abff70b74fa49bff6c2d9d20