diff --git a/.tekton/rhel-10-postgresql16-pgvector-push.yaml b/.tekton/rhel-10-postgresql16-pgvector-push.yaml index ac67036..55bf965 100644 --- a/.tekton/rhel-10-postgresql16-pgvector-push.yaml +++ b/.tekton/rhel-10-postgresql16-pgvector-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/postgresql16-pgvector.spec b/postgresql16-pgvector.spec index 18ea511..2277cd4 100755 --- a/postgresql16-pgvector.spec +++ b/postgresql16-pgvector.spec @@ -12,7 +12,7 @@ Name: postgresql%{pgversion}-%{sname} Version: 0.6.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Open-source vector similarity search for Postgres License: PostgreSQL URL: https://github.com/%{sname}/%{sname}/ @@ -84,6 +84,9 @@ This packages provides JIT support for pgvector %endif %changelog +* Thu Mar 27 2025 Michal Srb - 0.6.2-6 +- Rebuild for Konflux (Resolves: RHEL-84822) + * Mon Feb 17 2025 Tomas Kopecek - 0.6.2-5 - Rebuild for Konflux - Related: RHEL-79677