diff --git a/.tekton/rhel-10-libecpg-push.yaml b/.tekton/rhel-10-libecpg-push.yaml index be08c8f..3404e0e 100644 --- a/.tekton/rhel-10-libecpg-push.yaml +++ b/.tekton/rhel-10-libecpg-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/libecpg.spec b/libecpg.spec index 7c7e7e0..0ebc660 100644 --- a/libecpg.spec +++ b/libecpg.spec @@ -3,7 +3,7 @@ Summary: ECPG - Embedded SQL in C Name: libecpg Version: %majorversion.1 -Release: 13%{?dist} +Release: 14%{?dist} License: PostgreSQL Url: http://www.postgresql.org/ @@ -132,6 +132,9 @@ find_lang_bins %name-devel.lst ecpg %changelog +* Thu Mar 27 2025 Michal Srb - 16.1-14 +- Rebuild for Konflux (Resolves: RHEL-84822) + * Fri Feb 07 2025 Michal Srb - 16.1-13 - Test draft builds with composes