Skip to content

Commit 24f9f05

Browse files
fix: influxdb packages should depend on curl (#22229)
* fix: influxdb packages should depend on curl bc of use in systemd script * chore: update changelog Co-authored-by: Daniel Moran <[email protected]>
1 parent e53f75e commit 24f9f05

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
- [#22273](https://github.com/influxdata/influxdb/pull/22273): fix: return correct count of ErrNotExecuted
3737
- [#22338](https://github.com/influxdata/influxdb/pull/22338): fix: TSI logfile race
3838
- [#22348](https://github.com/influxdata/influxdb/pull/22348): fix: flux error properly read by cloud
39+
- [#22229](https://github.com/influxdata/influxdb/pull/22229): fix: influxdb packages should depend on curl bc of use in systemd script
3940

4041
v1.9.2 [unreleased]
4142
- [#21631](https://github.com/influxdata/influxdb/pull/21631): fix: group by returns multiple results per group in some circumstances

releng/packages/fs/usr/local/bin/influxdb_packages.bash

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ elif [ "$OS" == "linux" ] || [ "$OS" == "darwin" ]; then
127127
fpm \
128128
-s dir \
129129
$typeargs \
130+
--depends curl \
130131
--log error \
131132
--vendor InfluxData \
132133
--url "https://influxdata.com" \

0 commit comments

Comments
 (0)