Skip to content

Commit 4ac6507

Browse files
authored
flux warnings 2.0 (#13387)
1 parent 7e6c444 commit 4ac6507

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

SPECS/flux/flux.spec

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Summary: Influx data language
2323
Name: flux
2424
Version: 0.191.0
25-
Release: 3%{?dist}
25+
Release: 4%{?dist}
2626
License: MIT
2727
Vendor: Microsoft Corporation
2828
Distribution: 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
#
4040
Source1: %{name}-%{version}-cargo.tar.gz
4141
Source2: cargo_config
@@ -88,6 +88,8 @@ patch -p2 <<EOF
8888
+
8989
Ok(())
9090
}
91+
EOF
92+
9193
popd
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

0 commit comments

Comments
 (0)