From d551379c3663fe73d5ab45adaa13b49d084a7b38 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Thu, 27 Mar 2025 21:09:04 +0100 Subject: [PATCH] Rebuild for Konflux Resolves: RHEL-84822 Signed-off-by: Michal Srb --- .tekton/rhel-10-gdbm-push.yaml | 2 +- gdbm.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.tekton/rhel-10-gdbm-push.yaml b/.tekton/rhel-10-gdbm-push.yaml index cf8200d..cf25eb4 100644 --- a/.tekton/rhel-10-gdbm-push.yaml +++ b/.tekton/rhel-10-gdbm-push.yaml @@ -7,7 +7,7 @@ metadata: build.appstudio.redhat.com/commit_sha: '{{ revision }}' build.appstudio.redhat.com/target_branch: '{{ target_branch }}' pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "{{ target_branch }}" + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "c10s" creationTimestamp: null labels: appstudio.openshift.io/application: rhel-10 diff --git a/gdbm.spec b/gdbm.spec index 2e86dc5..46aa7e1 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -3,7 +3,7 @@ Summary: A GNU set of database routines which use extensible hashing Name: gdbm Version: 1.23 -Release: 11%{?dist} +Release: 12%{?dist} Epoch: 1 License: GPL-3.0-or-later URL: http://www.gnu.org/software/gdbm/ @@ -116,6 +116,9 @@ make check %{_mandir}/man3/* %changelog +* Thu Mar 27 2025 Michal Srb - 1:1.23-12 +- Rebuild for Konflux (Resolves: RHEL-84822) + * Thu Feb 27 2025 Michal Srb - 1:1.23-11 - Rebuild for Konflux - Resolves: RHEL-79677