File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222Summary: Influx data language
2323Name: flux
2424Version: 0.191.0
25- Release: 3 %{?dist }
25+ Release: 4 %{?dist }
2626License: MIT
2727Vendor: Microsoft Corporation
2828Distribution: Mariner
@@ -32,10 +32,10 @@ Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.
3232# Below is a manually created tarball, no download link.
3333# Note: the %%{name}-%%{version}-cargo.tar.gz file contains a cache created by capturing the contents downloaded into $CARGO_HOME.
3434# To update the cache and config.toml run:
35- # tar -xf %{name}-%{version}.tar.gz
36- # cd %{name}-%{version}/libflux
35+ # tar -xf %% {name}-% %{version}.tar.gz
36+ # cd %% {name}-% %{version}/libflux
3737# cargo vendor > config.toml
38- # tar -czf %{name}-%{version}-cargo.tar.gz vendor/
38+ # tar -czf %% {name}-% %{version}-cargo.tar.gz vendor/
3939#
4040Source1: %{name }-%{version }-cargo.tar.gz
4141Source2: cargo_config
@@ -88,6 +88,8 @@ patch -p2 <<EOF
8888+
8989 Ok(())
9090 }
91+ EOF
92+
9193popd
9294
9395%build
@@ -139,6 +141,9 @@ RUSTFLAGS=%{rustflags} cargo test --release
139141%{_includedir }/influxdata/flux.h
140142
141143%changelog
144+ * Mon Apr 14 2025 Tobias Brick <tobiasb@microsoft.com> - 0.191.0-4
145+ - Add missing EOF for inline patch call.
146+
142147* Thu Sep 14 2023 Muhammad Falak <mwani@microsoft.com> - 0.191.0-3
143148- Introduce patch to drop warnings as build blocker
144149
You can’t perform that action at this time.
0 commit comments