From 227cb88ab1d74155476c47f622dcb0ed9813eaaa 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-postgresql16-pgvector-push.yaml | 2 +- postgresql16-pgvector.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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