fix: use sha256 for RPM digest (#10272)

This commit is contained in:
Joshua Powers 2021-12-14 12:55:02 -07:00 committed by GitHub
parent 558a039a0e
commit a2302c93fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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) \