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 22f8e2efc6
commit 227cb88ab1
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/commit_sha: '{{ revision }}'
build.appstudio.redhat.com/target_branch: '{{ target_branch }}' build.appstudio.redhat.com/target_branch: '{{ target_branch }}'
pipelinesascode.tekton.dev/max-keep-runs: "3" 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 creationTimestamp: null
labels: labels:
appstudio.openshift.io/application: rhel-10 appstudio.openshift.io/application: rhel-10

View File

@ -12,7 +12,7 @@
Name: postgresql%{pgversion}-%{sname} Name: postgresql%{pgversion}-%{sname}
Version: 0.6.2 Version: 0.6.2
Release: 5%{?dist} Release: 6%{?dist}
Summary: Open-source vector similarity search for Postgres Summary: Open-source vector similarity search for Postgres
License: PostgreSQL License: PostgreSQL
URL: https://github.com/%{sname}/%{sname}/ URL: https://github.com/%{sname}/%{sname}/
@ -84,6 +84,9 @@ This packages provides JIT support for pgvector
%endif %endif
%changelog %changelog
* Thu Mar 27 2025 Michal Srb <michal@redhat.com> - 0.6.2-6
- Rebuild for Konflux (Resolves: RHEL-84822)
* Mon Feb 17 2025 Tomas Kopecek <tkopecek@redhat.com> - 0.6.2-5 * Mon Feb 17 2025 Tomas Kopecek <tkopecek@redhat.com> - 0.6.2-5
- Rebuild for Konflux - Rebuild for Konflux
- Related: RHEL-79677 - Related: RHEL-79677