1
1
Summary: Fast and Lightweight Log processor and forwarder for Linux, BSD and OSX
2
2
Name: fluent-bit
3
3
Version: 2.2.3
4
- Release: 6 %{?dist }
4
+ Release: 7 %{?dist }
5
5
License: Apache-2.0
6
6
Vendor: Microsoft Corporation
7
7
Distribution: Mariner
@@ -64,15 +64,14 @@ Development files for %{name}
64
64
-DFLB_DEBUG= Off \
65
65
-DFLB_TLS= On \
66
66
-DFLB_JEMALLOC= On \
67
- -DFLB_LUAJIT= Off \
68
67
69
68
%cmake_build
70
69
71
70
%install
72
71
%cmake_install
73
72
74
73
%check
75
- %ctest --exclude-regex " flb-rt-in_podman_metrics|flb-rt-filter_lua| .*\\ .sh"
74
+ %ctest --exclude-regex " flb-rt-in_podman_metrics|.*\\ .sh"
76
75
77
76
%files
78
77
%license LICENSE
@@ -81,12 +80,19 @@ Development files for %{name}
81
80
%{_unitdir }/fluent-bit.service
82
81
%{_bindir }/*
83
82
%{_prefix }%{_sysconfdir }/fluent-bit/*
83
+ %exclude %{_bindir }/luajit
84
+ %exclude %{_libdir }/libluajit.a
84
85
85
86
%files devel
86
87
%{_includedir }/*
87
88
%{_libdir }/fluent-bit/* .so
88
89
89
90
%changelog
91
+ *
Fri Jan 10 2025 Kshitiz Godara <[email protected] > -
2.2.3-7
92
+ - Enable luajit support
93
+ - Exclude luajit binary from final package to remove conflict with luajit package
94
+ - Exclude luajit static library from package as not needed
95
+
90
96
*
Tue Dec 10 2024 Sudipta Pandit <[email protected] > -
2.2.3-6
91
97
- Backport fix for CVE-2024-27532
92
98
@@ -132,7 +138,7 @@ Development files for %{name}
132
138
- Upgrade version to 1.9.6
133
139
- Add build time dependency libyaml-devel
134
140
135
- *
Thu Feb 19 2022 Sriram Nambakam <[email protected] > -
1.8.12-2
141
+ *
Sat Feb 19 2022 Sriram Nambakam <[email protected] > -
1.8.12-2
136
142
- Compile with -DFLB_JEMALLOC=on.
137
143
138
144
*
Tue Feb 01 2022 Cameron Baird <[email protected] > -
1.8.12-1
0 commit comments