Rebuild for Konflux

Resolves: RHEL-84822
Signed-off-by: Michal Srb <michal@redhat.com>
This commit is contained in:
Michal Srb 2025-03-27 21:09:04 +01:00
parent 11ec63e427
commit d551379c36
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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 <michal@redhat.com> - 1:1.23-12
- Rebuild for Konflux (Resolves: RHEL-84822)
* Thu Feb 27 2025 Michal Srb <michal@redhat.com> - 1:1.23-11
- Rebuild for Konflux
- Resolves: RHEL-79677