Andreas Stieger 2025-03-02 13:59:01 +00:00 committed by Git OBS Bridge
commit a291406094
13 changed files with 206 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

19
_service Normal file
View File

@ -0,0 +1,19 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/rqlite/rqlite.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v8.36.12</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="set_version" mode="disabled" />
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="go_modules" mode="disabled">
<param name="compression">xz</param>
</service>
</services>

6
_servicedata Normal file
View File

@ -0,0 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/rqlite/rqlite.git</param>
<param name="changesrevision">a9021f173af892c1b3bc779e411f314495273a0d</param>
</service>
</servicedata>

3
rqlite-8.34.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a66e2bf1fad4911b9b0b1ef38755b085d85def72efa5d9cdb40e6ec43a52f59
size 504600

3
rqlite-8.36.10.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2da00892656575de60dba90f9da09b6d152d27bed8ad54c041fcea12f9c69644
size 534904

3
rqlite-8.36.11.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6d9b71e0472d621b16093062360cfedfb1727ea5c9c32a7e0f208114319da49
size 533800

3
rqlite-8.36.12.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8dfbba991be5c8570ba23b81053fe6e9df2b49f2ecf096683fb6b7a47755aed8
size 534156

3
rqlite-8.36.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:523fb77dcecaf1d034d46a1c254cb65f70fe07d8a81f69d65dfb1a364bb25b41
size 509264

3
rqlite-8.36.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9768d27f63f4a66e6aa9488d5ed6cac246009feb376f4fc7fc8e2132f75b2cd6
size 512204

73
rqlite.changes Normal file
View File

@ -0,0 +1,73 @@
-------------------------------------------------------------------
Sun Mar 2 13:50:47 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.36.12:
* Simplify random package with math/rand/v2
-------------------------------------------------------------------
Fri Feb 7 18:49:31 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.36.11:
* Upgrade dependencies including DNS disco
* improve logging when failing to resolve a name
-------------------------------------------------------------------
Tue Jan 28 06:52:05 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.36.10:
* Further consistent use of HTTP client in rqlite shell
-------------------------------------------------------------------
Mon Jan 27 20:48:41 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.36.9:
* Use configured HTTP client consistently in rqlite shell
-------------------------------------------------------------------
Thu Jan 23 20:08:59 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.36.8:
* Fix CLI panic when no hosts are available
* Preupdate hook complex data testing
* Support preupdate hook for row ID values only
* Further improvements to preupdate hook code
* Improve preupdate hook stats and error handling
* Basic preupdate hook support at DB level
- add bash completions
-------------------------------------------------------------------
Mon Jan 20 00:32:08 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.36.6:
* Recover from any panic during SQL parsing
* Optimize need-to-parse logic
-------------------------------------------------------------------
Sun Jan 12 09:50:31 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.36.5:
* bundled dependency updates
* Fix an issue whereby SQLite extensions were not loaded under
certain restore-from-backup scenarios
-------------------------------------------------------------------
Sun Dec 29 18:59:28 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.36.3:
* Add version information to `/nodes` output
* Extension paths as string command-line type
* Updates of go dependencies and developer visible changes
- build with system sqlite
-------------------------------------------------------------------
Thu Dec 19 14:07:39 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 8.36.1:
* Support executes as raw POST bodies
* Improved logging
* Minor DB-layer improvements
-------------------------------------------------------------------
Sun Nov 17 12:05:09 UTC 2024 - andreas.stieger@gmx.de
- initiial version

63
rqlite.spec Normal file
View File

@ -0,0 +1,63 @@
#
# spec file for package rqlite
#
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: rqlite
Version: 8.36.12
Release: 0
Summary: Distributed relational database built on SQLite
License: MIT
URL: https://rqlite.io/
Source: %{name}-%{version}.tar.xz
Source1: vendor.tar.xz
BuildRequires: go >= 1.22.0
BuildRequires: golang-packaging
BuildRequires: pkgconfig
BuildRequires: pkgconfig(sqlite3)
%description
rqlite is a relational database which combines SQLite's simplicity with the
power of a robust, fault-tolerant, distributed system. It's designed for easy
deployment and lightweight operation, offering a developer-friendly and
operator-centric solution for multiple platforms.
%prep
%autosetup -p1 -a1
%build
export GOFLAGS="$GOFLAGS -tags=libsqlite3"
go build -mod=vendor -buildmode=pie ./cmd/rqlite
go build -mod=vendor -buildmode=pie ./cmd/rqlited
go build -mod=vendor -buildmode=pie ./cmd/rqbench
%install
install -D -m0755 rqlite %{buildroot}%{_bindir}/rqlite
install -D -m0755 rqlited %{buildroot}%{_bindir}/rqlited
install -D -m0755 rqbench %{buildroot}%{_bindir}/rqbench
install -D -m0644 tools/bash-completions/rqlite.sh %{buildroot}%{_datadir}/bash-completion/completions/rqlite
install -D -m0644 tools/bash-completions/rqlited.sh %{buildroot}%{_datadir}/bash-completion/completions/rqlited
install -D -m0644 tools/bash-completions/rqbench.sh %{buildroot}%{_datadir}/bash-completion/completions/rqbench
%files
%license LICENSE
%doc README.md
%{_bindir}/rqbench
%{_bindir}/rqlite
%{_bindir}/rqlited
%{_datadir}/bash-completion/completions/*
%changelog

3
vendor.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:186d51052bdef69595b3269c3986492403c032223e7d06804adee375dd1a3356
size 4109756