Compare commits
No commits in common. "c9-beta-stream-16" and "stream-postgresql-16-rhel-9.6.0" have entirely different histories.
c9-beta-st
...
stream-pos
2
.gitignore
vendored
Normal file → Executable file
2
.gitignore
vendored
Normal file → Executable file
@ -1 +1 @@
|
||||
SOURCES/v0.6.2.tar.gz
|
||||
/v0.6.2.tar.gz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
ebcc191bc52367e3d7b2bfd97d00b58127c26662 SOURCES/v0.6.2.tar.gz
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Name: pgvector
|
||||
Version: 0.6.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Open-source vector similarity search for Postgres
|
||||
License: PostgreSQL
|
||||
URL: https://github.com/%{name}/%{name}/
|
||||
@ -20,7 +20,7 @@ inner product, and cosine distance
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%make_build %{?_smp_mflags}
|
||||
%make_build %{?_smp_mflags} OPTFLAGS=""
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -36,6 +36,10 @@ inner product, and cosine distance
|
||||
%{_datadir}/pgsql/extension/%{pname}*sql
|
||||
|
||||
%changelog
|
||||
* Wed Mar 26 2025 Nikola Davidova <ndavidov@redhat.com> - 0.6.2-2
|
||||
- Enable Portable build
|
||||
- Resolves: RHEL-84405
|
||||
|
||||
* Mon Mar 25 2024 Filip Janus <fjanus@redhat.com> - 0.6.2-1
|
||||
- Initial packaging
|
||||
|
||||
Loading…
Reference in New Issue
Block a user