Tmt init for tests to work

Related: RHEL-73444
This commit is contained in:
Lukas Javorsky 2025-01-22 13:46:29 +00:00
parent bc940ddae6
commit 267c98d9dd
2 changed files with 6 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

@ -12,7 +12,7 @@
Name: postgresql%{pgversion}-%{sname} Name: postgresql%{pgversion}-%{sname}
Version: 0.6.2 Version: 0.6.2
Release: 3%{?dist} Release: 4%{?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,10 @@ This packages provides JIT support for pgvector
%endif %endif
%changelog %changelog
* Wed Jan 22 2025 Lukas Javorsky <ljavorsk@redhat.com> - 0.6.2-4
- Release bump
- Related: RHEL-73444
* Mon Jan 20 2025 Filip Janus <fjanus@redhat.com> - 0.6.2-3 * Mon Jan 20 2025 Filip Janus <fjanus@redhat.com> - 0.6.2-3
- Enable Portable build - Enable Portable build
- Resolves: RHEL-73444 - Resolves: RHEL-73444