fix: use sha256 for RPM digest (#10272)
This commit is contained in:
parent
558a039a0e
commit
a2302c93fa
1
Makefile
1
Makefile
|
|
@ -317,6 +317,7 @@ $(include_packages):
|
||||||
--description "Plugin-driven server agent for reporting metrics into InfluxDB." \
|
--description "Plugin-driven server agent for reporting metrics into InfluxDB." \
|
||||||
--depends coreutils \
|
--depends coreutils \
|
||||||
--depends shadow-utils \
|
--depends shadow-utils \
|
||||||
|
--rpm-digest sha256 \
|
||||||
--rpm-posttrans scripts/rpm/post-install.sh \
|
--rpm-posttrans scripts/rpm/post-install.sh \
|
||||||
--name telegraf \
|
--name telegraf \
|
||||||
--version $(version) \
|
--version $(version) \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue