Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d2a480f236 | ||
|
08d80ac8b7 | ||
|
9610a927d3 | ||
|
2e976b2835 |
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
2
.gitignore
vendored
Normal file → Executable file
2
.gitignore
vendored
Normal file → Executable file
@ -1 +1 @@
|
|||||||
v0.6.2.tar.gz
|
/v0.6.2.tar.gz
|
||||||
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#gating rhel
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-*
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-public.functional}
|
6
plans/tier1-public.fmf
Normal file
6
plans/tier1-public.fmf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
summary: public tier1 beakerlib tests
|
||||||
|
discover:
|
||||||
|
how: fmf
|
||||||
|
url: https://gitlab.com/redhat/centos-stream/tests/pgvector.git
|
||||||
|
execute:
|
||||||
|
how: tmt
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: postgresql%{pgversion}-%{sname}
|
Name: postgresql%{pgversion}-%{sname}
|
||||||
Version: 0.6.2
|
Version: 0.6.2
|
||||||
Release: 6%{?dist}
|
Release: 8%{?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,12 @@ This packages provides JIT support for pgvector
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 25 2025 Veronika Kabatova <vkabatov@redhat.com> - 0.6.2-8
|
||||||
|
- Konflux RHEL on GitLab onboarding rebuild (Resolves: RHEL-84822)
|
||||||
|
|
||||||
|
* Thu May 15 2025 Pavel Raiskup <praiskup@redhat.com> - 0.6.2-7
|
||||||
|
- Rebuild for Konflux (Resolves: RHEL-84822)
|
||||||
|
|
||||||
* Thu Mar 27 2025 Michal Srb <michal@redhat.com> - 0.6.2-6
|
* Thu Mar 27 2025 Michal Srb <michal@redhat.com> - 0.6.2-6
|
||||||
- Rebuild for Konflux (Resolves: RHEL-84822)
|
- Rebuild for Konflux (Resolves: RHEL-84822)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user