File tree 2 files changed +2
-0
lines changed
releng/packages/fs/usr/local/bin
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 36
36
- [ #22273 ] ( https://github.com/influxdata/influxdb/pull/22273 ) : fix: return correct count of ErrNotExecuted
37
37
- [ #22338 ] ( https://github.com/influxdata/influxdb/pull/22338 ) : fix: TSI logfile race
38
38
- [ #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
39
40
40
41
v1.9.2 [ unreleased]
41
42
- [ #21631 ] ( https://github.com/influxdata/influxdb/pull/21631 ) : fix: group by returns multiple results per group in some circumstances
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ elif [ "$OS" == "linux" ] || [ "$OS" == "darwin" ]; then
127
127
fpm \
128
128
-s dir \
129
129
$typeargs \
130
+ --depends curl \
130
131
--log error \
131
132
--vendor InfluxData \
132
133
--url " https://influxdata.com" \
You can’t perform that action at this time.
0 commit comments