From 870e3ebfc06b65bb17b9e42ceebaea8e671cf24b Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 13:39:31 -0400 Subject: [PATCH] pstack/2.5.1 package update (#16511) * pstack/2.5.1 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> * Add package test, update package version Signed-off-by: Sergio Gonzalez * Increase epoch by one to fix ABI Compatibility check Signed-off-by: Sergio Gonzalez --------- Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Signed-off-by: Sergio Gonzalez Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Co-authored-by: Debasish Biswas Co-authored-by: Sergio Gonzalez Co-authored-by: Sergio Gonzalez <156850285+sergio-chainguard@users.noreply.github.com> --- pstack.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pstack.yaml b/pstack.yaml index 5a1068fb9d3..2bf9257d56b 100644 --- a/pstack.yaml +++ b/pstack.yaml @@ -1,7 +1,7 @@ package: name: pstack - version: 2.4.7 - epoch: 0 + version: 2.5.3 + epoch: 1 description: "Print stack traces from running processes, or core files." copyright: - license: BSD-2-Clause @@ -21,7 +21,7 @@ pipeline: with: repository: https://github.com/peadar/pstack tag: v${{package.version}} - expected-commit: abbca2ce52122be4487d0a9bdda9bc928c48ac58 + expected-commit: e39a6cee5035d32a44c2d43660e80eb977117532 - name: Set directories runs: | @@ -72,3 +72,7 @@ update: identifier: peadar/pstack strip-prefix: v tag-filter: v + +test: + pipeline: + - runs: /usr/bin/pstack --help