Accepting request 1188948 from server:database

OBS-URL: https://build.opensuse.org/request/show/1188948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/influxdb2?expand=0&rev=3
This commit is contained in:
Ana Guerrero 2024-07-22 15:18:44 +00:00 committed by Git OBS Bridge
commit a66fad6e5e
5 changed files with 17 additions and 11 deletions

View File

@ -1,22 +1,22 @@
<services>
<service name="tar_scm" mode="disabled">
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/influxdata/influxdb.git</param>
<param name="scm">git</param>
<param name="revision">v2.7.5</param>
<param name="revision">v2.7.6</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">disable</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="filename">influxdb2</param>
</service>
<service name="set_version" mode="disabled">
<service name="set_version" mode="manual">
<param name="basename">influxdb</param>
</service>
<service name="recompress" mode="disabled">
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="disabled" />
<service name="recompress" mode="disabled">
<service name="go_modules" mode="manual" />
<service name="recompress" mode="manual">
<param name="file">*.tar.gz</param>
<param name="compression">xz</param>
</service>

View File

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

3
influxdb2-2.7.6.tar.xz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 4 10:11:02 UTC 2024 - Matwey Kornilov <matwey.kornilov@gmail.com>
- Update to version 2.7.6, see
* https://github.com/influxdata/influxdb/releases/tag/v2.7.6
-------------------------------------------------------------------
Wed Feb 21 15:31:03 UTC 2024 - Matwey Kornilov <matwey.kornilov@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package influxdb2
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@ Name: influxdb2
Summary: Scalable datastore for metrics, events, and real-time analytics
License: MIT
Group: Productivity/Databases/Servers
Version: 2.7.5
Version: 2.7.6
Release: 0
URL: https://github.com/influxdata/influxdb
Source: %{name}-%{version}.tar.xz