influxdb: fix build break (#4769)

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2023-02-07 00:20:39 +05:30 committed by GitHub
parent 507243ec60
commit b7dd033e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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