remove golang version restriction for influx-cli and influxdb (#7510)
This commit is contained in:
Родитель
5be962c90f
Коммит
15680f28e6
|
@ -18,7 +18,7 @@
|
|||
Summary: CLI for managing resources in InfluxDB
|
||||
Name: influx-cli
|
||||
Version: 2.7.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Azure Linux
|
||||
|
@ -40,7 +40,7 @@ Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.
|
|||
# -cf %%{name}-%%{version}-vendor.tar.gz vendor
|
||||
#
|
||||
Source1: %{name}-%{version}-vendor.tar.gz
|
||||
BuildRequires: golang <= 1.18.8
|
||||
BuildRequires: golang
|
||||
BuildRequires: systemd-rpm-macros
|
||||
|
||||
%description
|
||||
|
@ -81,6 +81,9 @@ bin/influx completion zsh > %{buildroot}/%{_datadir}/zsh/site-functions/_influx
|
|||
%{_datadir}/zsh
|
||||
|
||||
%changelog
|
||||
* Thu Mar 07 2024 Andrew Phelps <anphel@microsoft.com> - 2.7.3-2
|
||||
- Remove restriction on golang BR version
|
||||
|
||||
* Thu Feb 01 2024 Mykhailo Bykhovtsev <mbykhovtsev@microsoft.com> - 2.7.3-1
|
||||
- Upgrade to version 2.7.3
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
Summary: Scalable datastore for metrics, events, and real-time analytics
|
||||
Name: influxdb
|
||||
Version: 2.7.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Azure Linux
|
||||
|
@ -56,7 +56,7 @@ Source4: influxdb.tmpfiles
|
|||
Source5: config.yaml
|
||||
Source6: influxdb-user.conf
|
||||
BuildRequires: clang
|
||||
BuildRequires: golang <= 1.18.8
|
||||
BuildRequires: golang
|
||||
BuildRequires: kernel-headers
|
||||
BuildRequires: protobuf-devel
|
||||
BuildRequires: rust >= 1.60.0
|
||||
|
@ -144,6 +144,9 @@ go test ./...
|
|||
%{_tmpfilesdir}/influxdb.conf
|
||||
|
||||
%changelog
|
||||
* Thu Mar 07 2024 Andrew Phelps <anphel@microsoft.com> - 2.7.3-2
|
||||
- Remove restriction on golang BR version
|
||||
|
||||
* Thu Feb 01 2024 Mykhailo Bykhovtsev <mbykhovtsev@microsoft.com> - 2.7.3-1
|
||||
- Upgrade to version 2.7.3
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче