influxdb: fix build break (#4769)
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
parent
507243ec60
commit
b7dd033e44
|
@ -41,7 +41,6 @@ Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.
|
|||
#
|
||||
Source1: %{name}-%{version}-vendor.tar.gz
|
||||
BuildRequires: golang <= 1.18.8
|
||||
BuildRequires: golang-packaging >= 15.0.8
|
||||
BuildRequires: systemd-rpm-macros
|
||||
|
||||
%description
|
||||
|
|
|
@ -56,7 +56,6 @@ Source4: influxdb.tmpfiles
|
|||
Source5: config.yaml
|
||||
Source6: influxdb-user.conf
|
||||
BuildRequires: golang <= 1.18.8
|
||||
BuildRequires: golang-packaging >= 15.0.8
|
||||
# IMPORTANT: when upgrading this, make sure the flux version matches what is required by go.mod file in the soure code of influxdb.
|
||||
BuildRequires: pkgconfig(flux) >= 0.191.0
|
||||
BuildRequires: protobuf-devel
|
||||
|
|
Loading…
Reference in New Issue