We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912c69a commit 224c511Copy full SHA for 224c511
3 files changed
.github/packaging/centreon-plugin.yaml.template
@@ -55,6 +55,7 @@ overrides:
55
perl(lib),
56
perl(sort),
57
perl(String::ShellQuote),
58
+ perl(Digest::SHA),
59
tzdata,
60
@RPM_DEPENDENCIES@
61
]
@@ -84,6 +85,7 @@ overrides:
84
85
libdatetime-perl,
86
libxml-libxml-perl,
87
libstring-shellquote-perl,
88
+ libdigest-sha-perl,
89
90
@DEB_DEPENDENCIES@
91
packaging/centreon-plugin-Applications-Monitoring-Zscaler-Zdx-Api/deb.json
@@ -1,5 +1,4 @@
1
{
2
"dependencies": [
3
- "libdigest-sha-perl"
4
5
}
packaging/centreon-plugin-Applications-Monitoring-Zscaler-Zdx-Api/rpm.json
@@ -1,7 +1,6 @@
"perl(DateTime)",
- "perl(Digest::SHA)",
"perl(URI::Escape)"
6
7
0 commit comments