Accepting request 921413 from home:matwey:branches:server:database
- Update to version 2.0.8, see * https://github.com/influxdata/influxdb/releases/tag/v2.0.8 OBS-URL: https://build.opensuse.org/request/show/921413 OBS-URL: https://build.opensuse.org/package/show/server:database/influxdb2?expand=0&rev=7
This commit is contained in:
parent
ad6ecab444
commit
8b1d2633d3
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">git://github.com/influxdata/influxdb.git</param>
|
<param name="url">git://github.com/influxdata/influxdb.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v2.0.7</param>
|
<param name="revision">v2.0.8</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">disable</param>
|
<param name="changesgenerate">disable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c46e91957315ef6ebcad82adb11dd78a9253fef468714870123efeaeb9bb6fe5
|
|
||||||
size 11122748
|
|
3
influxdb2-2.0.8.tar.xz
Normal file
3
influxdb2-2.0.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1028420a95d971a91dae2a6073b72abff0ef3d77c4db10f1efd582ace8774d9e
|
||||||
|
size 10812732
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 24 13:50:29 UTC 2021 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.0.8, see
|
||||||
|
* https://github.com/influxdata/influxdb/releases/tag/v2.0.8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 10 09:02:02 UTC 2021 - Michal Hrusecky <michal.hrusecky@opensuse.org>
|
Thu Jun 10 09:02:02 UTC 2021 - Michal Hrusecky <michal.hrusecky@opensuse.org>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Name: influxdb2
|
|||||||
Summary: Scalable datastore for metrics, events, and real-time analytics
|
Summary: Scalable datastore for metrics, events, and real-time analytics
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
Version: 2.0.7
|
Version: 2.0.8
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: https://github.com/influxdata/influxdb
|
URL: https://github.com/influxdata/influxdb
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
@ -29,7 +29,7 @@ Source2: influxdb.tmpfiles
|
|||||||
Source3: influxdb-user.conf
|
Source3: influxdb-user.conf
|
||||||
Source4: config.yaml
|
Source4: config.yaml
|
||||||
# Prebuild UI assets as specified in ./ui/fetch_ui_assets.sh
|
# Prebuild UI assets as specified in ./ui/fetch_ui_assets.sh
|
||||||
Source98: ui-assets-2.0.7.tar.xz
|
Source98: ui-assets-%{version}.tar.xz
|
||||||
Source99: vendor.tar.xz
|
Source99: vendor.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: sysuser-tools
|
BuildRequires: sysuser-tools
|
||||||
@ -38,7 +38,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: go >= 1.15
|
BuildRequires: go >= 1.15
|
||||||
BuildRequires: golang-packaging >= 15.0.8
|
BuildRequires: golang-packaging >= 15.0.8
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: pkgconfig(flux) >= 0.116.0
|
BuildRequires: pkgconfig(flux) >= 0.124.0
|
||||||
%{!?_tmpfilesdir:%global _tmpfilesdir /usr/lib/tmpfiles.d}
|
%{!?_tmpfilesdir:%global _tmpfilesdir /usr/lib/tmpfiles.d}
|
||||||
%{systemd_requires}
|
%{systemd_requires}
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
@ -111,7 +111,6 @@ install -D -m 0755 -t %{buildroot}%{_bindir} %{_builddir}/go/bin/*
|
|||||||
%doc README.md CHANGELOG.md
|
%doc README.md CHANGELOG.md
|
||||||
%dir %{_sysconfdir}/influxdb2
|
%dir %{_sysconfdir}/influxdb2
|
||||||
%config(noreplace) %{_sysconfdir}/influxdb2/config.yaml
|
%config(noreplace) %{_sysconfdir}/influxdb2/config.yaml
|
||||||
%{_bindir}/chronograf-migrator
|
|
||||||
%{_bindir}/influx
|
%{_bindir}/influx
|
||||||
%{_bindir}/influxd
|
%{_bindir}/influxd
|
||||||
%{_bindir}/telemetryd
|
%{_bindir}/telemetryd
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c486fa08201153c6c2df26a1f8d504a90b9f7309476b55a8e03fb3ecfbafd39
|
|
||||||
size 42190096
|
|
3
ui-assets-2.0.8.tar.xz
Normal file
3
ui-assets-2.0.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ad3ff9918a151068d2265bbac5bf70fd3a11fc3f10b4b5da2751a82e1609b53
|
||||||
|
size 35872876
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8c5a31d365cfdd52e1aaef272b94e2de6497156bea306623190bea574abd2b50
|
oid sha256:765f278ee9438ce4dc6bb279438bd81d19f017f83da0b1972fbd06da5fc4cf06
|
||||||
size 7694248
|
size 7740304
|
||||||
|
Loading…
Reference in New Issue
Block a user