Upgrade fluent-bit version to latest 1.9.6 (#3478)
* Upgrade fluent-bit version to latest 1.9.6 * Fix linter errors in fluent-bit spec
This commit is contained in:
Родитель
54b197da7c
Коммит
86cfbeb1ce
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"fluent-bit-1.8.12.tar.gz" : "50f2a4e9eb6c2a2df58b78ef562e23c1ef9871c389c7bd0320f6b381d2b491c8"
|
||||
"fluent-bit-1.9.6.tar.gz" : "7f4de8d561695d9153dbe39b7f6d919dc849daf57cb7c402a2beb0ebe35a42e0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Fast and Lightweight Log processor and forwarder for Linux, BSD and OSX
|
||||
Name: fluent-bit
|
||||
Version: 1.8.12
|
||||
Release: 2%{?dist}
|
||||
Version: 1.9.6
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
|
@ -16,6 +16,7 @@ BuildRequires: gcc-c++
|
|||
BuildRequires: gnutls-devel
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: libpq-devel
|
||||
BuildRequires: libyaml-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkgconfig
|
||||
|
@ -25,7 +26,7 @@ BuildRequires: zlib-devel
|
|||
|
||||
%description
|
||||
|
||||
Fluent Bit is a fast Log Processor and Forwarder for Linux, Embedded Linux, MacOS and BSD
|
||||
Fluent Bit is a fast Log Processor and Forwarder for Linux, Embedded Linux, MacOS and BSD
|
||||
family operating systems. It's part of the Fluentd Ecosystem and a CNCF sub-project.
|
||||
|
||||
%package devel
|
||||
|
@ -39,7 +40,7 @@ Development files for %{name}
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
|
||||
|
||||
%cmake\
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo\
|
||||
-DFLB_EXAMPLES=Off\
|
||||
|
@ -54,7 +55,7 @@ Development files for %{name}
|
|||
-DFLB_DEBUG=Off\
|
||||
-DFLB_TLS=On \
|
||||
-DFLB_JEMALLOC=on
|
||||
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
@ -73,6 +74,10 @@ Development files for %{name}
|
|||
%{_libdir}/fluent-bit/*.so
|
||||
|
||||
%changelog
|
||||
* Wed Aug 03 2022 Suresh Babu Chalamalasetty <schalam@microsoft.com> - 1.9.6-1
|
||||
- Upgrade version to 1.9.6
|
||||
- Add build time dependency libyaml-devel
|
||||
|
||||
* Thu Feb 19 2022 Sriram Nambakam <snambakam@microsoft.com> - 1.8.12-2
|
||||
- Compile with -DFLB_JEMALLOC=on.
|
||||
|
||||
|
@ -89,4 +94,3 @@ Development files for %{name}
|
|||
|
||||
* Mon Mar 30 2020 Jonathan Chiu <jochi@microsoft.com> - 1.4.1-1
|
||||
- Original version for CBL-Mariner.
|
||||
|
||||
|
|
|
@ -3278,8 +3278,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "fluent-bit",
|
||||
"version": "1.8.12",
|
||||
"downloadUrl": "https://github.com/fluent/fluent-bit/archive/refs/tags/v1.8.12.tar.gz"
|
||||
"version": "1.9.6",
|
||||
"downloadUrl": "https://github.com/fluent/fluent-bit/archive/refs/tags/v1.9.6.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче